Releases: locoworks/reusejs-react
Releases · locoworks/reusejs-react
@locoworks/[email protected]
Major Changes
- 1545009: Text Editor Props updated to accept Async function which returns promises.
@locoworks/[email protected]
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]
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]
Minor Changes
- f5cce0e: added color codes for table
@locoworks/[email protected]
Major Changes
- 260ce69: Added color codes to existing Text Editor, for better user experience.
@locoworks/[email protected]
Minor Changes
- c36d8eb: added props to ReuseSelectDropDown component.
@locoworks/[email protected]
Minor Changes
- 50abdd3: Added the setIsDraggedOver prop for the drag and drop feature.
@locoworks/[email protected]
Minor Changes
- b26f1c9: Added the Drag And Drop Feature.
@locoworks/[email protected]
Minor Changes
- 80628eb: updated text props
@locoworks/[email protected]
Minor Changes
- ba75d24: Added props to handle toolbar and fixed placeholder position. Added border in TextEditor