Skip to content

@plone/blocks 1.0.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

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

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 useStablePlateValue for 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