Skip to content

Releases: inokawa/rich-textarea

0.9.3

30 Jan 15:03
Compare
Choose a tag to compare

Improve setSelectionRange behavior

Full Changelog: 0.9.2...0.9.3

0.9.2

30 Jan 14:54
Compare
Choose a tag to compare

Omit defaultValue prop

Full Changelog: 0.9.1...0.9.2

0.9.1

30 Jan 14:38
Compare
Choose a tag to compare

Fixed wrong typing

Full Changelog: 0.9.0...0.9.1

0.9.0

30 Jan 14:37
Compare
Choose a tag to compare
  • 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

30 Jan 12:09
Compare
Choose a tag to compare

Add focus / blur / select / setSelectionRange to handle.

Full Changelog: 0.8.0...0.8.1

0.8.0

30 Jan 11:41
Compare
Choose a tag to compare
  • 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

30 Jan 07:45
Compare
Choose a tag to compare

Update caret position on mousedown event

Full Changelog: 0.7.2...0.7.3

0.7.2

30 Jan 07:22
Compare
Choose a tag to compare

Add missing deps of useMemo

Full Changelog: 0.7.1...0.7.2

0.7.1

29 Jan 13:54
Compare
Choose a tag to compare

Add fallback for no setRangeText browsers

Full Changelog: 0.7.0...0.7.1

0.7.0

29 Jan 13:28
Compare
Choose a tag to compare
  • 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