Skip to content

@plone/publicui 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
0366ae0

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

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