Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v17.0.0

Compare
Choose a tag to compare
@mlewand mlewand released this 20 Feb 12:22
· 39 commits to master since this release

Features

  • Introduced the concept of editor contexts and context plugins. Contexts provide a common, higher-level environment for solutions which use multiple editors and/or plugins that work outside an editor. Closes ckeditor/ckeditor5#5891. (672e55e)
  • Added vertical alignment icons. Moved horizontal alignment icons form @ckeditor/ckeditor5-alignment (see ckeditor/ckeditor5-table#227). (ada4a79)
  • Introduced Plugin#isEnabled, Plugin#forceDisabled() and Plugin#clearForceDisabled(). (7449450)

Other changes