@wangeditor-next/editor 5.3.6 → 5.3.8

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": "@wangeditor-next/editor",
3
- "version": "5.3.6",
3
+ "version": "5.3.8",
4
4
  "description": "Web rich text editor, Web 富文本编辑器",
5
5
  "keywords": [
6
6
  "wangeditor",
@@ -50,11 +50,11 @@
50
50
  "dependencies": {
51
51
  "@uppy/core": "^2.1.1",
52
52
  "@uppy/xhr-upload": "^2.0.3",
53
- "@wangeditor-next/basic-modules": "^1.3.2",
53
+ "@wangeditor-next/basic-modules": "^1.3.3",
54
54
  "@wangeditor-next/code-highlight": "^1.2.1",
55
- "@wangeditor-next/core": "^1.5.2",
55
+ "@wangeditor-next/core": "^1.5.3",
56
56
  "@wangeditor-next/list-module": "^1.1.3",
57
- "@wangeditor-next/table-module": "^1.3.3",
57
+ "@wangeditor-next/table-module": "^1.3.4",
58
58
  "@wangeditor-next/upload-image-module": "^1.1.1",
59
59
  "@wangeditor-next/video-module": "^1.3.0",
60
60
  "dom7": "^3.0.0",
@@ -69,6 +69,5 @@
69
69
  "nanoid": "^3.2.0",
70
70
  "slate": "^0.72.0",
71
71
  "snabbdom": "^3.1.0"
72
- },
73
- "gitHead": "b879359ca034eddc96c779de8dc91775097de1c1"
72
+ }
74
73
  }
