19.0.0 (2020-04-29)
Internal changes only (updated dependencies, documentation, etc.).
18.0.0 (2020-03-19)
- Updated translations. (99855b5)
17.0.0 (2020-02-19)
- Focus the editor before executing toolbar buttons' command. See ckeditor/ckeditor5#353. (2495b81)
- Updated translations. (f947574)
16.0.0 (2019-12-04)
- Updated translations. (bf98b57)
15.0.0 (2019-10-23)
- Introduced the document title feature. Closes ckeditor/ckeditor5#2003. Closes ckeditor/ckeditor5#2005. (a65c0ac)
11.0.5 (2019-08-26)
- The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403). (5c41c1a)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (1a68915)
- Updated translations. (201cf3c)
11.0.4 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
11.0.3 (2019-07-04)
11.0.2 (2019-06-05)
- Updated translations. (ab95f35)
11.0.1 (2019-04-10)
- Updated translations. (e7273cc)
11.0.0 (2019-02-28)
- Provided translations and enabled the default icons to make
heading4
,heading5
, andheading6
button components usable (as provided byHeadingButtonUI
). Closes #121. (17bea3d)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.1.1 (2018-12-05)
- 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)
10.1.0 (2018-10-08)
- Heading 4 to heading 6 icons were added. This allows configuring the editor to contain heading1-heading6 buttons in the toolbar. Closes #112. (1116f69)
- Updated translations. (e3798e5)
10.0.2 (2018-07-18)
- Refreshed the heading icons (see ckeditor/ckeditor5-ui#394). (fb3f144)
- Updated translations. (0867c51)
10.0.1 (2018-06-21)
- Updated translations.
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (5e02366)
- Updated translations. (d6a56d6)
- 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)
1.0.0-beta.2 (2018-04-10)
- 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)
- 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
.
1.0.0-beta.1 (2018-03-15)
- 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)
- 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.
1.0.0-alpha.2 (2017-11-14)
- Updated translations. (c3ad925)
- Aligned UI library usage to the changes in the UI framework.
1.0.0-alpha.1 (2017-10-03)
Internal changes only (updated dependencies, documentation, etc.).
0.10.0 (2017-09-03)
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (63b6c1c)
- Heading dropdown items should never revert the state, apply only. Closes #83. (3f25a21)
- Removed
HeadingCommand
's properties which were exposed unnecessarily. Closes #78. (c80e691)
- The command API has been changed.
- The
HeadingCommand
constructor's second parameter was changed from theoptions
object to themodelElement
alone.
- The
HeadingOption
interface was moved to theheading/heading
module.
0.9.1 (2017-05-07)
- Updated translations. (eaff2b3)
0.9.0 (2017-04-05)
- Changed the default heading dropdown title to a more meaningful one. Closes #68. Closes #62. (1c16e96) and (e58dadc)
- Dropdown should be inactive when none of the commands can be applied to the current selection. Closes #66. (0ebd5cd)
- Active heading is marked in the dropdown list. Closes #26. (39ba14b)
- Enabled the tooltip for the 'headings' component in editor.ui#componentFactory. Closes #55. (794e6df)
- Named existing plugin(s). (7d512cd)
- Split "heading" command into independent commands. Closes #53. Closes #56. Closes #52. (7a8f6f0)
- Styled items in the headings toolbar dropdown. Closes #38. (0365333)
- Introduced consistent height and spacing among headings dropdown items. Closes #63. (68d93ff)
- Updated translations. (fc95eee)
- The "heading" command is no longer available. Replaced by "heading1", "heading2", "heading3" and "paragraph".
Heading
plugin requiresParagraph
to work properly (ParagraphCommand
registered as "paragraph" ineditor.commands
).config.heading.options
format has changed. The validHeadingOption
syntax is now{ modelElement: 'heading1', viewElement: 'h1', title: 'Heading 1' }
.
0.8.0 (2017-03-06)
- Enabled configuration and localization of available headings (see
config.heading.options
). Closes #33. (de07a0c)
- Updated translations. (50583b4)
- The
heading
command now acceptsid
option, notformatId
.