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