This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-heading
Releases · ckeditor/ckeditor5-heading
v11.0.0
Features
- Provided translations and enabled the default icons to make
heading4
,heading5
, andheading6
button components usable (as provided byHeadingButtonUI
). Closes #121. (17bea3d)
Other changes
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
v10.1.1
Other changes
- Improved SVG icons size. See ckeditor/ckeditor5-theme-lark#206. (3362715)
- The
<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) - Updated translations. (91778ab) (6435579)
v10.1.0
v10.0.2
v10.0.1
v10.0.0
Other changes
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (5e02366)
- Updated translations. (d6a56d6)
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.
v1.0.0-beta.4
v1.0.0-beta.2
Other changes
- Aligned
ElementDefinition
usage to the changes in the engine. See ckeditor/ckeditor5#742. (96d24f4) - Increased the specificity of CSS rules. Introduced the
.ck
class for editor UI components (see: ckeditor/ckeditor5#494). (915ec69)
BREAKING CHANGES
- In the custom format of the heading feature configuration the
view.style
,view.class
andview.attribute
properties are now calledview.styles
,view.classes
andview.attributes
.
v1.0.0-beta.1
Other changes
- Aligned feature class naming to the new scheme. (511a9d8)
- Migrated package styles to PostCSS. Moved visual styles to
@ckeditor/ckeditor5-theme-lark
(see ckeditor/ckeditor5-ui#144). (965179e) - Updated naming of UI components & commands. (72ee3d6)
BREAKING CHANGES
- Renamed the
'headings'
dropdown UI component to'heading'
. - The
'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. - The
HeadingCommand#value
is no longer a boolean only. Now it stores a name of the heading model element when selection is inside a heading. - The
HeadingCommand
constructor's second parameter is now an array of supported model elements.
v1.0.0-alpha.2
Other changes
- Updated translations. (c3ad925)
- Aligned UI library usage to the changes in the UI framework.