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.
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
heading4, heading5, and heading6 button components usable (as provided by HeadingButtonUI). Closes #121. (17bea3d)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)<h1> elements are now converted to <heading1> elements instead of being converted to <paragraph>s by default. Closes #98. Closes ckeditor/ckeditor5-paste-from-office#2. (c49b573)ElementDefinition usage to the changes in the engine. See ckeditor/ckeditor5#742. (96d24f4).ck class for editor UI components (see: ckeditor/ckeditor5#494). (915ec69)view.style, view.class and view.attribute properties are now called view.styles, view.classes and view.attributes.@ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (965179e)'headings' dropdown UI component to 'heading'.'heading1', 'heading2' and 'heading3' commands are no longer available. They were replaced by the 'heading' command that accepts heading model element name as a value.HeadingCommand#value is no longer a boolean only. Now it stores a name of the heading model element when selection is inside a heading.HeadingCommand constructor's second parameter is now an array of supported model elements.Internal changes only (updated dependencies, documentation, etc.).
HeadingCommand's properties which were exposed unnecessarily. Closes #78. (c80e691)HeadingCommand constructor's second parameter was changed from the options object to the modelElement alone.HeadingOption interface was moved to the heading/heading module.Heading plugin requires Paragraph to work properly (ParagraphCommand registered as "paragraph" in editor.commands).config.heading.options format has changed. The valid HeadingOption syntax is now { modelElement: 'heading1', viewElement: 'h1', title: 'Heading 1' }.config.heading.options). Closes #33. (de07a0c)heading command now accepts id option, not formatId.