Skip to content

Releases: breadlesscode/neos-simple-editor-extend

Neos 9 compablity

04 May 10:02
5f03409
Compare
Choose a tag to compare
Merge pull request #47 from queoGmbH/neos_9_compatibility

TASK: require Neos 9 compatible version of neos/neos-ui-compiled

Version 3.1.0

25 Apr 08:41
49e7117
Compare
Choose a tag to compare
Merge pull request #48 from PRGfx/bugfix/active-state

BUGFIX: highlight toolbar button when active

Release 3.0.1

06 Sep 07:07
8d860c1
Compare
Choose a tag to compare
Merge pull request #40 from mficzel/patch-1

TASK: Declare compatibility with Neos 8.x

Release 3.0.0

15 Dec 21:31
7f81952
Compare
Choose a tag to compare

Make the package neos 7.0 compatible and adjust the license to GNU GENERAL PUBLIC LICENSE Version 3

v2.0.3

27 Mar 17:52
8c49c56
Compare
Choose a tag to compare
Update composer.json

Version 2.0.2

10 Dec 15:09
Compare
Choose a tag to compare
v2.0.2

added neos 5.0 compability :arrow_up:

Version 2.0.1

14 Sep 13:05
Compare
Choose a tag to compare
v2.0.1

updated frontend configuration check condition

Version 2.0

18 Jun 10:32
Compare
Choose a tag to compare

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

27 May 10:30
Compare
Choose a tag to compare
  • Added position: start to route configuration

Version 1.0 – First release :)

27 May 09:16
Compare
Choose a tag to compare
v1.0

refactored richtext toolbar config generation