@umoteam/editor 2.1.0 → 2.3.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umoteam/editor",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "description": "Umo Editor is an open-source document editor based on Vue3. It offers comprehensive document editing capabilities, supports Markdown syntax, and basic rich-text editing functions. It also supports the insertion of various formatted node types, provides a variety of practical tools, and allows for page style customization. Additionally, it supports exporting in multiple formats, printing and print preview, document block editing, the addition of custom extensions, i18n settings, and dark mode support.",
5
5
  "keywords": [
6
6
  "umo editor",
@@ -16,7 +16,8 @@
16
16
  "vue3 editor",
17
17
  "editor",
18
18
  "web office",
19
- "online office"
19
+ "online office",
20
+ "tiptap"
20
21
  ],
21
22
  "author": {
22
23
  "name": "umodoc",
@@ -24,7 +25,7 @@
24
25
  "url": "https://umodoc.com"
25
26
  },
26
27
  "license": "MIT",
27
- "homepage": "https://umodoc.com",
28
+ "homepage": "https://editor.umodoc.com/en/docs",
28
29
  "bugs": {
29
30
  "url": "https://github.com/umodoc/editor/issues",
30
31
  "email": "support@umodoc.com"
@@ -47,36 +48,36 @@
47
48
  },
48
49
  "dependencies": {
49
50
  "@eslint/object-schema": "^2.1.4",
50
- "@imgly/background-removal": "1.4.5",
51
+ "@imgly/background-removal": "1.5.3",
51
52
  "@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
52
- "@tiptap-pro/extension-invisible-characters": "^2.8.9",
53
- "@tiptap-pro/extension-mathematics": "^2.8.9",
54
- "@tiptap-pro/extension-table-of-contents": "^2.8.9",
55
- "@tiptap/extension-bubble-menu": "^2.4.0",
56
- "@tiptap/extension-character-count": "^2.4.0",
57
- "@tiptap/extension-color": "^2.4.0",
58
- "@tiptap/extension-focus": "^2.4.0",
59
- "@tiptap/extension-font-family": "^2.4.0",
60
- "@tiptap/extension-highlight": "^2.4.0",
61
- "@tiptap/extension-horizontal-rule": "^2.4.0",
62
- "@tiptap/extension-image": "^2.4.0",
63
- "@tiptap/extension-link": "^2.4.0",
64
- "@tiptap/extension-placeholder": "^2.4.0",
65
- "@tiptap/extension-subscript": "^2.4.0",
66
- "@tiptap/extension-superscript": "^2.4.0",
67
- "@tiptap/extension-table": "^2.4.0",
68
- "@tiptap/extension-table-cell": "^2.4.0",
69
- "@tiptap/extension-table-header": "^2.4.0",
70
- "@tiptap/extension-table-row": "^2.4.0",
71
- "@tiptap/extension-task-item": "^2.4.0",
72
- "@tiptap/extension-task-list": "^2.4.0",
73
- "@tiptap/extension-text-align": "^2.4.0",
74
- "@tiptap/extension-text-style": "^2.4.0",
75
- "@tiptap/extension-typography": "^2.4.0",
76
- "@tiptap/extension-underline": "^2.4.0",
77
- "@tiptap/pm": "^2.4.0",
78
- "@tiptap/starter-kit": "^2.4.0",
79
- "@tiptap/vue-3": "^2.4.0",
53
+ "@tiptap-pro/extension-invisible-characters": "^2.10.3",
54
+ "@tiptap-pro/extension-mathematics": "^2.10.3",
55
+ "@tiptap-pro/extension-table-of-contents": "^2.10.3",
56
+ "@tiptap/extension-bubble-menu": "^2.5.4",
57
+ "@tiptap/extension-character-count": "^2.5.4",
58
+ "@tiptap/extension-color": "^2.5.4",
59
+ "@tiptap/extension-focus": "^2.5.4",
60
+ "@tiptap/extension-font-family": "^2.5.4",
61
+ "@tiptap/extension-highlight": "^2.5.4",
62
+ "@tiptap/extension-horizontal-rule": "^2.5.4",
63
+ "@tiptap/extension-image": "^2.5.4",
64
+ "@tiptap/extension-link": "^2.5.4",
65
+ "@tiptap/extension-placeholder": "^2.5.4",
66
+ "@tiptap/extension-subscript": "^2.5.4",
67
+ "@tiptap/extension-superscript": "^2.5.4",
68
+ "@tiptap/extension-table": "^2.5.4",
69
+ "@tiptap/extension-table-cell": "^2.5.4",
70
+ "@tiptap/extension-table-header": "^2.5.4",
71
+ "@tiptap/extension-table-row": "^2.5.4",
72
+ "@tiptap/extension-task-item": "^2.5.4",
73
+ "@tiptap/extension-task-list": "^2.5.4",
74
+ "@tiptap/extension-text-align": "^2.5.4",
75
+ "@tiptap/extension-text-style": "^2.5.4",
76
+ "@tiptap/extension-typography": "^2.5.4",
77
+ "@tiptap/extension-underline": "^2.5.4",
78
+ "@tiptap/pm": "^2.5.4",
79
+ "@tiptap/starter-kit": "^2.5.4",
80
+ "@tiptap/vue-3": "^2.5.4",
80
81
  "@vue-monaco/editor": "^0.0.6",
81
82
  "@vueuse/core": "^10.11.0",
82
83
  "dom-to-image-more": "^3.3.0",
@@ -85,17 +86,17 @@
85
86
  "file64": "^1.0.3",
86
87
  "hotkeys-js": "^3.13.7",
87
88
  "jsbarcode": "^3.11.6",
88
- "katex": "^0.16.10",
89
+ "katex": "^0.16.11",
89
90
  "mermaid": "^10.9.1",
90
91
  "nzh": "^1.0.12",
91
92
  "plyr": "^3.7.8",
92
93
  "pretty-bytes": "^6.1.1",
93
- "prism-code-editor": "^3.3.2",
94
+ "prism-code-editor": "^3.3.3",
94
95
  "prismjs": "^1.29.0",
95
96
  "qrcode-svg": "^1.1.0",
96
97
  "svg64": "^2.0.0",
97
- "tdesign-vue-next": "^1.9.6",
98
- "vue": "^3.4.30",
98
+ "tdesign-vue-next": "^1.9.7",
99
+ "vue": "^3.4.33",
99
100
  "vue-esign": "^1.1.4",
100
101
  "vue-i18n": "^9.13.1"
101
102
  },
