@plone/cmsui 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
- Added
--color-brandsince it's used by some libraries (platejs). @sneridagh #7393 - 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 - Blocks helpers (move up/move down/delete) preliminary styled, wired and working. @sneridagh #7549
Bugfix
- Get
/layers.cssalways from the root. @sneridagh #7490
Internal
- Remove unused imports present, due to missing rule in ESlint. @sneridagh #7395.1
- Fixed unused vars linting rule. Fixed all code that violated this rule. @sneridagh #7395.2
- Linting for remaining TW classNames under callees due to missconfiguration. @sneridagh #7467
- Added basic story for
ObjectBrowserWidget. @sneridagh #7469 - Use a single folder for autogenerated files. @pnicolli