19.0.0 (2020-04-29)
- The selected widget's outline should be visible when the editor is read-only. Closes ckeditor/ckeditor5#6415. (bb03e9a)
- Added a missing file for the
FormHeaderView
styles and removed duplicated styles forSpecialCharactersNavigation
inherited from the theFormHeaderView
component. Closes ckeditor/ckeditor5#6586. (06f6ca5) - Align code to the changes in ckeditor5-ui API. See ckeditor/ckeditor5#6110. (7df8dec)
- Changed styles of SpecialCharacters and Dropdown to match FormHeaderView component styles. See ckeditor/ckeditor5#6109. (ceeb767)
- Introduced the table cell overlay to improve the rendering of multiple–cell selections and bring compatibility with styled table cells. Closes ckeditor/ckeditor5#6446. (6a1c7b9)
- The selection inside the
InlineEditableUIView
should be grey when the editor is blurred. Closes ckeditor/ckeditor5#6517. (8ad92eb)
18.0.0 (2020-03-19)
- Brought styles for the new
BalloonPanelView.defaultPositions
. Adjusted toolbar styles for better items grouping in different scenarios (see ckeditor/ckeditor5#5597). (0c17040) - Introduced RTL support to the table and table cell property forms (see ckeditor/ckeditor5#6107). (931351c)
- The focused table cell background color should blend with the pre-existing cell background rather than completely override it. Closes ckeditor/ckeditor5#6229. (f5312ed)
- Pointer inside a restricted editing exception should be set to text for all the children. Closes ckeditor/ckeditor5#6272. (a20d13b)
17.0.0 (2020-02-19)
- Changed the class denoting the restricted editing exception spans from
ck-restricted-editing-exception
torestricted-editing-exception
.
- Added styles for rich error messages in the table and table cell properties forms (see ckeditor/ckeditor5#6131). (f859f4b)
- Added styles for the color input (see ckeditor/ckeditor5/issues/6106). (e64013f)
- Added styles for the LabeledView (see ckeditor/ckeditor5-table#227). (4e36147)
- Added styles of new fields in the table cell properties view. Code refactoring (see ckeditor/ckeditor5#6189). (c2bf945)
- Added the special character info view styles (see ckeditor/ckeditor5#5817). (86079fd)
- Brought styles for various UI views: the compact toolbar, table form, table form row and header, table cell properties form, and table properties form (see ckeditor/ckeditor5/issues/6112). (339aec1)
- Removed
ck-
prefix from the restricted editing's CSS classes used in the editor content. Closes ckeditor/ckeditor5#5899. (599f16e)
- Add hover state for all restricted editing exceptions and fix the width of a collapsed exception in restricted editing. Closes ckeditor/ckeditor5#5829. (08d6613)
- Set default cursor in restricted editing mode while restricted editing exceptions still have text cursor when you hover over them. Closes ckeditor/ckeditor5#5992. (2602ab4)
16.0.0 (2019-12-04)
- The
--ck-color-focus-shadow
custom property is now--ck-color-focus-outer-shadow
.
- Added styles for the code block feature UI (see ckeditor/ckeditor5#436). (dcce0f1)
- Implemented styles for
.ck-button
with a keystroke preview (see ckeditor/ckeditor5#5782). (8427306)
-
Enabled additional box-shadow on
.ck-button
to meet WCAG AA recommendations. Adjusted the color of the--ck-color-focus-border
for the same reason (editables, widget selection, etc.). Closes ckeditor/ckeditor5#5580. (0fe1500)Also:
- Optimized the color of a gird component for WCAG AA.
- Imported insert table UI styles from ckeditor5-table (code refactoring).
- Improved the table UI contrast and accessibility.
15.0.0 (2019-10-23)
-
To-do list styles should meet WCAG contrast standards and work with other editor features (e.g. font size). Closes ckeditor/ckeditor5-list#146. Closes ckeditor/ckeditor5-list#136. (0d4a5e2)
Also moved some to-do list styles from
@ckeditor/ckeditor5-list
(code refactoring).
- Adjusted toolbar styles to allow automatic items grouping (see ckeditor/ckeditor5#416). (e73b50d)
14.2.0 (2019-08-26)
- Brought support for right–to–left (RTL) UI to various components' styles. See ckeditor/ckeditor5#1151. (70aa1a5)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (59e4777)
- The
.ck-progress-bar
styles should not be under with.ck-content
. Additionaly removed two unused custom properties:--ck-color-upload-infinite-background
and--ck-image-upload-progress-line-width
. Closes https://github.com/ckeditor/ckeditor5-theme-lark/issues/239. Closes ckeditor/ckeditor5#1915. (cb92793)
14.1.1 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
14.1.0 (2019-07-04)
- Introduced styles for the decorators UI of the
LinkFormView
component (see ckeditor/ckeditor5-link#186). (b28d360)
- Background of splitbutton will not be highlighted on hover in read-only mode. Closes ckeditor/ckeditor5#943. (0579997)
- Tooltips should not render blurry in LoDPI environments. Closes ckeditor/ckeditor5#1802. (53d7ca3)
14.0.0 (2019-06-05)
- Introduced rotatable panels styles for
ContextualBalloon
. (d3e4266)
- Introduced styles for
ck-fake-panel
. Part of ckeditor/ckeditor5-ui#501. (c2736b1) - Moved
_rwd.css
mixin to@ckeditor/ckeditor5-ui
. See ckeditor/ckeditor5#1662. (325d64e)
- The
_rwd.css
mixin was moved to@ckeditor/ckeditor5-ui
.
13.0.1 (2019-04-10)
Internal changes only (updated dependencies, documentation, etc.).
13.0.0 (2019-02-28)
- Introduced a custom CSS property for an "active"
box-shadow
, a more visible shadow to put emphasis on the active element in some UI context. (c5917bf)
- The background color of a hovered list item should have a proper contrast. Closes #219. (b6486c1)
- The placeholder text should have more contrast to meet the WCAG AA standard. Closes #213. (cff6cad)
- The table selection handler should not be cropped when a table is a first-child of a blockquote or a root editable. Closes ckeditor/ckeditor5-block-quote#28. (5110584)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
12.0.0 (2018-12-05)
- Implemented the
.ck-labeled-input__status
for labeled input's tips and errors. Replaced the.ck-labeled-input__error
class with.ck-labeled-input__status_error
. Fixed breaking layout when the status is longer than the labeled input (see ckeditor/ckeditor5-media-embed#35). (26215d5) - Introduced the
ck-media-phone
RWD mixin that outputs a@media
query. Improved responsiveness of media embed, link, and image form views in narrow viewports (see ckeditor/ckeditor5#416). (305a745)
-
Improved visibility of selected link inside table cells. Closes ckeditor/ckeditor5-link#204. (3a89e1a)
-
Only override the
fill
for icons that do not declare one. Closes #206. (6c690a9)Thanks to @michaeldjeffrey!
-
The visual effects should be disabled on a widget when the editor is in the read-only mode. Closes ckeditor/ckeditor5#1261. (41d7d1e)
- The
.ck-labeled-input__error
class has been replaced with.ck-labeled-input__status_error
.
11.1.0 (2018-10-08)
- Added styles for error messages in the labeled inputs. See ckeditor/ckeditor5-media-embed#1. (1b3ae62)
- Buttons should override the
-webkit-appearance
property to work in the Bootstrap 4 environment. Closes #189. (a65dfbd) - Removed the initial transform property of the text input with an error to allow the shake animation in Safari. Closes ckeditor/ckeditor5-ui#443. (01491bc)
11.0.0 (2018-07-18)
-
Added theme styles for the switch button (see ckeditor/ckeditor5-ui#402). (90ab35e)
Also:
- Defined styles of the
.ck-button
in.ck-list
, - Simplified the
.ck-list
styles as.ck-list__item
became just a container, - Aligned several components' styles to the new architecture of the lists and buttons (including
flex
), - Extended the theme manual test with various use-cases of switch buttons and buttons in the list (dropdown).
- Defined styles of the
-
Implemented a CSS–styled image upload loader (see ckeditor/ckeditor5-image#207). (594cf12)
-
Implemented styles for the widget selection handle (see ckeditor/ckeditor5-widget#40). (0703b2b)
Also fixed a regression after ckeditor/ckeditor5#936 which made the widget use wrong outline styles when the editable is blurred. Minor code refactoring in the widget styles.
- Added missing
box-sizing
to the successful upload icon. Closes ckeditor/ckeditor5#1095. (72f0bbc) - The
DropdownPanelView
should scroll when the content is long. Added a CSS custom property to control the height of the panel. Closes ckeditor/ckeditor5#952. (9804952) - The switch button should be animated properly in Edge. Closes ckeditor/ckeditor5-ui#433. (1c0ec96)
- The table cell selection highlight is broken around merged cells. Closes ckeditor/ckeditor5-table#69. Closes ckeditor/ckeditor5-table#29. (084e9bb)
- The toggle switch button animation should be a tad faster. Closes #183. (1e9773c)
- Used a solid box-shadow to indicate the :focus state of the .ck-button (also .ck-input). Obsoleted the background color change on .ck-button:focus to avoid situations when a focused button looks like an active one (see ckeditor/ckeditor5-ui#394). (ad5770c)
- Various color variables --ck-color-button-...-focus have been renamed to --ck-color-button-...-hover.
- Several
--ck-color-widget-*
custom properties have been renamed to match the project's naming standards.
10.1.0 (2018-06-21)
- Added styles for the "upload completed" icon (see https://github.com/ckeditor/ckeditor5-image/issues/204). (dda5282)
- Added the
BlockToolbar
plugin styles (see ckeditor/ckeditor5-ui#391). (6ac7511) - Implemented list separator styles (see ckeditor/ckeditor5-table#24). (e0d1897)
- The arrow of the balloon holding a toolbar should have the same background color as the toolbar. Closes #178. (d3c408c)
- The link balloon should not resize when navigating between editing steps. Closes #165. (832d093)
- Introduced disabled styles of a list item (see ckeditor/ckeditor5-ui#389). (b4a069c)
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (a1adb9a)
- 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)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.2 (2018-04-10)
- Implemented
.ck-button_save
and_cancel
classes with distinctive colors (see ckeditor/ckeditor5-image#187). (531aec2) - Made the link form buttons thicker with a fill color and no background (see ckeditor/ckeditor5#810). (dcf8599)
- ck-rounded-corners not respected because selection wrapped in .ck-editor (the mixin uses @nest). (abdc61e)
- The
:active
buttons should have nooutline
. Closes #157. (71825b7)
- Increased the specificity of CSS rules. Introduced the
.ck
class for editor UI components (see: ckeditor/ckeditor5#494). (0cd9f6d) - Updated the classic editor and the editorui styles to the latest nested editable CSS class naming convention (see ckeditor/ckeditor5#578). (508db7c)
1.0.0-beta.1 (2018-03-15)
-
Added styles for a selected link element (see ckeditor/ckeditor5-link#72). (aa27d55)
-
Implemented styles for the ButtonDropdown (see: ckeditor/ckeditor5-ui#333). Fixed spacing issues with toolbar items wrapped to the new line. Closes ckeditor/ckeditor5#682. (ef4d421)
Also:
- Various improvements to visual styles of the dropdowns.
- Migrated toolbar to CSS
flex
. - Allowed vertical toolbars.
-
Redesigned the theme (see ckeditor/ckeditor5#645). Closes #120. Closes ckeditor/ckeditor5#732. (0fc18a4)
- A lone paragraph should be vertically centered in the editor. Closes ckeditor/ckeditor5#847. (d09dfab)
- Classic editor's editable should have a background. Closes #113. (1ea8c9d)
- First child of editable should always have a top margin to make sure the content is separated. Closes #116. Closes ckeditor/ckeditor5-ui#351. (d717139)
- Split button's arrow button should get a proper styling when the button is on. Closes #131. (5edae52)
- The file dialog button should have the same background as other toolbar buttons. Closes ckeditor/ckeditor5#850. (c9ae59c)
- The input focus outline should not stand out too much. Closes ckeditor/ckeditor5#815. (0ec33f6)
- 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 fromckeditor5-ui
. Closes #148. (fbe7e7d) - Improved the visual styles of the split button when hovered or open. Closes [#134](https://github.com/ckeditor/ckeditor5-theme-lark/issues/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)
- 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)
- Updated
.ck-sticky-panel
styles to the new component's structure. (c8afd35)
1.0.0-alpha.1 (2017-10-03)
- Contextual toolbar container's arrow should have the same color as the toolbar. Closes #111. (e0ff0e9)
- The
StickyToolbar
component has becomeStickyPanel
(see ckeditor/ckeditor5-ui#297). (023a879)
- Refactored the theme so it allows for easy customization with SASS variables. Closes #107. (03475ea)
- 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)
- Disabled buttons should have a different look. Closes #98. (afe111d)
- The
.ck-reset
class should setword-wrap
tobreak-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)
- 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 recentBalloonPanelView
refactoring. Closes #95. (f95af00)
- 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 (reducedopacity
) or provide a custom implementation of the state.
0.8.0 (2017-05-07)
-
Removed the
contextualtoolbar.scss
sass file. Converted theck-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: Theck-toolbar__container
class has been renamed, use.ck-toolbar-container
instead. -
Updated class names after the refactoring in BalloonPanelView class. Closes #84. (bdb2fa6)
- 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)
- Added styles for active list items. Closes #80. (05d3716)
- Provided styles for
FloatingToolbarView
. Closes #73. (2c64d41)
- 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)