Skip to content

Releases: ClearC2/grid-form-builder

v3.113.0

20 Feb 18:17
Compare
Choose a tag to compare

3.113.0 (2025-02-20)

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

17 Feb 16:19
Compare
Choose a tag to compare

3.112.0 (2025-02-17)

Bug Fixes

  • native-select-indicator: increase the margin in native select indicator (#234) (7c28b67)

Features

v3.111.1

11 Feb 17:18
Compare
Choose a tag to compare

3.111.1 (2025-02-11)

Bug Fixes

  • rte: cursor should maintain position when the element is focused (5b590c7)

v3.111.0

11 Feb 16:14
Compare
Choose a tag to compare

3.111.0 (2025-02-11)

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

04 Feb 16:52
Compare
Choose a tag to compare

3.110.1 (2025-02-04)

Bug Fixes

  • datepicker: fix unnecessary dependency array (#233) (a313045)

v3.110.0

31 Jan 16:47
Compare
Choose a tag to compare

3.110.0 (2025-01-31)

Features

  • quill: changes string replace to not blindly replace every space because it was messing up inline styles (857c424)

v3.109.1

29 Jan 15:06
Compare
Choose a tag to compare

3.109.1 (2025-01-29)

Bug Fixes

  • dependencies: add missing dependencies to useMemo (#232) (52f706c)

v3.109.0

16 Jan 20:54
Compare
Choose a tag to compare

3.109.0 (2025-01-16)

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

16 Jan 19:59
Compare
Choose a tag to compare

3.108.0 (2025-01-16)

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

13 Jan 21:39
Compare
Choose a tag to compare

3.107.2 (2025-01-13)

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)