Browse Source

Docs: Changelog. [skip ci]

Piotrek Koszuliński 7 years ago
parent
commit
6ceb10339d
1 changed files with 19 additions and 0 deletions
  1. 19 0
      packages/ckeditor5-undo/CHANGELOG.md

+ 19 - 0
packages/ckeditor5-undo/CHANGELOG.md

@@ -1,6 +1,25 @@
 Changelog
 =========
 
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-undo/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
+
+### Features
+
+* Updated icons for compatibility with the refreshed Lark theme. Minor adjustment in toolbar configuration (see [ckeditor/ckeditor5#645](https://github.com/ckeditor/ckeditor5/issues/645)). ([254cd89](https://github.com/ckeditor/ckeditor5-undo/commit/254cd89))
+
+### Bug fixes
+
+* Do not register batches which have only non-document operations. Closes [#79](https://github.com/ckeditor/ckeditor5-undo/issues/79). Closes [ckeditor/ckeditor5#781](https://github.com/ckeditor/ckeditor5/issues/781). ([60ac1ab](https://github.com/ckeditor/ckeditor5-undo/commit/60ac1ab))
+
+### Other changes
+
+* Align feature class naming to a new scheme. ([d4f0cc2](https://github.com/ckeditor/ckeditor5-undo/commit/d4f0cc2))
+* Aligned code to the changes API in `ckeditor5-engine`. Read more [ckeditor/ckeditor5-engine#738](https://github.com/ckeditor/ckeditor5-engine/issues/738). ([7e515dc](https://github.com/ckeditor/ckeditor5-undo/commit/7e515dc))
+* Aligned code to the changes in the engine. ([6df3253](https://github.com/ckeditor/ckeditor5-undo/commit/6df3253))
+* Changes after model events refactor in ckeditor5-engine. ([325a684](https://github.com/ckeditor/ckeditor5-undo/commit/325a684))
+* Updated translations. ([33171d5](https://github.com/ckeditor/ckeditor5-undo/commit/33171d5))
+
+
 ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-undo/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
 
 ### Other changes