Skip to content

Latest commit

 

History

History
109 lines (50 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

109 lines (50 loc) · 4.44 KB

Changelog

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.

1.0.0-beta.4 (2018-04-19)

Internal changes only (updated dependencies, documentation, etc.).

1.0.0-beta.2 (2018-04-10)

Bug fixes

  • The outline of a quoted image should not be cropped. Closes #15. (1512135)

1.0.0-beta.1 (2018-03-15)

Other changes

  • Aligned feature class naming to the new scheme. (cc723c3)
  • Migrated package styles to PostCSS. Moved the visual styles to @ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (c973931)

1.0.0-alpha.2 (2017-11-14)

Other changes

1.0.0-alpha.1 (2017-10-03)

Other changes

  • Improved default blockquote styling so it does not overlap with floated images. Closes #12. (fb09418)

0.2.0 (2017-09-03)

Features

  • Enter in the block quote will scroll the viewport to the selection. See ckeditor/ckeditor5-engine#660. (09dc740)

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)