@@ -103,17 +104,17 @@
103
104
  "@intlify/unplugin-vue-i18n": "^4.0.0",
104
105
  "@vitejs/plugin-vue": "^5.0.5",
105
106
  "@vue/eslint-config-prettier": "^9.0.0",
106
- "eslint": "^9.5.0",
107
- "eslint-plugin-vue": "^9.26.0",
107
+ "eslint": "^9.7.0",
108
+ "eslint-plugin-vue": "^9.27.0",
108
109
  "less": "^4.2.0",
109
110
  "less-loader": "^12.2.0",
110
- "prettier": "^3.3.2",
111
- "terser": "^5.31.1",
112
- "unplugin-auto-import": "^0.17.6",
113
- "unplugin-vue-components": "^0.27.0",
111
+ "prettier": "^3.3.3",
112
+ "terser": "^5.31.3",
113
+ "unplugin-auto-import": "^0.18.0",
114
+ "unplugin-vue-components": "^0.27.3",
114
115
  "unplugin-vue-macros": "^2.9.5",
115
- "vite": "^5.3.1",
116
- "vite-plugin-compression2": "^1.1.1",
116
+ "vite": "^5.3.4",
117
+ "vite-plugin-compression2": "^1.1.3",
117
118
  "vite-plugin-svg-icons": "^2.0.1"
118
119
  },
119
120
  "engines": {