Skip to content

16.0.0-alpha.42

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 06 Oct 17:20
· 2462 commits to main since this release
a15662c

Breaking

  • Change history route name to historyview (same as classic) in order to allow content to have 'history' as id @danielamormocea

Feature

  • Add a dynamic user form based in @userschema endpoint @erral @nileshgulia1
  • Send missing variation data to the listing variation @ionlizarazu
  • Logout action in personal tools points to the same pathname, now it logout in place, not in the root. @sneridagh

Bugfix

  • Fix history page error for unauthenticated @reebalazs
  • Fix unlock after changing the id and saving a page @reebalazs
  • Group routes so React does not see them as a different Route and triggers a full remount. This is specially important in Contents @sneridagh
  • Add default to null for token prop in Navigation component. This prevents the component to shoot an extra call when the logout happens @sneridagh
  • Fix a double slash present in the PersonalTools component @sneridagh

Internal

Documentation

  • Update README with latest versions, point to Plone 6 as recommended default @sneridagh