17.0.0 (2020-02-19)
Internal changes only (updated dependencies, documentation, etc.).
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.0.5 (2019-08-26)
- The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403). (7229cdb)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (b1b9e23)
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.0.4 (2018-12-05)
- Improved SVG icons size. See ckeditor/ckeditor5-theme-lark#206. (a9f440f)
10.0.3 (2018-10-08)
Internal changes only (updated dependencies, documentation, etc.).
10.0.2 (2018-07-18)
- Refreshed the paragraph icon (see ckeditor/ckeditor5-ui#394). (d6e054a)
10.0.1 (2018-06-21)
Internal changes only (updated dependencies, documentation, etc.).
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (8f01946)
- 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)
1.0.0-beta.2 (2018-04-10)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.1 (2018-03-15)
- Aligned feature class naming to the new scheme. (69e98d3)
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.9.0 (2017-09-03)
ParagraphCommand
should check whether it can be applied to the selection. Closes #24. (07b37af)- Autoparagraphing empty roots will not be triggered if the change-to-fix was in a
transparent
batch. Closes #26. (a171de3)
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (c2a1559)
- The command API has been changed.
0.8.0 (2017-05-07)
- Content autoparagraphing has been improved. "Inline" view elements (converted to attributes or elements) will be now correctly handled and autoparagraphed. Closes #10. Closes #11. (22d387c)
- Paragraph will be automatically created if loaded empty data or if programmatically emptied the root element. Closes #19. (c42d33e)
0.7.0 (2017-04-05)
- Implemented
ParagraphCommand
, previously part of theHeadingCommand
. Closes #14. (876877d) - Named existing plugin(s). (46dc9b8)
0.6.1 (2017-03-06)
Internal changes only (updated dependencies, documentation, etc.).