Skip to content

@plone/components 4.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 12 Nov 16:00
· 698 commits to main since this release
97507f6

4.0.0-alpha.2 (2025-11-12)

Feature

  • Added ESlint Tailwind plugin for prettifying and wrapping up the classNames in components.
    Amended components classNames by applying the plugin. @sneridagh #7434
  • Added Radio component to basic set of components, proxied from RAC. @sneridagh #7555
  • Added RSC compatibility. @pnicolli

Bugfix

Internal

  • Fixed unused vars linting rule. Fixed all code that violated this rule. @sneridagh [#7395 copy](#7395 copy)
  • Remove unused imports present, due to missing rule in ESlint. @sneridagh #7395
  • Linting for remaining TW classNames under callees due to missconfiguration. @sneridagh #7467