This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-link
Releases · ckeditor/ckeditor5-link
v11.0.0
Bug fixes
- Improved the focus management when removing the link form from the DOM. Closes ckeditor/ckeditor5#1501. (9dd756c)
- Fixed memory leaks during editor initialization and destruction (see ckeditor/ckeditor5#1341). (bb24b88)
Other changes
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
v10.1.0
Features
- Improved responsiveness of the form and actions views in narrow viewports (see ckeditor/ckeditor5#416). (74dbe69)
Other changes
- Improved SVG icons size. See ckeditor/ckeditor5-theme-lark#206. (5b12f81)
- Updated translations. (9d7b042) (6ac7e41)
v10.0.4
v10.0.3
v10.0.2
v10.0.1
Bug fixes
-
Fixed a cross-site scripting (XSS) vulnerability which allowed remote attackers to inject arbitrary web script through a crafted href attribute of a link (A) element. CVE-2018-11093. (8cb782e)
This issue was reported indepdentently by Toan Chi Nguyen from Techlab Corporation and Michal Bazyli. Thank you!
v10.0.0
Other changes
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (32a80fb)
- Updated translations. (c6d5333)
BREAKING CHANGES
- 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.
v1.0.0-beta.4
Other changes
- Updated translations. (f6ab11a)
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)
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.