Releases: inokawa/rich-textarea
Releases · inokawa/rich-textarea
0.9.3
Improve setSelectionRange behavior
Full Changelog: 0.9.2...0.9.3
0.9.2
Omit defaultValue prop
Full Changelog: 0.9.1...0.9.2
0.9.1
Fixed wrong typing
Full Changelog: 0.9.0...0.9.1
0.9.0
- BREAKING: change onCaretPositionChange prop to onSelectionChange
- Improved selection behavior
- Add selectionEnd and focused to argument
Full Changelog: 0.8.1...0.9.0
0.8.1
Add focus / blur / select / setSelectionRange to handle.
Full Changelog: 0.8.0...0.8.1
0.8.0
- Add selectionStart / selectionEnd getter to handle
- BREAKING: rename caretStart to selectionStart in argument of onCaretPositionChange
Full Changelog: 0.7.3...0.8.0
0.7.3
Update caret position on mousedown event
Full Changelog: 0.7.2...0.7.3
0.7.2
Add missing deps of useMemo
Full Changelog: 0.7.1...0.7.2
0.7.1
Add fallback for no setRangeText browsers
Full Changelog: 0.7.0...0.7.1
0.7.0
- Expose setRangeText from component for manual text insertion
- BREAKING: This makes textarea element not accessbile by ref but it is exposed as textareaRef
Full Changelog: 0.6.1...0.7.0