Skip to content

11.0.0

Choose a tag to compare

@sneridagh sneridagh released this 29 Jan 15:20
· 4340 commits to main since this release
d6a047c

Breaking

  • [circular deps] Move AlignBlock component to its rightful place @sneridagh
  • Removing id from FormFieldWrapper @iFlameing
  • Change default Listing Template to include only Text and renamed the old default Template to Summary Template @jackahl

Feature

  • Add ContextNavigation component, it can fetch the @contextnavigation plone.restapi
    endpoint and display a navigation portlet, similar to Plone's classic
    navigation portlet.
  • added linkDetectionPlugin plugin to draftjs to automatically create links for urls and mails when editing text. @giuliaghisini
  • An initial Storybook setup. Start it with yarn storybook. Feel free to contribute more stories! @sneridagh
  • Add storybook Wrapper utility component. Add ContactForm initial story @tiberiuichim
  • make and load configurable reducers in the client window.__data, decreasing the html size @nileshgulia1 @tiberiuichim
  • Custom group component for selectStyling @nileshgulia1
  • Add new components: RenderBlocks, BlocksForm, DragDropList and EditBlockWrapper @tiberiuichim
  • Add noValueOption prop to SelectWidget so you can opt-out from the "no-value" option so the choices are a closed list @sneridagh
  • Provide injectLazyLibs() wrapper and settings.loadables config to deal with loadable libraries @tiberiuichim

Bugfix

  • Better handling of a condition in the new breadcrumbs @sneridagh

Internal