package/CHANGELOG.md DELETED
@@ -1,589 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [5.3.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.5...@wangeditor-next/editor@5.3.6) (2024-07-16)
7
-
8
- **Note:** Version bump only for package @wangeditor-next/editor
9
-
10
-
11
-
12
-
13
-
14
- ## [5.3.5](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.4.0...@wangeditor-next/editor@5.3.5) (2024-07-15)
15
-
16
- **Note:** Version bump only for package @wangeditor-next/editor
17
-
18
-
19
-
20
-
21
-
22
- ## [5.3.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.4.0...@wangeditor-next/editor@5.3.4) (2024-07-14)
23
-
24
- **Note:** Version bump only for package @wangeditor-next/editor
25
-
26
-
27
-
28
-
29
-
30
- # [5.4.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.2...@wangeditor-next/editor@5.4.0) (2024-07-11)
31
-
32
-
33
- ### Features
34
-
35
- * Table add merge / split cell ([26250fa](https://github.com/cycleccc/wangEditor/commit/26250faaa6fbbbdd39a4d5c28364df9d944596bd))
36
-
37
-
38
-
39
-
40
-
41
- ## [5.3.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.1...@wangeditor-next/editor@5.3.2) (2024-07-08)
42
-
43
- **Note:** Version bump only for package @wangeditor-next/editor
44
-
45
-
46
-
47
-
48
-
49
- ## [5.3.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.3.0...@wangeditor-next/editor@5.3.1) (2024-06-29)
50
-
51
- **Note:** Version bump only for package @wangeditor-next/editor
52
-
53
-
54
-
55
-
56
-
57
- # [5.3.0](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.8...@wangeditor-next/editor@5.3.0) (2024-06-24)
58
-
59
-
60
- ### Features
61
-
62
- * **video:** add edit video src menu ([77b6d13](https://github.com/cycleccc/wangEditor/commit/77b6d13a5bbbebbf56aee7b6113029b90f7d6686))
63
-
64
-
65
-
66
-
67
-
68
- ## [5.2.8](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.7...@wangeditor-next/editor@5.2.8) (2024-06-22)
69
-
70
- **Note:** Version bump only for package @wangeditor-next/editor
71
-
72
-
73
-
74
-
75
-
76
- ## [5.2.7](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.6...@wangeditor-next/editor@5.2.7) (2024-06-22)
77
-
78
-
79
- ### Performance Improvements
80
-
81
- * **video:** modify video position by toolbar ([b0c5f0a](https://github.com/cycleccc/wangEditor/commit/b0c5f0a0fe8e0b0db4456f8777430a1610f700b7))
82
- * show more config ([055cffc](https://github.com/cycleccc/wangEditor/commit/055cffc6bdeb74636e54e35f31725feb798b8449))
83
-
84
-
85
- ### Reverts
86
-
87
- * **example:** revert content config ([ecfc3e9](https://github.com/cycleccc/wangEditor/commit/ecfc3e93539a52ec3d9c00559ffba527605e29f0))
88
-
89
-
90
-
91
-
92
-
93
- ## [5.2.6](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.5...@wangeditor-next/editor@5.2.6) (2024-06-17)
94
-
95
- **Note:** Version bump only for package @wangeditor-next/editor
96
-
97
-
98
-
99
-
100
-
101
- ## [5.2.5](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.4...@wangeditor-next/editor@5.2.5) (2024-06-14)
102
-
103
- **Note:** Version bump only for package @wangeditor-next/editor
104
-
105
-
106
-
107
-
108
-
109
- ## [5.2.4](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.3...@wangeditor-next/editor@5.2.4) (2024-06-13)
110
-
111
-
112
- ### Performance Improvements
113
-
114
- * add edit image and video width height menu ([f0a9ce6](https://github.com/cycleccc/wangEditor/commit/f0a9ce6a24107e6e4865f38dd8cd1c7f048551f2))
115
-
116
-
117
-
118
-
119
-
120
- ## [5.2.3](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.2...@wangeditor-next/editor@5.2.3) (2024-06-08)
121
-
122
-
123
- ### Performance Improvements
124
-
125
- * **issue 13:** add replace icon svg by menu config ([a897f58](https://github.com/cycleccc/wangEditor/commit/a897f58fd85a7f8f4bd1e6ad1cd114457eebaf13))
126
-
127
-
128
-
129
-
130
-
131
- ## [5.2.2](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.1...@wangeditor-next/editor@5.2.2) (2024-06-04)
132
-
133
-
134
- ### Performance Improvements
135
-
136
- * **issue 5259:** video element default center ([9c01d40](https://github.com/cycleccc/wangEditor/commit/9c01d4029dd5a63869e737e579f4a0af50650e1e))
137
-
138
-
139
-
140
-
141
-
142
- ## [5.2.1](https://github.com/cycleccc/wangEditor/compare/@wangeditor-next/editor@5.2.0...@wangeditor-next/editor@5.2.1) (2024-05-30)
143
-
144
- **Note:** Version bump only for package @wangeditor-next/editor
145
-
146
-
147
-
148
-
149
-
150
- # 5.2.0 (2024-05-19)
151
-
152
-
153
- ### Bug Fixes
154
-
155
- * 不支持 IE 浏览器的提醒 ([70c5cae](https://github.com/cycleccc/wangEditor/commit/70c5caefd8f6f663225b7a0b796a035d274ef4e1))
156
- * 尝试修复 nuxt 报错 issue[#4409](https://github.com/cycleccc/wangEditor/issues/4409) ([912f888](https://github.com/cycleccc/wangEditor/commit/912f8889a11d962b3ac2c65cb5835f4e8c58c372))
157
- * 打包问题 ([c4e87cc](https://github.com/cycleccc/wangEditor/commit/c4e87ccac82bcf90d20b7304aff83745e52fb1b1))
158
- * 更新各包之间依赖版本 ([75c552c](https://github.com/cycleccc/wangEditor/commit/75c552cc8ed54765bebb86a7ec5329a7fc79e85f))
159
- * 兼容 AggregateError ([0cbd82d](https://github.com/cycleccc/wangEditor/commit/0cbd82d30d350b2313f6373e2b5f6d168e47e1bc))
160
- * 兼容next.js及nuxt.js ([233728e](https://github.com/cycleccc/wangEditor/commit/233728eb984f541437c62a1390fa0542b2cc6227))
161
- * 开放几个第三方用的 API ([bdf3e70](https://github.com/cycleccc/wangEditor/commit/bdf3e70c52bac71e2056e21237fe4ac9e2b0818f))
162
- * 拼音隐藏 placeholder ([aec1a9f](https://github.com/cycleccc/wangEditor/commit/aec1a9f62af8944b7894beeca953076ec73545d5))
163
- * 上传视频 - customBrowseAndUpload 缺少 poster ([c24627a](https://github.com/cycleccc/wangEditor/commit/c24627aaa4c173c5d435e3077dfe8f6b4a9a87b1))
164
- * 上传图片 - base64 仍触发上传 + 超出 maxSize 的报错提醒 ([a1d469a](https://github.com/cycleccc/wangEditor/commit/a1d469accb7f87f8ea0282a1699d002aaaa4e79a))
165
- * 添加QQ浏览器polyfill ([a1b476a](https://github.com/cycleccc/wangEditor/commit/a1b476a0bed52315f3e398c586d73f85996f9431))
166
- * 图片上传,提示 ([3754012](https://github.com/cycleccc/wangEditor/commit/37540129dff1212c5ebfd4ca3f4d4e8def735e73))
167
- * 修复 node 环境下报错问题 ([5a635a5](https://github.com/cycleccc/wangEditor/commit/5a635a5e8fac942ee214dd22b097e09057abc69c))
168
- * 修复取消链接后撤销再重做报错的问题 ([9b233a9](https://github.com/cycleccc/wangEditor/commit/9b233a92c95571235248623a6ca5212eb4237f2a))
169
- * 移除了每个包下的 publishConfig directory 配置 ([16559f0](https://github.com/cycleccc/wangEditor/commit/16559f052545c111318be760e64291a521bdcc65))
170
- * 优化选中代码块不应该展示 hoverbar 的交互 ([33dcbd6](https://github.com/cycleccc/wangEditor/commit/33dcbd6560dccfbe77e18cfbce8c9f077f19f6cd))
171
- * checkVideo 增加 poster 参数 ([c0402e1](https://github.com/cycleccc/wangEditor/commit/c0402e155470233d256e037d863dab74c026b7f6))
172
- * customInsert 不触发 onSuccess ([d6f4a1b](https://github.com/cycleccc/wangEditor/commit/d6f4a1b1494864b116a1310cce2d9e8632c92c6f))
173
- * delete divider ([f04cbd6](https://github.com/cycleccc/wangEditor/commit/f04cbd6009099629e3cd41be19d20b6788fe7f28))
174
- * divider - 键盘删除 ([31db059](https://github.com/cycleccc/wangEditor/commit/31db0593dbc77fba9b4a719bc0f48f1223afd680))
175
- * example/code-hightlight ([7885988](https://github.com/cycleccc/wangEditor/commit/78859884cefc18d15ce2f87507380a78c2ad65e5))
176
- * focus table 时 isFocused 异常 ([5c52bf3](https://github.com/cycleccc/wangEditor/commit/5c52bf33e91b1a4677e7bbc04c5d80698abfeeab))
177
- * globalThis 兼容性 ([7a47f4b](https://github.com/cycleccc/wangEditor/commit/7a47f4b904815516d3b5749ab652ff80478411bc))
178
- * group-menu 考虑 excludeKeys ([ecc29f3](https://github.com/cycleccc/wangEditor/commit/ecc29f3b24992c8dc0adf006d81b0d4a252683c5))
179
- * hoverbar config - 同时选中文字和 table ([8f6b4d1](https://github.com/cycleccc/wangEditor/commit/8f6b4d1a20e3b1b75da69b20bd5893ce08a27185))
180
- * hoverbarKeys - text ([59b4840](https://github.com/cycleccc/wangEditor/commit/59b48406b4c373ef029a5f5bdb0d15d925a91a0f))
181
- * html 特殊字符 ([b3eb81b](https://github.com/cycleccc/wangEditor/commit/b3eb81bc9c4aa15c2ff7451c173de15d6c4552bc))
182
- * i18n - 获取多语言配置 ([9f81597](https://github.com/cycleccc/wangEditor/commit/9f815970f8c3c6dddb6bf846ecb672325e80444b))
183
- * i18n 切换语言 ([b3b4642](https://github.com/cycleccc/wangEditor/commit/b3b4642c6e72ab0b13b05657745abb87e71c633d))
184
- * insertKeys ([0a89420](https://github.com/cycleccc/wangEditor/commit/0a8942050bd0b39afb5bbc55ca7842461a5b98eb))
185
- * link, text hoverbar 选区问题 ([e0b7438](https://github.com/cycleccc/wangEditor/commit/e0b7438c89a347f1b0b940d9c11150b72d595529))
186
- * menu 点击多次才能生效 ([6497e39](https://github.com/cycleccc/wangEditor/commit/6497e39225a993c4d87f9ffddf20086446a4fbc2))
187
- * normalize when create editor ([2b51962](https://github.com/cycleccc/wangEditor/commit/2b5196244a93ad7beb316bfa42e557221967d063))
188
- * parse html - v4 video ([8dca822](https://github.com/cycleccc/wangEditor/commit/8dca822f9f1b52fd71dd6e17f0954d6aa016324b))
189
- * qq 浏览器报错 ([8a09ed5](https://github.com/cycleccc/wangEditor/commit/8a09ed5d810fc1e2c4d0c529aa1269ed0c06425e))
190
- * readOnly 时菜单还可操作 ([0d4a29b](https://github.com/cycleccc/wangEditor/commit/0d4a29bb5ba8b62ac11a09d3f814abcb1fcf46be))
191
- * registerModule ([189981c](https://github.com/cycleccc/wangEditor/commit/189981c73db07d5b15ee4c46b1639f76f6f63ba1))
192
- * rename es module filename ([1821d4e](https://github.com/cycleccc/wangEditor/commit/1821d4eef49e64efcb41b848849ca7a5e6472044))
193
- * scroll 滚动问题 ([bc133e1](https://github.com/cycleccc/wangEditor/commit/bc133e1e4ca89ab5042cbc0971578ad144499805))
194
- * setHtml 支持空字符串 ([d438157](https://github.com/cycleccc/wangEditor/commit/d43815766320d9cb0548bae0415c54ce7b147efb))
195
- * shadow dom 样式缺失 ([2fcb69c](https://github.com/cycleccc/wangEditor/commit/2fcb69c866266cc5b0265cff031ae9279d368b84))
196
- * style-to-html - 输入 a 会删除外部的 <a> 标签 ([af1f523](https://github.com/cycleccc/wangEditor/commit/af1f523983f2bc4b7eaf9726d4b8a35227ab27dc))
197
- * table - elemToHtml ([e36e609](https://github.com/cycleccc/wangEditor/commit/e36e6092ef721723169afc8bf0560a47ac9f4dfc))
198
- * tableCell 中 br 报错 ([8604db7](https://github.com/cycleccc/wangEditor/commit/8604db751b622c01fa5391af59328236cf13effc))
199
- * text hoverbar ([c7de4f8](https://github.com/cycleccc/wangEditor/commit/c7de4f815d6f5b9e009a3149ed042052576c424e))
200
- * text hoverbar ([efe9a34](https://github.com/cycleccc/wangEditor/commit/efe9a34d85f8baaeced27543a7bcd508b50f6bca))
201
- * upload file callback error ([bf20e07](https://github.com/cycleccc/wangEditor/commit/bf20e07f12ed242b0ab4bb2290d876153a822972))
202
- * video - 键盘删除 ([5a6bedd](https://github.com/cycleccc/wangEditor/commit/5a6bedd80fa0d758270731f62115637ad7f313d0))
203
-
204
-
205
- ### Features
206
-
207
- * 两端对齐 ([e5080d3](https://github.com/cycleccc/wangEditor/commit/e5080d3dd102f7a951d8e1f370db834778ecbdfa))
208
- * 上标 下标 ([40dab08](https://github.com/cycleccc/wangEditor/commit/40dab085a061ea3e838f0cfa86260c6c6f894c69))
209
- * 上传图片 metaWithUrl ([2485157](https://github.com/cycleccc/wangEditor/commit/24851576a1dcc07b1a8931d17a147c3640222e85))
210
- * 增加 enable disable API(删除 setConfig setMenuConfig API) ([984fc50](https://github.com/cycleccc/wangEditor/commit/984fc50520061fc34ea08f4136bdeb93dee46564))
211
- * 支持 nodejs 环境 ([484f18c](https://github.com/cycleccc/wangEditor/commit/484f18c3abc70d19e51c556f48491c18d390b1e1))
212
- * basic text style module ([005b343](https://github.com/cycleccc/wangEditor/commit/005b343573ba98f2d0b8480d034ff6807a499aa3))
213
- * block quote ([c3c87a5](https://github.com/cycleccc/wangEditor/commit/c3c87a5c09b311eb14c799df94fc4826aa3f4262))
214
- * bold & header ([8130c23](https://github.com/cycleccc/wangEditor/commit/8130c23ad84485a68cf9ca4b53d52fab1cec4e96))
215
- * clearStyle menu ([8002f70](https://github.com/cycleccc/wangEditor/commit/8002f707ed04b914180ec36fdca0edf48c815e01))
216
- * code highlight ([42b2f8d](https://github.com/cycleccc/wangEditor/commit/42b2f8d192e2433593c11ad0b8424737f6cffb58))
217
- * code-block - part ([a8bcd63](https://github.com/cycleccc/wangEditor/commit/a8bcd63d882832ac05a32878df0f767d145e0fa7))
218
- * create editor ([12d98e4](https://github.com/cycleccc/wangEditor/commit/12d98e4bee179e9d277ec3ec2ecb827962ed0e75))
219
- * create mode ([63c2eef](https://github.com/cycleccc/wangEditor/commit/63c2eef9a9a0a2838dfadd23483de35a76f88b0b))
220
- * customPaste ([0f25f5c](https://github.com/cycleccc/wangEditor/commit/0f25f5cae3a2cd5ae5832f3fc1026b3ab6d047e0))
221
- * divider menu ([5262634](https://github.com/cycleccc/wangEditor/commit/526263445616725541bf374b80260e73b1d4c6ec))
222
- * drag resize image ([cd72028](https://github.com/cycleccc/wangEditor/commit/cd72028f1786e2e53079ad5cbef1b8569731ca79))
223
- * editor 生命周期,自定义事件 ([00e9bc2](https://github.com/cycleccc/wangEditor/commit/00e9bc2cfcb8b622764db1c76394491d72ffd93e))
224
- * editor with-selection plugin ([9f0a39f](https://github.com/cycleccc/wangEditor/commit/9f0a39fecf6d92888d2a97929820d3be038efb31))
225
- * editor.isSelectedAll ([960c845](https://github.com/cycleccc/wangEditor/commit/960c8455f85a6bc7350f9944be80b3997bc1fea1))
226
- * editor.showProgressBar ([51761d4](https://github.com/cycleccc/wangEditor/commit/51761d466ab3ef7c99e872954d4724ab51d8e28c))
227
- * editVideoSize ([375eecb](https://github.com/cycleccc/wangEditor/commit/375eecba826eac681268c55c47bcd922f7157d63))
228
- * emotion ([736f955](https://github.com/cycleccc/wangEditor/commit/736f955211287bafca2375de3c8193cd0aa0856f))
229
- * enter menu ([988fc31](https://github.com/cycleccc/wangEditor/commit/988fc31f31de3d37dffbf54abb784cceb8e6118d))
230
- * font-size + font-family ([cc649e0](https://github.com/cycleccc/wangEditor/commit/cc649e0918ce58e78b4d5ee49a400197b9d04b70))
231
- * fullScreen ([e7ccd88](https://github.com/cycleccc/wangEditor/commit/e7ccd88a7dd58f64b7bd484de428e3a76cc994f7))
232
- * getElemsByTypePrefix (删掉 getHeaders) ([c18834b](https://github.com/cycleccc/wangEditor/commit/c18834b3ebfd97fb36ccbe0faa84e6fe8c30eb67))
233
- * header button menu ([6413135](https://github.com/cycleccc/wangEditor/commit/64131354d54705e11fd6992fcf5a4389371c3560))
234
- * hover bar ([107356e](https://github.com/cycleccc/wangEditor/commit/107356eff7bfaf53ce25e39244f8133c80518375))
235
- * i18n ([c11b244](https://github.com/cycleccc/wangEditor/commit/c11b2440f91b99d40bca18b675c66a22b6e160c9))
236
- * image menu - width 50% 100% ([f9b4c68](https://github.com/cycleccc/wangEditor/commit/f9b4c68dff3232b50491b07949c20eb4c18baa6b))
237
- * image menus & position ([bf5beba](https://github.com/cycleccc/wangEditor/commit/bf5beba7b3014d63f0b9fe0063530c8b101a5011))
238
- * indent menu + groupMenu ([08db901](https://github.com/cycleccc/wangEditor/commit/08db901cd3a3f2ddb2173cc4b36d471e4e68237e))
239
- * insert link ([b04242f](https://github.com/cycleccc/wangEditor/commit/b04242ffa252d4088f5360c3de45c24d6f493552))
240
- * justify ([2ed7b88](https://github.com/cycleccc/wangEditor/commit/2ed7b883ca759dc4a9e0eefbd23cfe603a0f46fd))
241
- * line-height menu ([755a752](https://github.com/cycleccc/wangEditor/commit/755a752d76803423f2794b85004d75055c9b54ec))
242
- * list menu ([fe6c083](https://github.com/cycleccc/wangEditor/commit/fe6c0830b2c43e335e5972f85096f490694bbe19))
243
- * menu color - part ([3a6cc86](https://github.com/cycleccc/wangEditor/commit/3a6cc86a7f9133d0862310c408abafb30c531734))
244
- * menu color & dropPanel & menu config ([5d0d41b](https://github.com/cycleccc/wangEditor/commit/5d0d41b9a765a7deb583393f129925414c36ef35))
245
- * modal appendTo body ([fc0ab06](https://github.com/cycleccc/wangEditor/commit/fc0ab06d5c7177eceb04643234a8c301ca4de396))
246
- * parse html ([2a5eace](https://github.com/cycleccc/wangEditor/commit/2a5eace00f33cded50b68e8164748ec2480213fd))
247
- * parse src (link image video) ([715a841](https://github.com/cycleccc/wangEditor/commit/715a841fc6c730ee2b448a1799a07ce778128aad))
248
- * selectList ([b7366ab](https://github.com/cycleccc/wangEditor/commit/b7366ab2dafd379145d85881052d6f400bd13c85))
249
- * setHtml ([f4f91b8](https://github.com/cycleccc/wangEditor/commit/f4f91b883298091e3679ca6b206ae0d796003772))
250
- * shadow dom example ([c55f38d](https://github.com/cycleccc/wangEditor/commit/c55f38dab7886b9115c4353118d1f182885878ae))
251
- * table module ([a397116](https://github.com/cycleccc/wangEditor/commit/a397116de73e088232d9c41828f30f8d56a22dd4))
252
- * table module - header + fullWidth ([9a8a0e0](https://github.com/cycleccc/wangEditor/commit/9a8a0e093af944ee7deab674f47c2ec7baae0e63))
253
- * text and toolbar ([3ae5d0c](https://github.com/cycleccc/wangEditor/commit/3ae5d0c4138fec7397ac8629e0012affe6b7dfa4))
254
- * todo ([9608fef](https://github.com/cycleccc/wangEditor/commit/9608fef2ff86368cdcbb950a74af1246a58709de))
255
- * toHtml 机制 ([1c4d872](https://github.com/cycleccc/wangEditor/commit/1c4d8729f84aaab6a448f23064b34a20596305e9))
256
- * toolbar config - insertKeys ([a2f3c4b](https://github.com/cycleccc/wangEditor/commit/a2f3c4be3762831723495bbc9d50eb6c9b05d195))
257
- * toolbar excludeKeys ([09bd196](https://github.com/cycleccc/wangEditor/commit/09bd196ea24c19b04e5e7e38227ca94332847bf8))
258
- * tooltip ([994d875](https://github.com/cycleccc/wangEditor/commit/994d875fee81cf01271c2e440c1df202aa067d0e))
259
- * undo redo - menu ([bfb3014](https://github.com/cycleccc/wangEditor/commit/bfb3014791cfcb2d7897f916bf280a57b1906e4d))
260
- * updateLink + unLink + viewLink ([254d554](https://github.com/cycleccc/wangEditor/commit/254d55466b3c8527dd9f0bf34681abd801c8c8ce))
261
- * upload image ([0a0564b](https://github.com/cycleccc/wangEditor/commit/0a0564bf14edd4dea6eb958e653272a9a216cec1))
262
- * upload video ([ac8e6f8](https://github.com/cycleccc/wangEditor/commit/ac8e6f8b5258e593714676a6f6be359ba525833c))
263
- * video menu ([c1faa1c](https://github.com/cycleccc/wangEditor/commit/c1faa1cfa896e1d240f5a2a100e1fd9b89dbef0b))
264
-
265
-
266
-
267
-
268
-
269
- ## [5.1.23](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.22...@wangeditor/editor@5.1.23) (2022-11-14)
270
-
271
- **Note:** Version bump only for package @wangeditor/editor
272
-
273
-
274
-
275
-
276
-
277
- ## [5.1.22](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.21...@wangeditor/editor@5.1.22) (2022-10-18)
278
-
279
- **Note:** Version bump only for package @wangeditor/editor
280
-
281
-
282
-
283
-
284
-
285
- ## [5.1.21](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.20...@wangeditor/editor@5.1.21) (2022-10-04)
286
-
287
- **Note:** Version bump only for package @wangeditor/editor
288
-
289
-
290
-
291
-
292
-
293
- ## [5.1.20](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.19...@wangeditor/editor@5.1.20) (2022-09-27)
294
-
295
- **Note:** Version bump only for package @wangeditor/editor
296
-
297
-
298
-
299
-
300
-
301
- ## [5.1.19](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.18...@wangeditor/editor@5.1.19) (2022-09-27)
302
-
303
- **Note:** Version bump only for package @wangeditor/editor
304
-
305
-
306
-
307
-
308
-
309
- ## [5.1.18](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.17...@wangeditor/editor@5.1.18) (2022-09-16)
310
-
311
- **Note:** Version bump only for package @wangeditor/editor
312
-
313
-
314
-
315
-
316
-
317
- ## [5.1.17](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.16...@wangeditor/editor@5.1.17) (2022-09-15)
318
-
319
-
320
- ### Bug Fixes
321
-
322
- * customInsert 不触发 onSuccess ([d6f4a1b](https://github.com/wangeditor-team/wangEditor/commit/d6f4a1b1494864b116a1310cce2d9e8632c92c6f))
323
- * focus table 时 isFocused 异常 ([5c52bf3](https://github.com/wangeditor-team/wangEditor/commit/5c52bf33e91b1a4677e7bbc04c5d80698abfeeab))
324
- * 上传视频 - customBrowseAndUpload 缺少 poster ([c24627a](https://github.com/wangeditor-team/wangEditor/commit/c24627aaa4c173c5d435e3077dfe8f6b4a9a87b1))
325
-
326
-
327
-
328
-
329
-
330
- ## [5.1.16](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.15...@wangeditor/editor@5.1.16) (2022-09-14)
331
-
332
- **Note:** Version bump only for package @wangeditor/editor
333
-
334
-
335
-
336
-
337
-
338
- ## [5.1.15](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.14...@wangeditor/editor@5.1.15) (2022-08-30)
339
-
340
-
341
- ### Bug Fixes
342
-
343
- * checkVideo 增加 poster 参数 ([c0402e1](https://github.com/wangeditor-team/wangEditor/commit/c0402e155470233d256e037d863dab74c026b7f6))
344
-
345
-
346
-
347
-
348
-
349
- ## [5.1.14](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.13...@wangeditor/editor@5.1.14) (2022-07-27)
350
-
351
- **Note:** Version bump only for package @wangeditor/editor
352
-
353
-
354
-
355
-
356
-
357
- ## [5.1.13](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.12...@wangeditor/editor@5.1.13) (2022-07-27)
358
-
359
-
360
- ### Bug Fixes
361
-
362
- * setHtml 支持空字符串 ([d438157](https://github.com/wangeditor-team/wangEditor/commit/d43815766320d9cb0548bae0415c54ce7b147efb))
363
- * upload file callback error ([bf20e07](https://github.com/wangeditor-team/wangEditor/commit/bf20e07f12ed242b0ab4bb2290d876153a822972))
364
-
365
-
366
-
367
-
368
-
369
- ## [5.1.12](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.11...@wangeditor/editor@5.1.12) (2022-07-22)
370
-
371
- **Note:** Version bump only for package @wangeditor/editor
372
-
373
-
374
-
375
-
376
-
377
- ## [5.1.11](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.10...@wangeditor/editor@5.1.11) (2022-07-18)
378
-
379
- **Note:** Version bump only for package @wangeditor/editor
380
-
381
-
382
-
383
-
384
-
385
- ## [5.1.10](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.9...@wangeditor/editor@5.1.10) (2022-07-16)
386
-
387
- **Note:** Version bump only for package @wangeditor/editor
388
-
389
-
390
-
391
-
392
-
393
- ## [5.1.9](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.8...@wangeditor/editor@5.1.9) (2022-07-14)
394
-
395
- **Note:** Version bump only for package @wangeditor/editor
396
-
397
-
398
-
399
-
400
-
401
- ## [5.1.8](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.7...@wangeditor/editor@5.1.8) (2022-07-14)
402
-
403
- **Note:** Version bump only for package @wangeditor/editor
404
-
405
-
406
-
407
-
408
-
409
- ## [5.1.7](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.6...@wangeditor/editor@5.1.7) (2022-07-13)
410
-
411
- **Note:** Version bump only for package @wangeditor/editor
412
-
413
-
414
-
415
-
416
-
417
- ## [5.1.6](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.5...@wangeditor/editor@5.1.6) (2022-07-12)
418
-
419
- **Note:** Version bump only for package @wangeditor/editor
420
-
421
-
422
-
423
-
424
-
425
- ## [5.1.5](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.3...@wangeditor/editor@5.1.5) (2022-07-11)
426
-
427
-
428
- ### Bug Fixes
429
-
430
- * 尝试修复 nuxt 报错 issue[#4409](https://github.com/wangeditor-team/wangEditor/issues/4409) ([912f888](https://github.com/wangeditor-team/wangEditor/commit/912f8889a11d962b3ac2c65cb5835f4e8c58c372))
431
-
432
-
433
-
434
-
435
-
436
- ## [5.1.4](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.3...@wangeditor/editor@5.1.4) (2022-07-11)
437
-
438
-
439
- ### Bug Fixes
440
-
441
- * 尝试修复 nuxt 报错 issue[#4409](https://github.com/wangeditor-team/wangEditor/issues/4409) ([912f888](https://github.com/wangeditor-team/wangEditor/commit/912f8889a11d962b3ac2c65cb5835f4e8c58c372))
442
-
443
-
444
-
445
-
446
-
447
- ## [5.1.3](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.2...@wangeditor/editor@5.1.3) (2022-07-11)
448
-
449
-
450
- ### Bug Fixes
451
-
452
- * scroll 滚动问题 ([bc133e1](https://github.com/wangeditor-team/wangEditor/commit/bc133e1e4ca89ab5042cbc0971578ad144499805))
453
-
454
-
455
-
456
-
457
-
458
- ## [5.1.2](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.1...@wangeditor/editor@5.1.2) (2022-07-11)
459
-
460
- **Note:** Version bump only for package @wangeditor/editor
461
-
462
-
463
-
464
-
465
-
466
- ## [5.1.1](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.0...@wangeditor/editor@5.1.1) (2022-06-02)
467
-
468
- **Note:** Version bump only for package @wangeditor/editor
469
-
470
-
471
-
472
-
473
-
474
- # [5.1.0](https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.0.1...@wangeditor/editor@5.1.0) (2022-05-25)
475
-
476
-
477
- ### Features
478
-
479
- * editVideoSize ([375eecb](https://github.com/wangeditor-team/wangEditor/commit/375eecba826eac681268c55c47bcd922f7157d63))
480
- * enter menu ([988fc31](https://github.com/wangeditor-team/wangEditor/commit/988fc31f31de3d37dffbf54abb784cceb8e6118d))
481
- * setHtml ([f4f91b8](https://github.com/wangeditor-team/wangEditor/commit/f4f91b883298091e3679ca6b206ae0d796003772))
482
-
483
-
484
-
485
-
486
-
487
- ## 5.0.1 (2022-04-18)
488
-
489
-
490
- ### Bug Fixes
491
-
492
- * 不支持 IE 浏览器的提醒 ([70c5cae](https://github.com/wangeditor-team/wangEditor/commit/70c5caefd8f6f663225b7a0b796a035d274ef4e1))
493
- * 打包问题 ([c4e87cc](https://github.com/wangeditor-team/wangEditor/commit/c4e87ccac82bcf90d20b7304aff83745e52fb1b1))
494
- * 更新各包之间依赖版本 ([75c552c](https://github.com/wangeditor-team/wangEditor/commit/75c552cc8ed54765bebb86a7ec5329a7fc79e85f))
495
- * 兼容 AggregateError ([0cbd82d](https://github.com/wangeditor-team/wangEditor/commit/0cbd82d30d350b2313f6373e2b5f6d168e47e1bc))
496
- * 兼容next.js及nuxt.js ([233728e](https://github.com/wangeditor-team/wangEditor/commit/233728eb984f541437c62a1390fa0542b2cc6227))
497
- * 开放几个第三方用的 API ([bdf3e70](https://github.com/wangeditor-team/wangEditor/commit/bdf3e70c52bac71e2056e21237fe4ac9e2b0818f))
498
- * 拼音隐藏 placeholder ([aec1a9f](https://github.com/wangeditor-team/wangEditor/commit/aec1a9f62af8944b7894beeca953076ec73545d5))
499
- * 上传图片 - base64 仍触发上传 + 超出 maxSize 的报错提醒 ([a1d469a](https://github.com/wangeditor-team/wangEditor/commit/a1d469accb7f87f8ea0282a1699d002aaaa4e79a))
500
- * 添加QQ浏览器polyfill ([a1b476a](https://github.com/wangeditor-team/wangEditor/commit/a1b476a0bed52315f3e398c586d73f85996f9431))
501
- * 图片上传,提示 ([3754012](https://github.com/wangeditor-team/wangEditor/commit/37540129dff1212c5ebfd4ca3f4d4e8def735e73))
502
- * 修复 node 环境下报错问题 ([5a635a5](https://github.com/wangeditor-team/wangEditor/commit/5a635a5e8fac942ee214dd22b097e09057abc69c))
503
- * 修复取消链接后撤销再重做报错的问题 ([9b233a9](https://github.com/wangeditor-team/wangEditor/commit/9b233a92c95571235248623a6ca5212eb4237f2a))
504
- * 移除了每个包下的 publishConfig directory 配置 ([16559f0](https://github.com/wangeditor-team/wangEditor/commit/16559f052545c111318be760e64291a521bdcc65))
505
- * 优化选中代码块不应该展示 hoverbar 的交互 ([33dcbd6](https://github.com/wangeditor-team/wangEditor/commit/33dcbd6560dccfbe77e18cfbce8c9f077f19f6cd))
506
- * delete divider ([f04cbd6](https://github.com/wangeditor-team/wangEditor/commit/f04cbd6009099629e3cd41be19d20b6788fe7f28))
507
- * divider - 键盘删除 ([31db059](https://github.com/wangeditor-team/wangEditor/commit/31db0593dbc77fba9b4a719bc0f48f1223afd680))
508
- * example/code-hightlight ([7885988](https://github.com/wangeditor-team/wangEditor/commit/78859884cefc18d15ce2f87507380a78c2ad65e5))
509
- * globalThis 兼容性 ([7a47f4b](https://github.com/wangeditor-team/wangEditor/commit/7a47f4b904815516d3b5749ab652ff80478411bc))
510
- * group-menu 考虑 excludeKeys ([ecc29f3](https://github.com/wangeditor-team/wangEditor/commit/ecc29f3b24992c8dc0adf006d81b0d4a252683c5))
511
- * hoverbar config - 同时选中文字和 table ([8f6b4d1](https://github.com/wangeditor-team/wangEditor/commit/8f6b4d1a20e3b1b75da69b20bd5893ce08a27185))
512
- * hoverbarKeys - text ([59b4840](https://github.com/wangeditor-team/wangEditor/commit/59b48406b4c373ef029a5f5bdb0d15d925a91a0f))
513
- * html 特殊字符 ([b3eb81b](https://github.com/wangeditor-team/wangEditor/commit/b3eb81bc9c4aa15c2ff7451c173de15d6c4552bc))
514
- * i18n - 获取多语言配置 ([9f81597](https://github.com/wangeditor-team/wangEditor/commit/9f815970f8c3c6dddb6bf846ecb672325e80444b))
515
- * i18n 切换语言 ([b3b4642](https://github.com/wangeditor-team/wangEditor/commit/b3b4642c6e72ab0b13b05657745abb87e71c633d))
516
- * insertKeys ([0a89420](https://github.com/wangeditor-team/wangEditor/commit/0a8942050bd0b39afb5bbc55ca7842461a5b98eb))
517
- * link, text hoverbar 选区问题 ([e0b7438](https://github.com/wangeditor-team/wangEditor/commit/e0b7438c89a347f1b0b940d9c11150b72d595529))
518
- * menu 点击多次才能生效 ([6497e39](https://github.com/wangeditor-team/wangEditor/commit/6497e39225a993c4d87f9ffddf20086446a4fbc2))
519
- * normalize when create editor ([2b51962](https://github.com/wangeditor-team/wangEditor/commit/2b5196244a93ad7beb316bfa42e557221967d063))
520
- * parse html - v4 video ([8dca822](https://github.com/wangeditor-team/wangEditor/commit/8dca822f9f1b52fd71dd6e17f0954d6aa016324b))
521
- * qq 浏览器报错 ([8a09ed5](https://github.com/wangeditor-team/wangEditor/commit/8a09ed5d810fc1e2c4d0c529aa1269ed0c06425e))
522
- * readOnly 时菜单还可操作 ([0d4a29b](https://github.com/wangeditor-team/wangEditor/commit/0d4a29bb5ba8b62ac11a09d3f814abcb1fcf46be))
523
- * registerModule ([189981c](https://github.com/wangeditor-team/wangEditor/commit/189981c73db07d5b15ee4c46b1639f76f6f63ba1))
524
- * rename es module filename ([1821d4e](https://github.com/wangeditor-team/wangEditor/commit/1821d4eef49e64efcb41b848849ca7a5e6472044))
525
- * shadow dom 样式缺失 ([2fcb69c](https://github.com/wangeditor-team/wangEditor/commit/2fcb69c866266cc5b0265cff031ae9279d368b84))
526
- * style-to-html - 输入 a 会删除外部的 <a> 标签 ([af1f523](https://github.com/wangeditor-team/wangEditor/commit/af1f523983f2bc4b7eaf9726d4b8a35227ab27dc))
527
- * table - elemToHtml ([e36e609](https://github.com/wangeditor-team/wangEditor/commit/e36e6092ef721723169afc8bf0560a47ac9f4dfc))
528
- * tableCell 中 br 报错 ([8604db7](https://github.com/wangeditor-team/wangEditor/commit/8604db751b622c01fa5391af59328236cf13effc))
529
- * text hoverbar ([c7de4f8](https://github.com/wangeditor-team/wangEditor/commit/c7de4f815d6f5b9e009a3149ed042052576c424e))
530
- * text hoverbar ([efe9a34](https://github.com/wangeditor-team/wangEditor/commit/efe9a34d85f8baaeced27543a7bcd508b50f6bca))
531
- * video - 键盘删除 ([5a6bedd](https://github.com/wangeditor-team/wangEditor/commit/5a6bedd80fa0d758270731f62115637ad7f313d0))
532
-
533
-
534
- ### Features
535
-
536
- * 两端对齐 ([e5080d3](https://github.com/wangeditor-team/wangEditor/commit/e5080d3dd102f7a951d8e1f370db834778ecbdfa))
537
- * 上标 下标 ([40dab08](https://github.com/wangeditor-team/wangEditor/commit/40dab085a061ea3e838f0cfa86260c6c6f894c69))
538
- * 上传图片 metaWithUrl ([2485157](https://github.com/wangeditor-team/wangEditor/commit/24851576a1dcc07b1a8931d17a147c3640222e85))
539
- * 增加 enable disable API(删除 setConfig setMenuConfig API) ([984fc50](https://github.com/wangeditor-team/wangEditor/commit/984fc50520061fc34ea08f4136bdeb93dee46564))
540
- * 支持 nodejs 环境 ([484f18c](https://github.com/wangeditor-team/wangEditor/commit/484f18c3abc70d19e51c556f48491c18d390b1e1))
541
- * basic text style module ([005b343](https://github.com/wangeditor-team/wangEditor/commit/005b343573ba98f2d0b8480d034ff6807a499aa3))
542
- * block quote ([c3c87a5](https://github.com/wangeditor-team/wangEditor/commit/c3c87a5c09b311eb14c799df94fc4826aa3f4262))
543
- * bold & header ([8130c23](https://github.com/wangeditor-team/wangEditor/commit/8130c23ad84485a68cf9ca4b53d52fab1cec4e96))
544
- * clearStyle menu ([8002f70](https://github.com/wangeditor-team/wangEditor/commit/8002f707ed04b914180ec36fdca0edf48c815e01))
545
- * code highlight ([42b2f8d](https://github.com/wangeditor-team/wangEditor/commit/42b2f8d192e2433593c11ad0b8424737f6cffb58))
546
- * code-block - part ([a8bcd63](https://github.com/wangeditor-team/wangEditor/commit/a8bcd63d882832ac05a32878df0f767d145e0fa7))
547
- * create editor ([12d98e4](https://github.com/wangeditor-team/wangEditor/commit/12d98e4bee179e9d277ec3ec2ecb827962ed0e75))
548
- * create mode ([63c2eef](https://github.com/wangeditor-team/wangEditor/commit/63c2eef9a9a0a2838dfadd23483de35a76f88b0b))
549
- * customPaste ([0f25f5c](https://github.com/wangeditor-team/wangEditor/commit/0f25f5cae3a2cd5ae5832f3fc1026b3ab6d047e0))
550
- * divider menu ([5262634](https://github.com/wangeditor-team/wangEditor/commit/526263445616725541bf374b80260e73b1d4c6ec))
551
- * drag resize image ([cd72028](https://github.com/wangeditor-team/wangEditor/commit/cd72028f1786e2e53079ad5cbef1b8569731ca79))
552
- * editor 生命周期,自定义事件 ([00e9bc2](https://github.com/wangeditor-team/wangEditor/commit/00e9bc2cfcb8b622764db1c76394491d72ffd93e))
553
- * editor with-selection plugin ([9f0a39f](https://github.com/wangeditor-team/wangEditor/commit/9f0a39fecf6d92888d2a97929820d3be038efb31))
554
- * editor.isSelectedAll ([960c845](https://github.com/wangeditor-team/wangEditor/commit/960c8455f85a6bc7350f9944be80b3997bc1fea1))
555
- * editor.showProgressBar ([51761d4](https://github.com/wangeditor-team/wangEditor/commit/51761d466ab3ef7c99e872954d4724ab51d8e28c))
556
- * emotion ([736f955](https://github.com/wangeditor-team/wangEditor/commit/736f955211287bafca2375de3c8193cd0aa0856f))
557
- * font-size + font-family ([cc649e0](https://github.com/wangeditor-team/wangEditor/commit/cc649e0918ce58e78b4d5ee49a400197b9d04b70))
558
- * fullScreen ([e7ccd88](https://github.com/wangeditor-team/wangEditor/commit/e7ccd88a7dd58f64b7bd484de428e3a76cc994f7))
559
- * getElemsByTypePrefix (删掉 getHeaders) ([c18834b](https://github.com/wangeditor-team/wangEditor/commit/c18834b3ebfd97fb36ccbe0faa84e6fe8c30eb67))
560
- * header button menu ([6413135](https://github.com/wangeditor-team/wangEditor/commit/64131354d54705e11fd6992fcf5a4389371c3560))
561
- * hover bar ([107356e](https://github.com/wangeditor-team/wangEditor/commit/107356eff7bfaf53ce25e39244f8133c80518375))
562
- * i18n ([c11b244](https://github.com/wangeditor-team/wangEditor/commit/c11b2440f91b99d40bca18b675c66a22b6e160c9))
563
- * image menu - width 50% 100% ([f9b4c68](https://github.com/wangeditor-team/wangEditor/commit/f9b4c68dff3232b50491b07949c20eb4c18baa6b))
564
- * image menus & position ([bf5beba](https://github.com/wangeditor-team/wangEditor/commit/bf5beba7b3014d63f0b9fe0063530c8b101a5011))
565
- * indent menu + groupMenu ([08db901](https://github.com/wangeditor-team/wangEditor/commit/08db901cd3a3f2ddb2173cc4b36d471e4e68237e))
566
- * insert link ([b04242f](https://github.com/wangeditor-team/wangEditor/commit/b04242ffa252d4088f5360c3de45c24d6f493552))
567
- * justify ([2ed7b88](https://github.com/wangeditor-team/wangEditor/commit/2ed7b883ca759dc4a9e0eefbd23cfe603a0f46fd))
568
- * line-height menu ([755a752](https://github.com/wangeditor-team/wangEditor/commit/755a752d76803423f2794b85004d75055c9b54ec))
569
- * list menu ([fe6c083](https://github.com/wangeditor-team/wangEditor/commit/fe6c0830b2c43e335e5972f85096f490694bbe19))
570
- * menu color - part ([3a6cc86](https://github.com/wangeditor-team/wangEditor/commit/3a6cc86a7f9133d0862310c408abafb30c531734))
571
- * menu color & dropPanel & menu config ([5d0d41b](https://github.com/wangeditor-team/wangEditor/commit/5d0d41b9a765a7deb583393f129925414c36ef35))
572
- * modal appendTo body ([fc0ab06](https://github.com/wangeditor-team/wangEditor/commit/fc0ab06d5c7177eceb04643234a8c301ca4de396))
573
- * parse html ([2a5eace](https://github.com/wangeditor-team/wangEditor/commit/2a5eace00f33cded50b68e8164748ec2480213fd))
574
- * parse src (link image video) ([715a841](https://github.com/wangeditor-team/wangEditor/commit/715a841fc6c730ee2b448a1799a07ce778128aad))
575
- * selectList ([b7366ab](https://github.com/wangeditor-team/wangEditor/commit/b7366ab2dafd379145d85881052d6f400bd13c85))
576
- * shadow dom example ([c55f38d](https://github.com/wangeditor-team/wangEditor/commit/c55f38dab7886b9115c4353118d1f182885878ae))
577
- * table module ([a397116](https://github.com/wangeditor-team/wangEditor/commit/a397116de73e088232d9c41828f30f8d56a22dd4))
578
- * table module - header + fullWidth ([9a8a0e0](https://github.com/wangeditor-team/wangEditor/commit/9a8a0e093af944ee7deab674f47c2ec7baae0e63))
579
- * text and toolbar ([3ae5d0c](https://github.com/wangeditor-team/wangEditor/commit/3ae5d0c4138fec7397ac8629e0012affe6b7dfa4))
580
- * todo ([9608fef](https://github.com/wangeditor-team/wangEditor/commit/9608fef2ff86368cdcbb950a74af1246a58709de))
581
- * toHtml 机制 ([1c4d872](https://github.com/wangeditor-team/wangEditor/commit/1c4d8729f84aaab6a448f23064b34a20596305e9))
582
- * toolbar config - insertKeys ([a2f3c4b](https://github.com/wangeditor-team/wangEditor/commit/a2f3c4be3762831723495bbc9d50eb6c9b05d195))
583
- * toolbar excludeKeys ([09bd196](https://github.com/wangeditor-team/wangEditor/commit/09bd196ea24c19b04e5e7e38227ca94332847bf8))
584
- * tooltip ([994d875](https://github.com/wangeditor-team/wangEditor/commit/994d875fee81cf01271c2e440c1df202aa067d0e))
585
- * undo redo - menu ([bfb3014](https://github.com/wangeditor-team/wangEditor/commit/bfb3014791cfcb2d7897f916bf280a57b1906e4d))
586
- * updateLink + unLink + viewLink ([254d554](https://github.com/wangeditor-team/wangEditor/commit/254d55466b3c8527dd9f0bf34681abd801c8c8ce))
587
- * upload image ([0a0564b](https://github.com/wangeditor-team/wangEditor/commit/0a0564bf14edd4dea6eb958e653272a9a216cec1))
588
- * upload video ([ac8e6f8](https://github.com/wangeditor-team/wangEditor/commit/ac8e6f8b5258e593714676a6f6be359ba525833c))
589
- * video menu ([c1faa1c](https://github.com/wangeditor-team/wangEditor/commit/c1faa1cfa896e1d240f5a2a100e1fd9b89dbef0b))
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2021 - present wangEditor-team
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.