Releases: sebkln/ckeditor_wordbreak
Releases · sebkln/ckeditor_wordbreak
v2.1.1
v2.1.0
v2.0.0
[!!!][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>
.