This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-beta.1
Features
- Added two-step caret movement for links. Closes #72. (985bb40)
- Implemented a 2–step link UI with a refreshed look&feel (see ckeditor/ckeditor5#645). Closes #31. (6baee95)
Bug fixes
Other changes
- Aligned feature class naming to the new scheme. (5d8e67d)
- Migrated package styles to PostCSS. Moved visual styles to
@ckeditor/ckeditor5-theme-lark
(see ckeditor/ckeditor5-ui#144). (f16d263) - Removed
LinkElement
. We should be using custom properties instead. Closes #162. (3785e50) - Updated translations. (d285ad3)
BREAKING CHANGES
- The structure of the link UI has changed dramatically. Some pieces of the
LinkFormView
belong now to theLinkActionsView
class. The CSS classes have also changed along with component templates.