18.0.0-alpha.42
Pre-release
Pre-release
·
1078 commits
to main
since this release
18.0.0-alpha.42 (2024-07-30)
Breaking
-
Add foundations for extensible validation in forms. @sneridagh
Breaking:
packages/volto/src/helpers/FormValidation/FormValidation.jsxhas been heavily refactored.
If you shadowed this component in your project or add-on, you should review it and update it accordingly. #6161 -
Remove
react-sharelibrary andSocialSharingcomponent @sneridagh #6162 -
In the widget mapping, moved the
SchemaWidgetregistration from theidobject to thewidgetobject, and added thewidgetkey to theschemaobject in thepropertiesobject formakeSchemaList. @sneridagh #6189
Bugfix
- Fixed UTC problems in
RecurrenceWidget. @giuliaghisini #5002 - Do not send sorting information in the search block if no sort_on setting is configured @erral #5338
- Fixed pagination in search results by passing
pageSizeexplicitly to all search API calls. @EshaanAgg #5464 - Fix the toolbar handler color for the homepage to match its "published" state. @sabrina-bongiovanni #6126
- Allow
ImageWidgetvalue to be an object and use the@idto get the value if present.
This is useful for fields that were using theobject_browserwidget previously to set values. @ichim-david #6156 - Persist data for the
backend-docker-startDocker container in a Docker volume namedvolto-backend-data.
This way the data is persisted between runs of the container.
You can also delete thedatavolume to start fresh.
@ichim-david #6157 - Improve CSS for the
SchemaWidgetwidget. @robgietema @sneridagh #6189
Internal
- Debounced searching for users and groups in the
User Group MembershipControl Panel. @pnicolli #6153 - Update the link in the PLIP issue template to the new Plone 6 Documentation PLIP page. @stevepiercy #6175
- Added Cypress test for field types in example content - @Tishasoumya-02 #6217
Documentation
- Changed a few typos within documentation, README's and comments. @FritzHoing #6109
- Use relative links to ensure static files get copied during documentation build. @stevepiercy #6174
- Clean up upgrade guide for
react-sharelibrary andSocialSharingcomponent. @stevepiercy #6175 - Add references for contributing to latest and earlier versions of Volto. @stevepiercy #6184
- Improved i18n docs regarding new translated messages not being picked up by the i18n translation mechanism when added in shadowed components. @pnicolli #6188
- Add a label and minor grammar fixes to i18n documentation. @stevepiercy #6192
- Polish upgrade docs and news items for
SchemaWidget. @stevepiercy #6193