Skip to content

@plone/plate 1.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 16 Apr 15:34
· 698 commits to main since this release
377e1c4

1.0.0-alpha.3 (2026-04-16)

Breaking

Feature

  • Added detection of title block in Plate's table of contents plugin. @arybakov05
    Scroll to headings and highlight them after clicking a Plate table of contents entry in the static view. @arybakov05 #6722
  • Somersault editor support. @sneridagh #7921
  • Refactored runtime migrations to match the somersault editor, reorganize server config files. Fixed tests. @sneridagh #8021
  • Add an always shown placeholder for the title if empty. @sneridagh #8057
  • Added runtime migration for default blockWidths. @sneridagh #8071
  • Improve implementation of the block widths, not normalizing on render every time in the block-width plugin, but tapping on block creation. @sneridagh #8099
  • Fixed discussion kit render placement aboveNodes->belowNodes. @sneridagh #8101
  • Fixed linting. @sneridagh #8106
  • Added remaining block inner containers. @sneridagh

Bugfix

Internal

  • Removed react-player from Plate's editable video node to drop the dash.js build dependency and its noisy build warning output. @sneridagh
  • Updated packages configuration for vite 8. @pnicolli