This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-beta.2
Features
- Made the link form buttons thicker with a fill color and no background (see ckeditor/ckeditor5#810). (45292f1)
- The Ctrl+K keystroke should open link URL editing dialog. Closes #181. (56047b5)
Bug fixes
- The selected link should be highlighted using the class instead of a marker. Closes #180. Closes #176. Closes ckeditor/ckeditor5#888. (c75c4ca)
Other changes
- Increased the specificity of CSS rules. Introduced the
.ck
class for editor UI components (see: ckeditor/ckeditor5#494). (e66f921) - Used
.ck-button_sav
e and_cancel
CSS classes to make the link form view buttons colorful (see ckeditor/ckeditor5-image#187). (a5eebdb)