Skip to content

Releases: CanopyTax/bandicoot

v2.4.2

26 Feb 21:37
Compare
Choose a tag to compare

Fixes

  • Fix bug with useLink (#19)

v2.4.1

26 Feb 18:48
Compare
Choose a tag to compare

Fixes

  • Ensure rich text never leaves its container div with word-break: break-all; (82ea5bf)

v2.4.0

26 Feb 17:50
Compare
Choose a tag to compare

Features

  • props.pasteFn is now supported for customizing pastes. (#1, #13) @dvnrsn

Fixes

  • useFontSize is now defensive about whether there is a selection or not when detecting active font size (#17)

v2.3.3

22 Feb 23:29
Compare
Choose a tag to compare

Fixes

  • richTextEditorRef.resetEditor() now properly removes font formatting such as bold, italic, and underline (#12)
  • Bolding, italicizing, and underlining now properly work when the current selection is collapsed (not highlighting any text). (#12)

v2.3.2

21 Feb 18:26
Compare
Choose a tag to compare

Fixes

  • Fixing bug where blur never triggered save (#11)

v2.3.1

13 Feb 23:25
Compare
Choose a tag to compare

Fixes

  • Fixed unchangedInterval (#9)

Maintenance

  • Upgraded react and react dom to latest (c2560af)

v2.3.0

12 Feb 23:11
Compare
Choose a tag to compare

Features

  • Added getHTML to the RichTextEditor ref. (#8)

v2.2.1

12 Feb 22:46
Compare
Choose a tag to compare

Fixes

  • Worked around bug with unlinking in older edge versions (<=17). See #7

v2.2.0

12 Feb 22:27
Compare
Choose a tag to compare

Features

  • Support for placeholder text, including setting a placeholder color. (#6)
<RichTextEditor placeholder="Write some rich text" placeholderColor="#afafaf" />

v2.1.1

08 Feb 17:32
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue where useImage wasn't working in Safari and Edge (#5)