Changelog
All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
Changes for the past releases are available below.
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-18)
Bug fixes
Other changes
16.0.0 (2019-12-04)
Other changes
15.0.0 (2019-10-23)
Other changes
- Add
pluginName property to editing plugins. (3d6b419)
- Updated translations. (47acb53)
11.1.3 (2019-08-26)
Bug fixes
Other changes
11.1.2 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
11.1.1 (2019-07-04)
Other changes
11.1.0 (2019-06-05)
Features
- Added possibility to force quoting or un-quoting in
execute(). Closes: #35. (e9a5027)
Other changes
11.0.1 (2019-04-10)
Other changes
11.0.0 (2019-02-28)
Other changes
BREAKING CHANGES
10.1.1 (2018-12-05)
Internal changes only (updated dependencies, documentation, etc.).
10.1.0 (2018-10-08)
Features
- Implemented a post-fixer for cleaning incorrect blockquotes. (fcb00c0)
Other changes
10.0.2 (2018-07-18)
Other changes
10.0.1 (2018-06-21)
Other changes
10.0.0 (2018-04-25)
Other changes
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.
Internal changes only (updated dependencies, documentation, etc.).
Bug fixes
- The outline of a quoted image should not be cropped. Closes #15. (1512135)
Other changes
Other changes
Other changes
- Improved default blockquote styling so it does not overlap with floated images. Closes #12. (fb09418)
0.2.0 (2017-09-03)
Features
Other changes
BREAKING CHANGES
- The command API has been changed.
0.1.1 (2017-05-07)
Bug fixes
- Block quote should not be applied to image's caption. Closes: #10. (06de874)
Other changes
0.1.0 (2017-04-05)
Features
- Introduced the block quote feature. Closes #1. (239015b)