Skip to content

10.10.0

Choose a tag to compare

@sneridagh sneridagh released this 22 Jan 16:10
· 4371 commits to main since this release
ab42ed9

Feature

  • Simple optional critical-CSS inclusion feature (without the actual building of
    the critical CSS) @silviubogan @tiberiuichim @nileshgulia1
  • added support for allowedBlocks and showRestricted for BlockChooser in Form @giuliaghisini
  • added objectBrowser to UrlWidget, and attached UrlWidget to remoteUrl field of ContentType Link @giuliaghisini
  • managed tel link in UrlWidget and draftjs @giuliaghisini
  • added support for allowedBlocks and showRestricted for BlockChooser in Form @giuliaghisini
  • Improvements in InlineForm @nileshgulia1
  • Improved form validation. Tested required fields when field is array or richtext @giuliaghisini

Bugfix

Internal

  • Add support for nav_title in breadcrumbs and navigation @sneridagh
  • Add settings.serverConfig in the settings object of ~/config. Add another module, config/server.js which is conditionally imported if __SERVER__. This module will host settings that are only relevant to the server. Being conditionally imported means that the code is safe to require server-only nodejs packages. @tiberiuichim
  • Update browserlist and caniuse-lite @sneridagh
  • Document deprecation of @plone/create-volto-app @sneridagh @nileshgulia1
  • Adding classname in TextWidget and ObjectBrowserBody so that we can target those element in tests. @iFlameing
  • Add support for nav_title in breadcrumbs and navigation @sneridagh