Skip to content

@plone/publicui 1.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 16 Apr 17:12
· 698 commits to main since this release
e4373ff

1.0.0-alpha.2 (2026-04-16)

Feature

  • Added the left toolbar @pnicolli #6649
  • Moved the initialize client to the middleware from the config. @sneridagh #8108
  • Moved basic data fetching to a middleware to allow all loaders and actions to use it @pnicolli

Internal

  • Refactored to use context in all loaders and actions. @pnicolli