瀏覽代碼

Merge branch 'master' into t/40

Aleksander Nowodzinski 7 年之前
父節點
當前提交
9ab5ff5a4f
共有 2 個文件被更改,包括 14 次插入7 次删除
  1. 7 0
      packages/ckeditor5-widget/CHANGELOG.md
  2. 7 7
      packages/ckeditor5-widget/package.json

+ 7 - 0
packages/ckeditor5-widget/CHANGELOG.md

@@ -1,6 +1,13 @@
 Changelog
 =========
 
+## [10.1.0](https://github.com/ckeditor/ckeditor5-widget/compare/v10.0.0...v10.1.0) (2018-06-21)
+
+### Features
+
+* Creating a paragraph next to the selected widget is possible using the (<kbd>Shift</kbd>+)<kbd>Enter</kbd> key (see [ckeditor/ckeditor5#407](https://github.com/ckeditor/ckeditor5/issues/407)). ([d68b7d0](https://github.com/ckeditor/ckeditor5-widget/commit/d68b7d0))
+
+
 ## [10.0.0](https://github.com/ckeditor/ckeditor5-widget/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
 
 ### Other changes

+ 7 - 7
packages/ckeditor5-widget/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ckeditor/ckeditor5-widget",
-  "version": "10.0.0",
+  "version": "10.1.0",
   "description": "Widget API for CKEditor 5.",
   "keywords": [
     "ckeditor",
@@ -9,14 +9,14 @@
     "ckeditor5-lib"
   ],
   "dependencies": {
-    "@ckeditor/ckeditor5-core": "^10.0.0",
-    "@ckeditor/ckeditor5-engine": "^10.0.0",
-    "@ckeditor/ckeditor5-utils": "^10.0.0",
-    "@ckeditor/ckeditor5-theme-lark": "^10.0.0",
-    "@ckeditor/ckeditor5-ui": "^10.0.0"
+    "@ckeditor/ckeditor5-core": "^10.1.0",
+    "@ckeditor/ckeditor5-engine": "^10.1.0",
+    "@ckeditor/ckeditor5-utils": "^10.1.0",
+	"@ckeditor/ckeditor5-theme-lark": "^10.1.0",
+	"@ckeditor/ckeditor5-ui": "^10.1.0"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-typing": "^10.0.0",
+    "@ckeditor/ckeditor5-typing": "^10.0.1",
     "eslint": "^4.15.0",
     "eslint-config-ckeditor5": "^1.0.7",
     "husky": "^0.14.3",