Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@darovic/ckeditor-cdb-theme

darovic54(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)1.0.0-cdb.1

A modified theme for CDB's implementation of CKEditor 5 based on the official lark.

ckeditor, ckeditor5, ckeditor 5, ckeditor5-theme

readme

CDB customisation of the CKEditor 5 Lark theme

This package customises Lark theme — the default CKEditor 5 theme.

License

Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the LICENSE.md file.

changelog

Changelog

1.0.0-beta.4 (2018-04-19)

Internal changes only (updated dependencies, documentation, etc.).

1.0.0-beta.2 (2018-04-10)

Features

Bug fixes

  • ck-rounded-corners not respected because selection wrapped in .ck-editor (the mixin uses @nest). (abdc61e)
  • The :active buttons should have no outline. Closes #157. (71825b7)

Other changes

1.0.0-beta.1 (2018-03-15)

Features

Bug fixes

Other changes

  • Adjusted the border-radius of the various UI components (drop-down, dropdown panel, list drop-down, and split button) for a better look when placed next to one another. Closes ckeditor/ckeditor5#816. (d81568d)
  • All colors in the styles should be in the HSLa format. Closes #124. (33c7e0d)
  • Enlarged background in .ck-link_selected. Closes #155. (a7f1925)
  • Fixed the coloring issue with the multi-color icons. Additionally, moved the visual .ck-icon styles from ckeditor5-ui. Closes #148. (fbe7e7d)
  • Improved the visual styles of the split button when hovered or open. Closes #134. (6db332e)
  • Increased the spacing in the toolbar by making the buttons bigger. Unified rendering of several components. Closes ckeditor/ckeditor5#820. (f223d6a)
  • Manual tests should be aligned to the newest dropdown API (ckeditor/ckeditor5-ui#356). Minor refactoring in the drop-down ecosystem. Closes #129. (553288a)
  • Migrated the theme from SASS to PostCSS (see ckeditor/ckeditor5-ui#144). (efc6004)
  • Moved ck-button-icon mixin to ckeditor5-ui. (f086062)
  • Reduced the contrast of the shadow under various floating elements. Closes ckeditor/ckeditor5#818. (cf658d5)
  • Removed the "generic" layer of the theme to simplify it and improve the maintainability. Closes #135. (18809f6)
  • Style ck-button_with-text instead of styling every dropdown button in toolbar. Closes #122. (93338a5)

BREAKING CHANGES

  • The .ck-editor-toolbar CSS class has been removed.
  • Various CSS variables (mostly colors) have been removed. Please make sure your code uses the latest theme API.
  • From now on there's only one subset of the theme, aligned to the default look of CKEditor 5.
  • Various UI components' styles have been rewritten. The CSS selectors that used to style them may have a different specificity and appear in a different order.
  • The styles are no longer developed in SASS which means various .scss files (including variables, mixins, etc.) became unavailable. Please refer to the Theme Customization guide to learn more about migration to PostCSS.

1.0.0-alpha.2 (2017-11-14)

Other changes

  • Updated .ck-sticky-panel styles to the new component's structure. (c8afd35)

1.0.0-alpha.1 (2017-10-03)

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.

0.9.0 (2017-09-03)

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.

0.8.0 (2017-05-07)

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.

0.7.0 (2017-04-05)

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)

0.6.1 (2017-03-06)

Bug fixes

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