Skip to content

16.0.0-alpha.51

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 18 Nov 14:03
· 2286 commits to main since this release
1b56afa

Breaking

  • The ContentsBreadcrumbs component now renders the whole language name of the language root folder (if any) instead of just the id (before: de, now: Deutsch) @sneridagh

Feature

  • Improvement of the ContentsBreadcrumbs component, add child ContentsBreadcrumbsRootItem and ContentsBreadcrumbsHomeItem for easy customization of these single elements in projects @sneridagh
  • Add german translation for group membership panel. @ksuess
  • Fix general german translations: Address user polite. Correct 'listing template' to 'listing variant'. Add missing translations. @ksuess
  • Allow passing ariaHidden, id and style to an Icon's SVG @JeffersonBledsoe #3908
  • All Fields now understand the default prop as a fallback value in case their data value is missing. As a convenience, the defaultValue is also used as a fallback, but this shouldn't proliferate. @tiberiuichim

Bugfix

  • Hide control panel settings that are not relevant to Volto @danalvrz
  • Hide not relevant for Volto control panels from site setup, further refine not used inner settings for site control panel @sneridagh
  • Fix ObjectWidget handling of default values coming from schemas. @tiberiuichim

Internal

  • Configure Jest's moduleNameMapper with AddonConfigurationRegistry. Fix #3870 @wesleybl
  • Ignore .tool-versions file
  • Minor updates to dependencies
  • Update Cypress 11 @sneridagh

Documentation

  • Add @plone/scripts as a mandatory devDependency for projects to the upgrade guide @sneridagh