Skip to content

18.0.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 02 Dec 19:01
· 1574 commits to main since this release
d4d7d58

Feature

Bugfix

  • Fix the right order of parameters in normalizeExternalData.js @dobri1408 #5347
  • Initialize data in form before the checks for the blocks and blocks_layout are done This fix an edge case when the data from the server content is empty, then the fields are populated, but the initialized data is snapshot after the check (and amendments) are done. @sneridagh #5445
  • Replaced toNumber with parseFloat to avoid an error when validating the plone.restapi version. @Shibbu264 #5448
  • Initialize only the development addons present in compilerOptions.paths filtered by the add-ons registered @sneridagh #5463

Internal

  • Cleaned up Registry and renamed packagesFolderAddons to coreAddons. @sneridagh #5464
  • Deleted wrongly placed news items, added a check for them, issue a nice message in CI @sneridagh #5470

Documentation

  • Fixed broken links after monorepo merge. @stevepiercy #5459
  • Added volto-generator compatibility with Volto to documentation. @stevepiercy #5467
  • Updated the symlink from docs/source/news to point to packages/volto/news. @stevepiercy #5471
  • Remove outdated note from upgrade guide for 17 related to ipv6 preferred by Node 18 @sneridagh #5481