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

Releases: ckeditor/ckeditor5-ui

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES

  • ViewCollection no longer has the locale property.
  • The ViewCollection#constructor() no longer accepts the locale parameter.
  • LabeledView component was renamed to LabeledFieldView. Also, its instance of a labeled component's view is available through LabeledFieldView#fieldView. It replaced the LabeledView#view.

MINOR BREAKING CHANGES

  • The DropdownView#focusTracker property has been removed as it served no purpose.

Features

Bug fixes

  • Call ResizeObserver.destroy() when destroying block toolbar. (59449d2)

Other changes

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES

Features

Other changes

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

Features

  • Created the LabeledView class (see ckeditor/ckeditor5-table#227). (ec39406)

    Also added id properties to the DropdownView and LabelView for compatibility with the LabeledView.

  • Implemented the Toolbar#isCompact property to turn regular toolbars into compact ones (with less spacing) (see ckeditor/ckeditor5#6112). (a6b9c09)

  • Reintroduced the concept of body collections with a focus on better management of multiple editors and support for context plugins (plugins which leave outside an editor instance). Closes ckeditor/ckeditor5#5888. (23d12e9)

Bug fixes

Other changes

v16.0.0

04 Dec 10:42
Compare
Choose a tag to compare

Features

Bug fixes

Other changes

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES

  • The internal structure of the toolbar component has changed. Toolbar items are no longer direct descendants of the toolbar in the DOM, which may affect some integrations (mainly CSS selectors if adjustments were made to the styles).

Features

Other changes

v14.0.0

26 Aug 09:53
Compare
Choose a tag to compare

Features

Bug fixes

Other changes

BREAKING CHANGES

  • The ToolbarView class requires the editor locale to be passed into the constructor.

v13.0.2

10 Jul 14:33
Compare
Choose a tag to compare

Other changes

v13.0.1

04 Jul 09:28
Compare
Choose a tag to compare

Other changes

v13.0.0

05 Jun 09:05
Compare
Choose a tag to compare

Features

Other changes

  • Renamed a misspelled InputTextViewariaDesribedById property to InputTextView#ariaDescribedById. Closes #483. (2288bf3)
  • The _rwd.css mixin was moved to this package from @ckeditor/ckeditor5-theme-lark. See ckeditor/ckeditor5#1662. (96e3a3c)
  • The ContextualBalloon#add() method should accept the withArrow option. Closes #487. (0e7f670)
  • Updated translations. (4699d8b) (d4c5714)

BREAKING CHANGES

  • The (misspelled) InputTextView#ariaDesribedById property is no longer available. Use ariaDescribedById instead.

v12.1.0

10 Apr 09:36
Compare
Choose a tag to compare

Features

Bug fixes

Other changes