19.0.0-alpha.33
Pre-release
Pre-release
·
113 commits
to main
since this release
19.0.0-alpha.33 (2026-05-04)
Breaking
- Removed the
@plone/clientpackage from themainbranch. @sneridagh #8170 - Replaced the dependencies
react-dnd,react-dnd-html5-backend, andreact-sortable-hocwithdnd-kit.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.
@davisagli
Bugfix
- Force the proper setting of the I18NLANGUAGE cookie for non-multilingual sites too. @sneridagh
Internal
- Refactored the
ContentTypeandControlPanelcomponents to be functional components. @Manik-Khajuria-5, @davisagli #7705 - Refactored the
WeekdayOfTheMonthIndexFieldcomponent by converting it from a class-based component to a modern functional component. @Manik-Khajuria-5 #7811 - Remove unused devDependency:
react-docgen-typescript-plugin. @davisagli - Standardized the TypeScript validation script name to
check:tsand added package-specificAGENTS.mdcontributor guidance for@plone/volto. - Update devDependency:
@vitest/ui3.2.4. @davisagli