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

Releases: ckeditor/ckeditor5-theme-lark

v1.0.0-alpha.1

03 Oct 12:30
Compare
Choose a tag to compare

Bug fixes

  • Contextual toolbar container's arrow should have the same color as the toolbar. Closes #111. (e0ff0e9)

Features

Other changes

  • Refactored the theme so it allows for easy customization with SASS variables. Closes #107. (03475ea)

BREAKING CHANGES

  • The former .ck-toolbar_sticky class styles are available under .ck-sticky-panel.
  • The theme has been, basically, rewritten. Consider it a new implementation.

v0.9.0

03 Sep 18:24
Compare
Choose a tag to compare

Bug fixes

  • Disabled buttons should have a different look. Closes #98. (afe111d)
  • The .ck-reset class should set word-wrap to break-word to make sure long words do not overflow. Closes #105. Closes ckeditor/ckeditor5#462. (327c188)
  • Toolbar items should not collapse when the toolbar is floating. Closes #93. (b263d5f)
  • Tooltips for disabled buttons should not be dimmed. Closes #70. (d36bbe7)

Features

  • Added styles for UI components in read–only state. Closes #100. (ddf3102)

Other changes

  • Implemented .ck-editor-toolbar-container class to control balloon panels containing editor toolbars. Closes #89. (cd7442b)
  • Refactored tooltip styles to allow tooltips which are no longer pseudo-elements. Closes #103. (c29246a)
  • The .ck-balloon-panel arrow styles need an update after recent BalloonPanelView refactoring. Closes #95. (f95af00)

BREAKING CHANGES

  • The (.ck-balloon-panel_arrow_nw.ck-balloon-panel_arrow_ne) and (.ck-balloon-panel_arrow_sw.ck-balloon-panel_arrow_se) class pairs have been swapped to reflect the actual placement of the arrow with respect to the balloon.
  • .ck-disabled is no longer available as a standalone class due to differences in the implementation of the disabled state among the UI components. Use a mixin instead .your-class.ck-disabled { [@include](https://github.com/include) ck-disabled; } to keep the previous functionality (reduced opacity) or provide a custom implementation of the state.

v0.8.0

07 May 21:47
Compare
Choose a tag to compare

Other changes

  • Removed the contextualtoolbar.scss sass file. Converted the ck-editor-toolbar mixin into a class. Closes #75. (9e75920)

    BREAKING CHANGE: The ck-editor-toolbar mixin is no longer available. Please use .ck-editor-toolbar class instead.
    BREAKING CHANGE: The ck-toolbar__container class has been renamed, use .ck-toolbar-container instead.

  • Updated class names after the refactoring in BalloonPanelView class. Closes #84. (bdb2fa6)

BREAKING CHANGES

  • The ck-editor-toolbar mixin is no longer available. Please use .ck-editor-toolbar class instead.
  • The ck-toolbar__container class has been renamed, use .ck-toolbar-container instead.

v0.7.0

05 Apr 17:07
Compare
Choose a tag to compare

Features

  • Added styles for active list items. Closes #80. (05d3716)
  • Provided styles for FloatingToolbarView. Closes #73. (2c64d41)

Other changes

  • Extracted "ck-hidden" CSS class to ckeditor5-ui. Closes #78. (82b25fa)
  • Removed tick symbol from active list item, used inverted background and text colors instead. Closes #82. (a2eb843)

v0.6.1

06 Mar 16:53
Compare
Choose a tag to compare

Bug fixes

  • Toolbar separator and new line CSS classes should follow our naming guidelines. Closes #76. (a3d9276)

v0.1.0 – first demo-able version (2016-07-08)

08 Jul 15:23
Compare
Choose a tag to compare