Skip to content

Releases: techdivision/ckstyles

Feature: Add support for localized labels in Neos UI

13 Apr 16:10
6b496a3

Choose a tag to compare

What's Changed

  • FEATURE: Allow to translate labels by @dlubitz in #41
  • TASK // Fix indentation and remove trailing whitespaces by @SimonPaidla in #46

New Contributors

Full Changelog: v2.2.1...v2.3.0

Bugfix: Fix active state highlighting for CKEditor dropdowns

13 Apr 14:28
bfa1710

Choose a tag to compare

What's Changed

  • Fix style state display in editor and stabilize command refresh by @ru3fu5z in #44

New Contributors

Full Changelog: v2.2.0...v2.2.1

Neos 9 Support

27 Sep 13:28
2399e9f

Choose a tag to compare

What's Changed

  • Neos 9 compatibilty and removal of plow-js dependency by @samsauter in #40

New Contributors

Full Changelog: v2.1.0...v2.2.0

Update for Neos 8.3

14 Jun 07:37
a1efe1c

Choose a tag to compare

Merge pull request #38 from Paraldos/NEOS-8-3-x-Compatibility

changes for NEOS 8.3.x compatibility.

NEOS 8.x compatibility

18 Jan 08:40
ab8e58b

Choose a tag to compare

Merge pull request #37 from punktDeForks/bugfix/neos82-compatibility

BUGFIX: Prevent CKEditor from crashing in Neos 8.2

Add Support for Neos 8.0

09 Jun 06:17
e3d8e4c

Choose a tag to compare

Merge pull request #33 from portrino/neos-8

[TASK] adds neos/neos-ui v8 support to require in composer.json

Bump Node version and dependencies

11 Apr 10:53
eab87c6

Choose a tag to compare

Merge pull request #31 from techdivision/NCP-40

NCP-40 // Remove prebuilt script and bump node and dependency versions

Add option to set other attributes

21 Mar 12:49
965f9c3

Choose a tag to compare

What's Changed

  • FEATURE: Add option to set other attributes, like data-* attributes (SEE #26) in #28

New Contributors

  • @Benjamin-K made their first contribution in #26 Thanks for your contribution!

Contributors

Full Changelog: v1.3.1...v1.4.0

Fix multiple inline styles being removed on reload

20 Jan 15:15
e27002d

Choose a tag to compare

Merge pull request #27 from techdivision/bugfix/classes

[bugfix] Fix multiple InlineStyles being removed on reload, improve documentation

Feature release

15 Oct 13:39
c7e3c9c

Choose a tag to compare

  • Add Neos / CKEditor 5 removeFormat support

Thanks to @mhsdesign for the pull request.