Skip to content

19.0.0-alpha.33

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 04 May 11:36
· 113 commits to main since this release
6bc17b2

19.0.0-alpha.33 (2026-05-04)

Breaking

Bugfix

  • Force the proper setting of the I18NLANGUAGE cookie for non-multilingual sites too. @sneridagh

Internal

  • Refactored the ContentType and ControlPanel components to be functional components. @Manik-Khajuria-5, @davisagli #7705
  • Refactored the WeekdayOfTheMonthIndexField component 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:ts and added package-specific AGENTS.md contributor guidance for @plone/volto.
  • Update devDependency: @vitest/ui 3.2.4. @davisagli