@plone/components 4.0.0-alpha.2
Pre-release
Pre-release
·
698 commits
to main
since this release
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
Radiocomponent to basic set of components, proxied from RAC. @sneridagh #7555 - Added RSC compatibility. @pnicolli
Bugfix
- Review and check CSS for "grouped fields". @sneridagh #7469
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