Procházet zdrojové kódy

Merge tag 'v1.0.0-beta.1' into stable

Release: v1.0.0-beta.1.
Piotrek Koszuliński před 7 roky
rodič
revize
432206b0a0

+ 1 - 1
packages/ckeditor5-essentials/.eslintrc.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 

+ 15 - 11
packages/ckeditor5-essentials/.travis.yml

@@ -1,24 +1,28 @@
 sudo: required
 dist: trusty
 addons:
+  firefox: "latest"
   apt:
     sources:
-      - google-chrome
+    - google-chrome
     packages:
-      - google-chrome-stable
+    - google-chrome-stable
 language: node_js
 node_js:
-  - "6"
+- '6'
 cache:
-  - node_modules
+- node_modules
 before_install:
-  - export DISPLAY=:99.0
-  - sh -e /etc/init.d/xvfb start
+- export DISPLAY=:99.0
+- sh -e /etc/init.d/xvfb start
 install:
-  - npm install @ckeditor/ckeditor5-dev-tests
-  - ckeditor5-dev-tests-install-dependencies
+- npm install @ckeditor/ckeditor5-dev-tests
+- ckeditor5-dev-tests-install-dependencies
 script:
-  - ckeditor5-dev-tests-travis
+- ckeditor5-dev-tests-travis
 after_success:
-  - codeclimate-test-reporter < coverage/lcov.info
-  - ckeditor5-dev-tests-save-revision
+- ckeditor5-dev-tests-save-revision
+env:
+  global:
+  - secure: m2JBfEz/ciHTLEocBEqoyDJ+N2xeyaGHr/MdSj2iZtVHyfYGH2CkAgvYaoZpeb3p2JnMw26c73h6JGjgjIh2M97KPDF1cXTSRS/8XiifrjIU7fgzB5TNU1/X8Ce/4ZaF5zF539NRAVINIHYihPcNNMDH9LHj7vcqZ5V2KPY5NJe/SELj6PVj1F+uwyceVOFPd4TwtqYPyH+rjrLD/ULrtv/73+PMLhOpUffgSF5WlVk6M+mA96ynIfbr+8kxYar/m0DnVEuSq+/7dH50iekpgMcNYpQnVlm4+yfYAjvuMmt6nRQwwj/o6R+cV0+2yBGmWomFIb2FBS4y2DvmDbg/zHhUYNxoUkaV1Bft6Hi4FnVZueS5cPjB6Id3kJi0N0MGJMiHk2hqJ0CVGYemLO+dzSfsOz2B7Y85HqmljIdyG2FOgTerOpfk4t3MbybXsKT45q5Yto0AjSw4npZj90GKAITsHPTaC2WIPy5o59UhsIhCBQXmAHAtd0e3Y9lWwTotTGjhsPr1Lb/r5vu7plW+Eg4wWaP08ZMUE9DnrwVaLqo+bXG3F+A3N7SS2ngL7iQ3xuLI58X063ejFLSDjspkOwO+LSFZ4W79TJZtL3zTO2h1NWLAQ5OhNtAkjaHQNVEI3/zLp5J91dDjsIJTrIWA6TaL8r6ZpmDtTL+tvx3qAgY=
+  - secure: g16gbgRU58hg4pPiGJiRizBEH87yqEJMZwDDxtARbvClqDwyzH2e6Z+NGg33UKJNQcvd0gi7ag1RgxB4q3VAKvA3XkFImoc0VVS1tvWf9hjR2ft5VYlhF4Ec8KW7Av8wVHCwDTzK5MitNH7b+7/lKl79nSey6aEptGTgScSgINKhNiPhHVifq9+BMnXEgBp67fFunhPHgNbBJL8NiwQvQmiy7ZEgacYGCGqmYOj+uTnNcfPppy5w8lPHrnS9s/HPfl1dnsi4StA3KagY/nQUsr+6msAjuzl+AMkRy29OnFHQDtEAjsTQrkBpg+OFbYNPStwPtFlMdVckqjXABvlBJQhC4lUbnVXly1tQe9yJ71KlZWQ9lTSdWtmgrzMonFVNa1thPiPseK4Jc2nNqCwuVJZDrSJxV2Eit6lMwjvQHDRS6Quvzf5CCT2B4MNkGcnS8DwYfF08d/s+59kq9bwQjYu9e3wnFTsYrxhSy4oQCJCXfPEYzfYFaPSX18Pz8kLfdm/nWFcpNQ+EOoTKoVtt2it6/F4zXrIPyF8BAdlQVAaNz+4raCqb3Sv+RPOLEQUztq84U+huwAVSQqUBrHz6l+ZNcLQ0ekpUPDJAsVtOI8OmN8+ZTxCm1Vd5pcZXiCoH+IBHjzFl625XgS9xGrox3sCz1GaSPAL8sd3z9EmlTyM=

