Skip to content

14.1.0

Choose a tag to compare

@sneridagh sneridagh released this 31 Dec 17:26
· 3418 commits to main since this release
400bec5

Feature

  • Added custom option to SelectWidget to render custom optionss (for example with icons) @giuliaghisini
  • Added form undo support in the form of two buttons in the main toolbar and ctrl+z, ctrl+y as hotkeys for undo/redo. The undo capabilities are provided by a new helper hook, useUndoManager. @tiberiuichim

Bugfix

  • Fix query data in listing blocks ssr async call @cekk
  • In the contact form, only display the "back" button in the toolbar @tiberiuichim
  • Fixed selected widget to use isMulti prop @giuliaghisini

Internal

  • Allow the draftjs Text block edit to update the editor content when incoming block data is mutated outside the block (to support form undo) @tiberiuichim
  • Remove use of internal component state for ArrayWidget, SelectWidget and TokenWidget, (to support form undo) @tiberiuichim
  • Use lazy loading of react-dates and momentjs for the DatetimeWidget @tiberiuichim
  • Improve widget stories, add a common WidgetStory class, show undo capabilities in widget stories @tiberiuichim
  • Better SelectAutocompleteWidget and SelectUtils @giuliaghisini @sneridagh @tiberiuichim