@plone/blocks 1.0.0-alpha.6
Pre-release
Pre-release
·
698 commits
to main
since this release
1.0.0-alpha.6 (2025-12-23)
Feature
- Remove all slate related components. Use the new plate unified configuration in
@plone/plate. @sneridagh #7393 - Added ESlint Tailwind plugin for prettifying and wrapping up the classNames in components.
Amended components classNames by applying the plugin. @sneridagh #7434 - New slate
useStablePlateValuefor fixing SSR issues on converting on the fly legacy slate blocks. @sneridagh #7650
Internal
- Fixed unused vars linting rule. Fixed all code that violated this rule. @sneridagh #7395