@plone/components 5.0.0-alpha.0
Pre-release
Pre-release
·
698 commits
to main
since this release
5.0.0-alpha.0 (2026-05-07)
Bugfix
- Added missing exports. @sneridagh #8160
Internal
- Aligned Components' local test dependency setup with the monorepo refresh by moving
@testing-library/jest-domandjsdomto the current shared baseline and dropping the unusedvitest-axedev dependency. - Aligned Components' shared tsconfig usage and local package scripts with the monorepo-wide typecheck cleanup.
- Moved
vite-plugin-svgrand its SVGR plugins into Components runtime dependencies and narrowed the published plugin file entry for correct downstream installs. @sneridagh