Releases: ClearC2/grid-form-builder
Releases · ClearC2/grid-form-builder
v3.113.0
Bug Fixes
- react: pre-defined defaults to prevent infinite loops (824086b)
Features
- react: removes default prop declarations for react 18+ support (f0aef3a)
v3.112.0
Bug Fixes
- native-select-indicator: increase the margin in native select indicator (#234) (7c28b67)
Features
v3.111.1
Bug Fixes
- rte: cursor should maintain position when the element is focused (5b590c7)
v3.111.0
Bug Fixes
- rte: removes tables not created by quill and does not query selection if editor isn't focused (31acf28)
Features
- rte: removes table elements from existing markup, which breaks the original functionality we were going for, but fixes an issue where most tables looked horrible (436642e)
v3.110.1
Bug Fixes
- datepicker: fix unnecessary dependency array (#233) (a313045)
v3.110.0
Features
- quill: changes string replace to not blindly replace every space because it was messing up inline styles (857c424)
v3.109.1
Bug Fixes
- dependencies: add missing dependencies to useMemo (#232) (52f706c)
v3.109.0
Features
- RTE: switches spaces with non breaking spaces when setting the value into the UI so quill keeps the correct cursor position (506c964)
v3.108.0
Features
- RTE: changes RTE to use innerHTML instead of the provided method to get the semantic HTML to fix an issue with all spaces being non breaking spaces (467c67f)
v3.107.2
Bug Fixes
- RTE: fixes an issue where determining the cursor position would cause the RTE to scroll into view even if the input was not focused (e92464e)