ckeditor5 38.0.1 → 38.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.
@@ -98,6 +98,7 @@
98
98
  "ViewRawElement",
99
99
  "ViewRootEditableElement",
100
100
  "ViewText",
101
+ "ViewTreeWalker",
101
102
  "ViewUIElement",
102
103
  "addBackgroundRules",
103
104
  "addBorderRules",
@@ -222,6 +223,7 @@
222
223
  "StickyPanelView",
223
224
  "SwitchButtonView",
224
225
  "Template",
226
+ "ToolbarLineBreakView",
225
227
  "ToolbarSeparatorView",
226
228
  "ToolbarView",
227
229
  "TooltipManager",
@@ -1 +1 @@
1
- !function(e){const i=e.it=e.it||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"%0 di %1",Aquamarine:"Aquamarina",Black:"Nero",Blue:"Blu",Cancel:"Annulla","Cannot upload file:":"Impossibile caricare il file:","Dim grey":"Grigio tenue","Dropdown toolbar":"Barra degli strumenti del menu a discesa","Edit block":"Modifica blocco","Editor block content toolbar":"Barra degli strumenti contestuale dell'editor del blocco","Editor contextual toolbar":"Barra degli strumenti contestuale dell'editor","Editor editing area: %0":"Area di modifica dell'editor: %0","Editor toolbar":"Barra degli strumenti dell'editor",Green:"Verde",Grey:"Grigio",HEX:"","Insert paragraph after block":"Inserisci paragrafo dopo blocco","Insert paragraph before block":"Inserisci paragrafo prima di blocco","Light blue":"Azzurro","Light green":"Verde chiaro","Light grey":"Grigio chiaro",Next:"Avanti",Orange:"Arancio","Press Enter to type after or press Shift + Enter to type before the widget":"Premere Invio per inserire dopo il widget o premere Maiusc + Invio per inserire prima del widget",Previous:"Indietro",Purple:"Porpora",Red:"Rosso",Redo:"Ripristina","Remove color":"Rimuovi colore","Restore default":"Ripristina predefinito","Rich Text Editor":"Editor di testo formattato","Rich Text Editor. Editing area: %0":"Editor Rich Text. Area di modifica: %0",Save:"Salva","Select all":"Seleziona tutto","Show more items":"Mostra più elementi",Turquoise:"Turchese",Undo:"Annulla","Upload in progress":"Caricamento in corso",White:"Bianco","Widget toolbar":"Barra degli strumenti del widget",Yellow:"Giallo"}),i.getPluralForm=function(e){return 1==e?0:0!=e&&e%1e6==0?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const i=e.it=e.it||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"%0 di %1",Aquamarine:"Aquamarina",Black:"Nero",Blue:"Blu",Cancel:"Annulla","Cannot upload file:":"Impossibile caricare il file:","Dim grey":"Grigio tenue","Dropdown toolbar":"Barra degli strumenti del menu a discesa","Edit block":"Modifica blocco","Editor block content toolbar":"Barra degli strumenti contestuale dell'editor del blocco","Editor contextual toolbar":"Barra degli strumenti contestuale dell'editor","Editor editing area: %0":"Area di modifica dell'editor: %0","Editor toolbar":"Barra degli strumenti dell'editor",Green:"Verde",Grey:"Grigio",HEX:"HEX","Insert paragraph after block":"Inserisci paragrafo dopo blocco","Insert paragraph before block":"Inserisci paragrafo prima di blocco","Light blue":"Azzurro","Light green":"Verde chiaro","Light grey":"Grigio chiaro",Next:"Avanti",Orange:"Arancio","Press Enter to type after or press Shift + Enter to type before the widget":"Premere Invio per inserire dopo il widget o premere Maiusc + Invio per inserire prima del widget",Previous:"Indietro",Purple:"Porpora",Red:"Rosso",Redo:"Ripristina","Remove color":"Rimuovi colore","Restore default":"Ripristina predefinito","Rich Text Editor":"Editor di testo formattato","Rich Text Editor. Editing area: %0":"Editor Rich Text. Area di modifica: %0",Save:"Salva","Select all":"Seleziona tutto","Show more items":"Mostra più elementi",Turquoise:"Turchese",Undo:"Annulla","Upload in progress":"Caricamento in corso",White:"Bianco","Widget toolbar":"Barra degli strumenti del widget",Yellow:"Giallo"}),i.getPluralForm=function(e){return 1==e?0:0!=e&&e%1e6==0?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "ckeditor5",
3
- "version": "38.0.1",
4
- "description": "A set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.",
3
+ "version": "38.1.0",
5
4
  "keywords": [
6
5
  "ckeditor",
7
6
  "ckeditor5",
@@ -19,6 +18,22 @@
19
18
  "real-time",
20
19
  "framework"
21
20
  ],
21
+ "description": "A set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.",
22
+ "dependencies": {
23
+ "@ckeditor/ckeditor5-clipboard": "38.1.0",
24
+ "@ckeditor/ckeditor5-core": "38.1.0",
25
+ "@ckeditor/ckeditor5-engine": "38.1.0",
26
+ "@ckeditor/ckeditor5-enter": "38.1.0",
27
+ "@ckeditor/ckeditor5-paragraph": "38.1.0",
28
+ "@ckeditor/ckeditor5-select-all": "38.1.0",
29
+ "@ckeditor/ckeditor5-typing": "38.1.0",
30
+ "@ckeditor/ckeditor5-ui": "38.1.0",
31
+ "@ckeditor/ckeditor5-undo": "38.1.0",
32
+ "@ckeditor/ckeditor5-upload": "38.1.0",
33
+ "@ckeditor/ckeditor5-utils": "38.1.0",
34
+ "@ckeditor/ckeditor5-watchdog": "38.1.0",
35
+ "@ckeditor/ckeditor5-widget": "38.1.0"
36
+ },
22
37
  "engines": {
23
38
  "node": ">=16.0.0",
24
39
  "npm": ">=5.7.1"
@@ -31,19 +46,14 @@
31
46
  "type": "git",
32
47
  "url": "https://github.com/ckeditor/ckeditor5.git"
33
48
  },
34
- "dependencies": {
35
- "@ckeditor/ckeditor5-clipboard": "^38.0.1",
36
- "@ckeditor/ckeditor5-core": "^38.0.1",
37
- "@ckeditor/ckeditor5-engine": "^38.0.1",
38
- "@ckeditor/ckeditor5-enter": "^38.0.1",
39
- "@ckeditor/ckeditor5-paragraph": "^38.0.1",
40
- "@ckeditor/ckeditor5-select-all": "^38.0.1",
41
- "@ckeditor/ckeditor5-typing": "^38.0.1",
42
- "@ckeditor/ckeditor5-ui": "^38.0.1",
43
- "@ckeditor/ckeditor5-undo": "^38.0.1",
44
- "@ckeditor/ckeditor5-upload": "^38.0.1",
45
- "@ckeditor/ckeditor5-utils": "^38.0.1",
46
- "@ckeditor/ckeditor5-watchdog": "^38.0.1",
47
- "@ckeditor/ckeditor5-widget": "^38.0.1"
48
- }
49
+ "files": [
50
+ "src/*.js",
51
+ "src/*.d.ts",
52
+ "build/ckeditor5-dll.js",
53
+ "build/ckeditor5-dll.manifest.json",
54
+ "build/translations/*.js",
55
+ "CHANGELOG.md",
56
+ "LICENSE.md",
57
+ "README.md"
58
+ ]
49
59
  }