19.0.0 (2020-04-29)
Internal changes only (updated dependencies, documentation, etc.).
18.0.0 (2020-03-19)
Internal changes only (updated dependencies, documentation, etc.).
17.0.0 (2020-02-19)
- Fixed a case in track changes. Closes ckeditor/ckeditor5#6072. (4848bcb)
16.0.0 (2019-12-04)
Internal changes only (updated dependencies, documentation, etc.).
15.0.0 (2019-10-23)
Internal changes only (updated dependencies, documentation, etc.).
11.1.0 (2019-08-26)
- Attributes (of the text and element) will be copied to the next line on Enter. This functionality needs to be turned on by setting
copyOnEnter
in the schema for each attribute that you register. Closes #40. (36bdcd8)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (036217a)
11.0.4 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
11.0.3 (2019-07-04)
Internal changes only (updated dependencies, documentation, etc.).
11.0.2 (2019-06-05)
Internal changes only (updated dependencies, documentation, etc.).
11.0.1 (2019-04-10)
Internal changes only (updated dependencies, documentation, etc.).
11.0.0 (2019-02-28)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.1.3 (2018-12-05)
EnterCommand
will usewriter.split()
also at the beginning and at the end of a block. (c159958)
10.1.2 (2018-10-08)
- The default action of Enter should be always prevented. Closes ckeditor/ckeditor5#1120. (8d7c75f)
10.1.1 (2018-07-18)
Internal changes only (updated dependencies, documentation, etc.).
10.1.0 (2018-06-21)
-
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!
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (9f003b6)
- 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.
1.0.0-beta.4 (2018-04-19)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.2 (2018-04-10)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.1 (2018-03-15)
EnterObserver
will stop thekeydown
event when theenter
event is stopped. Closes: ckeditor/ckeditor5#753. (b9a7a1e)
- Aligned code to the changes in the engine. (39e4b4c)
1.0.0-alpha.2 (2017-11-14)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-alpha.1 (2017-10-03)
Internal changes only (updated dependencies, documentation, etc.).
0.10.0 (2017-09-03)
- The viewport will be scrolled to the selection when Enter is pressed. See ckeditor/ckeditor5-engine#660. (17f815e)
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (d75b448)
- The command API has been changed.
0.9.1 (2017-05-07)
Internal changes only (updated dependencies, documentation, etc.).
0.9.0 (2017-04-05)
- Named existing plugin(s). (7d1582b)