瀏覽代碼

Merge branch 'master' into t/41

Aleksander Nowodzinski 7 年之前
父節點
當前提交
37b1cf2678
共有 3 個文件被更改,包括 18 次插入4 次删除
  1. 3 0
      packages/ckeditor5-utils/.travis.yml
  2. 11 0
      packages/ckeditor5-utils/CHANGELOG.md
  3. 4 4
      packages/ckeditor5-utils/package.json

+ 3 - 0
packages/ckeditor5-utils/.travis.yml

@@ -12,6 +12,9 @@ node_js:
 - '8'
 cache:
 - node_modules
+branches:
+   except:
+   - stable
 before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start

+ 11 - 0
packages/ckeditor5-utils/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [11.0.0](https://github.com/ckeditor/ckeditor5-utils/compare/v10.2.1...v11.0.0) (2018-10-08)
+
+### Other changes
+
+* Removed the `lodash` library from this package (a modular `lodash` build has been kept under `src/lib/lodash/`). We now recommend using `lodash-es` directly. Closes [#251](https://github.com/ckeditor/ckeditor5-utils/issues/251). ([637c9e3](https://github.com/ckeditor/ckeditor5-utils/commit/637c9e3))
+
+### BREAKING CHANGES
+
+* Removed the `lodash` library from this package (a modular `lodash` build has been kept under `src/lib/lodash/`). We now recommend using `lodash-es` directly.
+
+
 ## [10.2.1](https://github.com/ckeditor/ckeditor5-utils/compare/v10.2.0...v10.2.1) (2018-07-18)
 
 Internal changes only (updated dependencies, documentation, etc.).

+ 4 - 4
packages/ckeditor5-utils/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ckeditor/ckeditor5-utils",
-  "version": "10.2.1",
+  "version": "11.0.0",
   "description": "Miscellaneous utils used by CKEditor 5.",
   "keywords": [
     "ckeditor",
@@ -9,12 +9,12 @@
     "ckeditor5-lib"
   ],
   "dependencies": {
-    "ckeditor5": "^11.0.1",
+    "ckeditor5": "^11.1.0",
     "lodash-es": "^4.17.10"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-core": "^11.0.0",
-    "@ckeditor/ckeditor5-engine": "^10.2.0",
+    "@ckeditor/ckeditor5-core": "^11.0.1",
+    "@ckeditor/ckeditor5-engine": "^11.0.0",
     "del": "^2.2.0",
     "eslint": "^5.5.0",
     "eslint-config-ckeditor5": "^1.0.7",