Skip to content

14.8.0

Choose a tag to compare

@sneridagh sneridagh released this 03 Feb 14:03
· 3343 commits to main since this release
9779a46

Feature

  • Enable components property in Volto's config registry. Does not expose any direct feature but this will open the door to be able to override registered components using the config registry and avoid using shadowing explicitly. @sneridagh
  • Add resolve and register helper methods for the Volto config. They retrieve and register new components in the registry. @tiberiuichim @sneridagh
  • Add Component component, given a name of a component registered in the registry, it renders it, passing down the props. @tiberiuichim
  • Syncronize the content language with the UI language in multilingual sites. So when you are accessing a content in a given language the rest of the interface literals follow along (it updates the language cookie). So the UI remains consistent. @sneridagh

Bugfix

Internal

  • Update volta pins in package.json @fredvd