+ 5 - 0
packages/ckeditor5-essentials/CHANGELOG.md

@@ -1,6 +1,11 @@
 Changelog
 =========
 
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-essentials/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
+
+Internal changes only (updated dependencies, documentation, etc.).
+
+
 ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-essentials/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
 
 Internal changes only (updated dependencies, documentation, etc.).

+ 1 - 1
packages/ckeditor5-essentials/LICENSE.md

@@ -2,7 +2,7 @@ Software License Agreement
 ==========================
 
 **CKEditor 5 essentials plugin** – https://github.com/ckeditor/ckeditor5-essentials <br>
-Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 Licensed under the terms of any of the following licenses at your choice:
 

+ 3 - 1
packages/ckeditor5-essentials/README.md

@@ -4,7 +4,9 @@ CKEditor 5 essentials plugin
 [![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-essentials.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-essentials)
 [![Build Status](https://travis-ci.org/ckeditor/ckeditor5-essentials.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-essentials)
-[![Test Coverage](https://codeclimate.com/github/ckeditor/ckeditor5-essentials/badges/coverage.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-essentials/coverage)
+[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)](https://www.browserstack.com/automate/public-build/d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)
+[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-essentials/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-essentials?branch=master)
+<br>
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-essentials/status.svg)](https://david-dm.org/ckeditor/ckeditor5-essentials)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-essentials/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-essentials?type=dev)
 

+ 11 - 11
packages/ckeditor5-essentials/package.json

@@ -1,25 +1,25 @@
 {
   "name": "@ckeditor/ckeditor5-essentials",
-  "version": "1.0.0-alpha.2",
+  "version": "1.0.0-beta.1",
   "description": "Essential editing features for CKEditor 5.",
   "keywords": [
     "ckeditor5",
     "ckeditor5-feature"
   ],
   "dependencies": {
-    "@ckeditor/ckeditor5-clipboard": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-core": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-enter": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-typing": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-undo": "^1.0.0-alpha.2"
+    "@ckeditor/ckeditor5-clipboard": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-core": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-enter": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-typing": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-undo": "^1.0.0-beta.1"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.2",
-    "eslint": "^4.8.0",
-    "eslint-config-ckeditor5": "^1.0.6",
+    "@ckeditor/ckeditor5-editor-classic": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.1",
+    "eslint": "^4.15.0",
+    "eslint-config-ckeditor5": "^1.0.7",
     "husky": "^0.14.3",
-    "lint-staged": "^4.2.3"
+    "lint-staged": "^6.0.0"
   },
   "engines": {
     "node": ">=6.0.0",

+ 11 - 1
packages/ckeditor5-essentials/src/essentials.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 
@@ -31,7 +31,17 @@ import Undo from '@ckeditor/ckeditor5-undo/src/undo';
  * @extends module:core/plugin~Plugin
  */
 export default class Essentials extends Plugin {
+	/**
+	 * @inheritDoc
+	 */
 	static get requires() {
 		return [ Clipboard, Enter, Typing, Undo ];
 	}
+
+	/**
+	 * @inheritDoc
+	 */
+	static get pluginName() {
+		return 'Essentials';
+	}
 }

+ 1 - 1
packages/ckeditor5-essentials/tests/essentials.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 

+ 1 - 1
packages/ckeditor5-essentials/tests/manual/essentials.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */