Releases: CanopyTax/bandicoot
Releases · CanopyTax/bandicoot
v2.4.2
Fixes
- Fix bug with useLink (#19)
v2.4.1
Fixes
- Ensure rich text never leaves its container div with word-break: break-all; (82ea5bf)
v2.4.0
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
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
Fixes
- Fixing bug where blur never triggered save (#11)
v2.3.1
Fixes
- Fixed
unchangedInterval
(#9)
Maintenance
- Upgraded react and react dom to latest (c2560af)
v2.3.0
Features
- Added
getHTML
to the RichTextEditor ref. (#8)
v2.2.1
Fixes
- Worked around bug with unlinking in older edge versions (<=17). See #7
v2.2.0
Features
- Support for placeholder text, including setting a placeholder color. (#6)
<RichTextEditor placeholder="Write some rich text" placeholderColor="#afafaf" />
v2.1.1
Bug fixes
- Fixed issue where useImage wasn't working in Safari and Edge (#5)