@ckeditor/ckeditor5-special-characters 29.1.0 → 31.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-special-characters",
3
- "version": "29.1.0",
3
+ "version": "31.1.0",
4
4
  "description": "Special characters feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,19 +12,19 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^29.1.0"
15
+ "ckeditor5": "^31.1.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-cloud-services": "^29.1.0",
19
- "@ckeditor/ckeditor5-core": "^29.1.0",
20
- "@ckeditor/ckeditor5-dev-utils": "^25.3.0",
21
- "@ckeditor/ckeditor5-easy-image": "^29.1.0",
22
- "@ckeditor/ckeditor5-editor-classic": "^29.1.0",
23
- "@ckeditor/ckeditor5-image": "^29.1.0",
24
- "@ckeditor/ckeditor5-theme-lark": "^29.1.0",
25
- "@ckeditor/ckeditor5-typing": "^29.1.0",
26
- "@ckeditor/ckeditor5-ui": "^29.1.0",
27
- "@ckeditor/ckeditor5-utils": "^29.1.0",
18
+ "@ckeditor/ckeditor5-cloud-services": "^31.1.0",
19
+ "@ckeditor/ckeditor5-core": "^31.1.0",
20
+ "@ckeditor/ckeditor5-dev-utils": "^26.0.0",
21
+ "@ckeditor/ckeditor5-easy-image": "^31.1.0",
22
+ "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
23
+ "@ckeditor/ckeditor5-image": "^31.1.0",
24
+ "@ckeditor/ckeditor5-theme-lark": "^31.1.0",
25
+ "@ckeditor/ckeditor5-typing": "^31.1.0",
26
+ "@ckeditor/ckeditor5-ui": "^31.1.0",
27
+ "@ckeditor/ckeditor5-utils": "^31.1.0",
28
28
  "webpack": "^4.43.0",
29
29
  "webpack-cli": "^3.3.11"
30
30
  },
package/CHANGELOG.md DELETED
@@ -1,30 +0,0 @@
1
- Changelog
2
- =========
3
-
4
- All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
5
-
6
- Changes for the past releases are available below.
7
-
8
- ## [19.0.0](https://github.com/ckeditor/ckeditor5-special-characters/compare/v18.0.0...v19.0.0) (2020-04-29)
9
-
10
- ### MAJOR BREAKING CHANGES
11
-
12
- * From now the `SpecialCharactersNavigationView` is an instance of the `FormHeaderView` and unnecessary `SpecialCharactersNavigationView#labelView` was removed.
13
-
14
- ### Other changes
15
-
16
- * Made `SpecialCharactersNavigationView` an instance of the new `FormHeaderView` UI. See [ckeditor/ckeditor5#6109](https://github.com/ckeditor/ckeditor5/issues/6109). ([342a536](https://github.com/ckeditor/ckeditor5-special-characters/commit/342a536))
17
- * Removed duplicated styling inherited from the `FormHeaderView` component. See [ckeditor/ckeditor5#6586](https://github.com/ckeditor/ckeditor5/issues/6586). ([d20907a](https://github.com/ckeditor/ckeditor5-special-characters/commit/d20907a))
18
- * Updated translations. ([cf6804a](https://github.com/ckeditor/ckeditor5-special-characters/commit/cf6804a))
19
-
20
-
21
- ## [18.0.0](https://github.com/ckeditor/ckeditor5-special-characters/compare/v17.0.0...v18.0.0) (2020-03-19)
22
-
23
- ### Other changes
24
-
25
- * Updated translations. ([9b06466](https://github.com/ckeditor/ckeditor5-special-characters/commit/9b06466))
26
-
27
-
28
- ## [17.0.0](https://github.com/ckeditor/ckeditor5-special-characters/tree/v17.0.0) (2020-02-19)
29
-
30
- The initial release.