|
|
@@ -0,0 +1,19 @@
|
|
|
+Changelog
|
|
|
+=========
|
|
|
+
|
|
|
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-highlight/compare/v0.0.1...v1.0.0-beta.1) (2018-03-15)
|
|
|
+
|
|
|
+### Features
|
|
|
+
|
|
|
+* Implemented the user interface of the highlight feature. Closes [#3](https://github.com/ckeditor/ckeditor5-highlight/issues/3). Closes [#4](https://github.com/ckeditor/ckeditor5-highlight/issues/4). ([7ddd2ea](https://github.com/ckeditor/ckeditor5-highlight/commit/7ddd2ea))
|
|
|
+* Initial implementation of highlight editing. Closes [#1](https://github.com/ckeditor/ckeditor5-highlight/issues/1). ([5c687cf](https://github.com/ckeditor/ckeditor5-highlight/commit/5c687cf))
|
|
|
+
|
|
|
+### Bug fixes
|
|
|
+
|
|
|
+* The selection attribute is not updated on consecutive `HighlightCommand#execute()` calls. Closes [#8](https://github.com/ckeditor/ckeditor5-highlight/issues/8). ([d08c10a](https://github.com/ckeditor/ckeditor5-highlight/commit/d08c10a))
|
|
|
+
|
|
|
+### Other changes
|
|
|
+
|
|
|
+* `HighlightUI` should not require `HighlightEditing`. ([46b259f](https://github.com/ckeditor/ckeditor5-highlight/commit/46b259f))
|
|
|
+* Changed the way of defining highlight option colors to CSS variables. Implemented a default feature style sheet with classes and colors. Closes [#11](https://github.com/ckeditor/ckeditor5-highlight/issues/11). ([ea1f261](https://github.com/ckeditor/ckeditor5-highlight/commit/ea1f261))
|
|
|
+* Updated translations. ([b269b66](https://github.com/ckeditor/ckeditor5-highlight/commit/b269b66))
|