This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-enter
Releases · ckeditor/ckeditor5-enter
v11.0.0
v10.1.3
v10.1.2
v10.1.1
v10.1.0
Features
-
Introduced the
ShiftEnter
plugin (support for inserting soft breaks by pressing Shift+Enter). This plugin will also be added to theEssentials
plugin which is available in all official builds, so soft break support will automatically be present in all builds now. Closes #2. (0181bbf)Huge thanks to Alex Eckermann for this contribution!
v10.0.0
Other changes
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (9f003b6)
BREAKING CHANGES
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
v1.0.0-beta.4
Internal changes only (updated dependencies, documentation, etc.).
v1.0.0-beta.2
Internal changes only (updated dependencies, documentation, etc.).
v1.0.0-beta.1
Bug fixes
EnterObserver
will stop thekeydown
event when theenter
event is stopped. Closes: ckeditor/ckeditor5#753. (b9a7a1e)
Other changes
- Aligned code to the changes in the engine. (39e4b4c)
v1.0.0-alpha.2
Internal changes only (updated dependencies, documentation, etc.).