@ckeditor/ckeditor5-special-characters 48.1.1 → 48.2.0-alpha.1

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.
@@ -12,7 +12,7 @@
12
12
  *
13
13
  * ```ts
14
14
  * ClassicEditor
15
- * .create( editorElement, {
15
+ * .create( {
16
16
  * specialCharacters: ... // Special characters feature options.
17
17
  * } )
18
18
  * .then( ... )
@@ -31,7 +31,7 @@ export interface SpecialCharactersConfig {
31
31
  *
32
32
  * ```ts
33
33
  * ClassicEditor
34
- * .create( editorElement, {
34
+ * .create( {
35
35
  * plugins: [ SpecialCharacters, SpecialCharactersEssentials, ... ],
36
36
  * specialCharacters: {
37
37
  * order: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-special-characters",
3
- "version": "48.1.1",
3
+ "version": "48.2.0-alpha.1",
4
4
  "description": "Special characters feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,11 +26,11 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor5-core": "48.1.1",
30
- "@ckeditor/ckeditor5-icons": "48.1.1",
31
- "@ckeditor/ckeditor5-typing": "48.1.1",
32
- "@ckeditor/ckeditor5-ui": "48.1.1",
33
- "@ckeditor/ckeditor5-utils": "48.1.1"
29
+ "@ckeditor/ckeditor5-core": "48.2.0-alpha.1",
30
+ "@ckeditor/ckeditor5-icons": "48.2.0-alpha.1",
31
+ "@ckeditor/ckeditor5-typing": "48.2.0-alpha.1",
32
+ "@ckeditor/ckeditor5-ui": "48.2.0-alpha.1",
33
+ "@ckeditor/ckeditor5-utils": "48.2.0-alpha.1"
34
34
  },
35
35
  "files": [
36
36
  "dist",