8
0
Quellcode durchsuchen

Docs: Changelog. [skip ci]

Piotrek Koszuliński vor 6 Jahren
Ursprung
Commit
c3705294b4
1 geänderte Dateien mit 23 neuen und 0 gelöschten Zeilen
  1. 23 0
      packages/ckeditor5-mention/CHANGELOG.md

+ 23 - 0
packages/ckeditor5-mention/CHANGELOG.md

@@ -0,0 +1,23 @@
+Changelog
+=========
+
+## [10.0.0](https://github.com/ckeditor/ckeditor5-mention/tree/v10.0.0) (2019-04-10)
+
+### Features
+
+* The mentions feature. Closes [ckeditor/ckeditor5#998](https://github.com/ckeditor/ckeditor5/issues/998). ([3118814](https://github.com/ckeditor/ckeditor5-mention/commit/3118814))
+
+### Bug fixes
+
+* Closes [#43](https://github.com/ckeditor/ckeditor5-mention/issues/43). ([7f044f1](https://github.com/ckeditor/ckeditor5-mention/commit/7f044f1))
+* Improve mentions panel positioning. Closes [#5](https://github.com/ckeditor/ckeditor5-mention/issues/5). Closes [#7](https://github.com/ckeditor/ckeditor5-mention/issues/7). ([476129b](https://github.com/ckeditor/ckeditor5-mention/commit/476129b))
+* Mention attribute element should have higher priority. Closes [#25](https://github.com/ckeditor/ckeditor5-mention/issues/25). ([21808ff](https://github.com/ckeditor/ckeditor5-mention/commit/21808ff))
+* Mention feature will throw error for empty marker in mention feed configuration . Closes [#40](https://github.com/ckeditor/ckeditor5-mention/issues/40). ([40f84f1](https://github.com/ckeditor/ckeditor5-mention/commit/40f84f1))
+* Mention post-fixer now correctly handles partial mentions on insert, remove and paste. Closes [#12](https://github.com/ckeditor/ckeditor5-mention/issues/12). Closes [#8](https://github.com/ckeditor/ckeditor5-mention/issues/8). ([07778e3](https://github.com/ckeditor/ckeditor5-mention/commit/07778e3))
+* The editing area is now focused after executing mention command from the UI. Closes [#14](https://github.com/ckeditor/ckeditor5-mention/issues/14). ([ec14b1c](https://github.com/ckeditor/ckeditor5-mention/commit/ec14b1c))
+* The mention panel should have no extra scrollbars in Safari on Mac. Code refactoring. Closes [#41](https://github.com/ckeditor/ckeditor5-mention/issues/41). ([2dc03b0](https://github.com/ckeditor/ckeditor5-mention/commit/2dc03b0))
+
+### Other changes
+
+* Change mention attribute properties names. Closes [#10](https://github.com/ckeditor/ckeditor5-mention/issues/10). Closes [#30](https://github.com/ckeditor/ckeditor5-mention/issues/30). ([e972219](https://github.com/ckeditor/ckeditor5-mention/commit/e972219))
+* Limited the default size of mentions panel to 10 items. Closes [#3](https://github.com/ckeditor/ckeditor5-mention/issues/3). ([e0ae3b0](https://github.com/ckeditor/ckeditor5-mention/commit/e0ae3b0))