16.0.0-alpha.51
Pre-release
Pre-release
·
2286 commits
to main
since this release
Breaking
- The
ContentsBreadcrumbscomponent now renders the whole language name of the language root folder (if any) instead of just theid(before:de, now:Deutsch) @sneridagh
Feature
- Improvement of the
ContentsBreadcrumbscomponent, add childContentsBreadcrumbsRootItemandContentsBreadcrumbsHomeItemfor 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
defaultprop as a fallback value in case their data value is missing. As a convenience, thedefaultValueis 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
defaultvalues coming from schemas. @tiberiuichim
Internal
- Configure Jest's
moduleNameMapperwithAddonConfigurationRegistry. Fix #3870 @wesleybl - Ignore
.tool-versionsfile - Minor updates to dependencies
- Update Cypress 11 @sneridagh
Documentation
- Add
@plone/scriptsas a mandatory devDependency for projects to the upgrade guide @sneridagh