@plone/publicui 1.0.0-alpha.1
Pre-release
Pre-release
·
698 commits
to main
since this release
1.0.0-alpha.1 (2025-12-23)
Feature
- Renamed main.css -> publicui.css for placing the publicui CSS in add-ons. @sneridagh #7426
- Added ESlint Tailwind plugin for prettifying and wrapping up the classNames in components.
Amended components classNames by applying the plugin. @sneridagh #7434
Bugfix
- Get
/layers.cssalways from the root. @sneridagh #7490
Internal
- Fixed unused vars linting rule. Fixed all code that violated this rule. @sneridagh #7395
- @plone/layout reordering refactor. Adapt imports. @sneridagh #7432
- Use a single folder for autogenerated files. @pnicolli