This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-theme-lark
Releases · ckeditor/ckeditor5-theme-lark
v19.0.0
Bug fixes
- The selected widget's outline should be visible when the editor is read-only. Closes ckeditor/ckeditor5#6415. (bb03e9a)
Other changes
- 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)
v18.0.0
Features
- 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)
Bug fixes
- 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)
v17.0.0
MAJOR BREAKING CHANGES
- Changed the class denoting the restricted editing exception spans from
ck-restricted-editing-exception
torestricted-editing-exception
.
Features
- 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)
Bug fixes
- Removed
ck-
prefix from the restricted editing's CSS classes used in the editor content. Closes ckeditor/ckeditor5#5899. (599f16e)
Other changes
- 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)
v16.0.0
MAJOR BREAKING CHANGES
- The
--ck-color-focus-shadow
custom property is now--ck-color-focus-outer-shadow
.
Features
- 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)
Bug fixes
-
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.
v15.0.0
Bug fixes
-
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).
Other changes
- Adjusted toolbar styles to allow automatic items grouping (see ckeditor/ckeditor5#416). (e73b50d)
v14.2.0
Features
- Brought support for right–to–left (RTL) UI to various components' styles. See ckeditor/ckeditor5#1151. (70aa1a5)
Other changes
- 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)
v14.1.1
v14.1.0
Features
- Introduced styles for the decorators UI of the
LinkFormView
component (see ckeditor/ckeditor5-link#186). (b28d360)
Bug fixes
- 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)
v14.0.0
Features
- Introduced rotatable panels styles for
ContextualBalloon
. (d3e4266)
Bug fixes
Other changes
- 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)
BREAKING CHANGES
- The
_rwd.css
mixin was moved to@ckeditor/ckeditor5-ui
.