Skip to content

@plone/cmsui 1.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 23 Dec 15:15
· 698 commits to main since this release
e9a4cd6

1.0.0-alpha.1 (2025-12-23)

Feature

  • Added --color-brand since 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

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