@ckeditor/ckeditor5-special-characters 29.2.0 → 32.0.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.
Files changed (48) hide show
  1. package/LICENSE.md +2 -2
  2. package/build/special-characters.js +3 -3
  3. package/build/translations/id.js +1 -0
  4. package/build/translations/nl.js +1 -0
  5. package/build/translations/uz.js +1 -0
  6. package/lang/translations/cs.po +1 -1
  7. package/lang/translations/de.po +1 -1
  8. package/lang/translations/en-au.po +1 -1
  9. package/lang/translations/en.po +1 -1
  10. package/lang/translations/es.po +1 -1
  11. package/lang/translations/et.po +1 -1
  12. package/lang/translations/fa.po +1 -1
  13. package/lang/translations/fr.po +1 -1
  14. package/lang/translations/gl.po +1 -1
  15. package/lang/translations/hi.po +1 -1
  16. package/lang/translations/hu.po +1 -1
  17. package/lang/translations/id.po +1037 -0
  18. package/lang/translations/it.po +1 -1
  19. package/lang/translations/ja.po +1 -1
  20. package/lang/translations/ko.po +1 -1
  21. package/lang/translations/nl.po +1037 -0
  22. package/lang/translations/pl.po +1 -1
  23. package/lang/translations/pt-br.po +1 -1
  24. package/lang/translations/ru.po +1 -1
  25. package/lang/translations/sk.po +1 -1
  26. package/lang/translations/sr-latn.po +1 -1
  27. package/lang/translations/sr.po +1 -1
  28. package/lang/translations/tk.po +1 -1
  29. package/lang/translations/tr.po +1 -1
  30. package/lang/translations/uz.po +1037 -0
  31. package/lang/translations/zh-cn.po +1 -1
  32. package/lang/translations/zh.po +1 -1
  33. package/package.json +15 -15
  34. package/src/index.js +1 -1
  35. package/src/specialcharacters.js +1 -1
  36. package/src/specialcharactersarrows.js +1 -1
  37. package/src/specialcharacterscurrency.js +1 -1
  38. package/src/specialcharactersessentials.js +1 -1
  39. package/src/specialcharacterslatin.js +1 -1
  40. package/src/specialcharactersmathematical.js +1 -1
  41. package/src/specialcharacterstext.js +1 -1
  42. package/src/ui/charactergridview.js +1 -1
  43. package/src/ui/characterinfoview.js +1 -1
  44. package/src/ui/specialcharactersnavigationview.js +1 -1
  45. package/theme/charactergrid.css +1 -1
  46. package/theme/characterinfo.css +1 -1
  47. package/theme/specialcharacters.css +1 -1
  48. package/CHANGELOG.md +0 -30
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-special-characters",
3
- "version": "29.2.0",
3
+ "version": "32.0.0",
4
4
  "description": "Special characters feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,24 +12,24 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^29.2.0"
15
+ "ckeditor5": "^32.0.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-cloud-services": "^29.2.0",
19
- "@ckeditor/ckeditor5-core": "^29.2.0",
20
- "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
21
- "@ckeditor/ckeditor5-easy-image": "^29.2.0",
22
- "@ckeditor/ckeditor5-editor-classic": "^29.2.0",
23
- "@ckeditor/ckeditor5-image": "^29.2.0",
24
- "@ckeditor/ckeditor5-theme-lark": "^29.2.0",
25
- "@ckeditor/ckeditor5-typing": "^29.2.0",
26
- "@ckeditor/ckeditor5-ui": "^29.2.0",
27
- "@ckeditor/ckeditor5-utils": "^29.2.0",
28
- "webpack": "^4.43.0",
29
- "webpack-cli": "^3.3.11"
18
+ "@ckeditor/ckeditor5-cloud-services": "^32.0.0",
19
+ "@ckeditor/ckeditor5-core": "^32.0.0",
20
+ "@ckeditor/ckeditor5-dev-utils": "^27.1.0",
21
+ "@ckeditor/ckeditor5-easy-image": "^32.0.0",
22
+ "@ckeditor/ckeditor5-editor-classic": "^32.0.0",
23
+ "@ckeditor/ckeditor5-image": "^32.0.0",
24
+ "@ckeditor/ckeditor5-theme-lark": "^32.0.0",
25
+ "@ckeditor/ckeditor5-typing": "^32.0.0",
26
+ "@ckeditor/ckeditor5-ui": "^32.0.0",
27
+ "@ckeditor/ckeditor5-utils": "^32.0.0",
28
+ "webpack": "^5.58.1",
29
+ "webpack-cli": "^4.9.0"
30
30
  },
31
31
  "engines": {
32
- "node": ">=12.0.0",
32
+ "node": ">=14.0.0",
33
33
  "npm": ">=5.7.1"
34
34
  },
35
35
  "author": "CKSource (http://cksource.com/)",
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
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.