Skip to content

@plone/components 5.0.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 07 May 09:31
· 698 commits to main since this release
c35cdec

5.0.0-alpha.0 (2026-05-07)

Bugfix

Internal

  • Aligned Components' local test dependency setup with the monorepo refresh by moving @testing-library/jest-dom and jsdom to the current shared baseline and dropping the unused vitest-axe dev dependency.
  • Aligned Components' shared tsconfig usage and local package scripts with the monorepo-wide typecheck cleanup.
  • Moved vite-plugin-svgr and its SVGR plugins into Components runtime dependencies and narrowed the published plugin file entry for correct downstream installs. @sneridagh