@plone/plate 1.0.0-alpha.3
Pre-release
Pre-release
·
698 commits
to main
since this release
1.0.0-alpha.3 (2026-04-16)
Breaking
- Remove output.css from @plone/plate and generation command. @sneridagh
Remove Plate image plugin. @sneridagh #8015 - Refactored and re-thinked blockWidth feature. @sneridagh #8053
- Refactored and re-thinked slash menu plugin extensibility story. @sneridagh #8054
- Removed the h1 plugin from the general BasicBlocksKit configuration. @sneridagh #8056
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
- Fixed block inner container CSS for seven styling. @sneridagh #8076
- Fixed SOMERSAULT_KEY constant, it is centralized now. @sneridagh #8078
Internal
- Removed
react-playerfrom Plate's editable video node to drop thedash.jsbuild dependency and its noisy build warning output. @sneridagh - Updated packages configuration for vite 8. @pnicolli