Skip to content

Releases: sebkln/ckeditor_wordbreak

v2.1.1

19 Jan 14:07
Compare
Choose a tag to compare

[TASK] Explain when TypoScript property "allowTags" is needed

v2.1.0

18 Jan 19:51
Compare
Choose a tag to compare

[TASK] Update TYPO3 compatibility (TYPO3 v13)
[FEATURE] Support Site Sets

v2.0.0

11 Jan 19:51
Compare
Choose a tag to compare

[!!!][TASK] Remove old module specifier
The plugin must now be imported in your CKEditor configuration using:

editor:
  config:
    importModules:
      - '@sebkln/ckeditor-wordbreak'

This was already possible with v1.0.2. Now, the fallback is removed.

[BUGFIX] Prevent splitting up inline elements
The changes allow to use the <wbr> element inside HTML elements like <strong>, <a> or <span>.

v1.0.2

13 Sep 18:13
Compare
Choose a tag to compare

[TASK] Adapt JavaScript entry point to module name convention (thanks to @bnf)
[TASK] Release 1.0.2 (v1.0.1 had version number in ext_emconf.php not updated)

v1.0.1

13 Sep 18:03
e4ae686
Compare
Choose a tag to compare

[TASK] Adapt JavaScript entry point to module name convention (thanks to @bnf)

v1.0.0

12 Sep 19:04
Compare
Choose a tag to compare

Initial release