Releases: CanopyTax/bandicoot
Releases · CanopyTax/bandicoot
v4.7.2
Fixes
- Fix issue where
numSerializers
was not being returned in the rich text container context
v4.7.1
fixes
- fix bug where
divRef.current
returned undefined when serialize()
was ran
v4.7.0
What's Changed
- Fix bug where useLayoutEffect was removing and adding a listener on every render #114
Full Changelog: v4.6.0...v4.7.0
v4.6.0
Add keyDown prop for RichTextEditor (#111)
v4.5.2
Fix for undefined stylesheets in tests when using a placeholder (#109)
v4.5.1
Fixes
- Switch to useLayoutEffect for dom operations. Fixes error in React 17 (#101)
Maintenance
- Bump lodash from 4.17.11 to 4.17.19 (#97)
- Bump ini from 1.3.5 to 1.3.7 (#98)
- Bump dot-prop from 4.2.0 to 4.2.1 (#99)
4.4.1
Fix pasting of plain text. Now new lines are preserved when pasting from specific windows desktop applications. #95
4.4.0
Add autofocus to end of editor #94