Releases: breadlesscode/neos-simple-editor-extend
Releases · breadlesscode/neos-simple-editor-extend
Neos 9 compablity
Merge pull request #47 from queoGmbH/neos_9_compatibility TASK: require Neos 9 compatible version of neos/neos-ui-compiled
Version 3.1.0
Merge pull request #48 from PRGfx/bugfix/active-state BUGFIX: highlight toolbar button when active
Release 3.0.1
Merge pull request #40 from mficzel/patch-1 TASK: Declare compatibility with Neos 8.x
Release 3.0.0
Make the package neos 7.0 compatible and adjust the license to GNU GENERAL PUBLIC LICENSE Version 3
v2.0.3
Update composer.json
Version 2.0.2
v2.0.2 added neos 5.0 compability :arrow_up:
Version 2.0.1
v2.0.1 updated frontend configuration check condition
Version 2.0
This plugin now uses Neos Frontend Configuration for the whole config part.
More Informations: https://neos.readthedocs.io/en/stable/ExtendingNeos/UiExtensibility.html#frontend-configuration
Migration
You can migrate your config by replacing this config path
Breadlesscode:
SimpleEditorExtend:
buttons:
with this
Neos:
Neos:
Ui:
frontendConfiguration:
'Breadlesscode.SimpleEditorExtend:Buttons':
Thats it 🎆
Fixed route loading
- Added
position: start
to route configuration
Version 1.0 – First release :)
v1.0 refactored richtext toolbar config generation