Skip to content

Releases: locoworks/reusejs-react

@locoworks/[email protected]

23 Aug 07:46
3a647fe
Compare
Choose a tag to compare

Major Changes

  • 1545009: Text Editor Props updated to accept Async function which returns promises.

@locoworks/[email protected]

27 Jun 05:23
95e1edb
Compare
Choose a tag to compare

Major Changes

  • 5e9f41a: useTimer Hook:

    • A custom React hook for managing and displaying timer values.
    • To create and manage timers, making it easy to implement countdowns or time tracking features as used in HeadlessVideoRecorder.

@locoworks/[email protected]

27 Jun 05:23
95e1edb
Compare
Choose a tag to compare

Major Changes

  • 5e9f41a: HeadlessVideoRecorder:

    • Added HeadlessVideoRecorder Component that provides headless video recording functionality.
    • It accepts various props for customization and configuration.
    • The component manages the recording state, handles video recording, and provides a customizable user interface.
    • It uses the MediaRecorder API and allows customization of UI components for different states.

@locoworks/[email protected]

08 Apr 06:42
20c7b78
Compare
Choose a tag to compare

Minor Changes

  • f5cce0e: added color codes for table

@locoworks/[email protected]

04 Apr 03:12
ac49e20
Compare
Choose a tag to compare

Major Changes

  • 260ce69: Added color codes to existing Text Editor, for better user experience.

@locoworks/[email protected]

19 Mar 15:55
6360c96
Compare
Choose a tag to compare

Minor Changes

  • c36d8eb: added props to ReuseSelectDropDown component.

@locoworks/[email protected]

12 Feb 08:57
c7a2890
Compare
Choose a tag to compare

Minor Changes

  • 50abdd3: Added the setIsDraggedOver prop for the drag and drop feature.

@locoworks/[email protected]

12 Feb 06:57
71d490b
Compare
Choose a tag to compare

Minor Changes

  • b26f1c9: Added the Drag And Drop Feature.

@locoworks/[email protected]

12 Jan 05:06
95c4603
Compare
Choose a tag to compare

Minor Changes

@locoworks/[email protected]

09 Jan 12:25
83faf4c
Compare
Choose a tag to compare

Minor Changes

  • ba75d24: Added props to handle toolbar and fixed placeholder position. Added border in TextEditor