File tree Expand file tree Collapse file tree 6 files changed +36
-5
lines changed Expand file tree Collapse file tree 6 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.7] ( https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/basic-modules@1.1.6...@wangeditor/basic-modules@1.1.7 ) (2022-11-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** font family menu:** 处理 setHtml 的时候字体样式回显失败的问题 ([ b941bab] ( https://github.com/wangeditor-team/wangEditor/commit/b941babbdc6bd5bf7da0cce826803a8fde011e07 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.1.6] ( https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/basic-modules@1.1.5...@wangeditor/basic-modules@1.1.6 ) (2022-09-27)
7
18
8
19
** Note:** Version bump only for package @wangeditor/basic-modules
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wangeditor/basic-modules" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.1.7 " ,
4
4
"description" : " wangEditor basic modules" ,
5
5
"author" : " wangfupeng1988 <wangfupeng1988@163.com>" ,
6
6
"contributors" : [],
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.19] ( https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/core@1.1.18...@wangeditor/core@1.1.19 ) (2022-11-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** font family menu:** 处理 setHtml 的时候字体样式回显失败的问题 ([ b941bab] ( https://github.com/wangeditor-team/wangEditor/commit/b941babbdc6bd5bf7da0cce826803a8fde011e07 ) )
12
+ * ** fontFamily menu:** fix font-family value quote symbol ([ 2c25231] ( https://github.com/wangeditor-team/wangEditor/commit/2c25231a088de14edbf7516fc448a6483125e3ed ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 1.1.18] ( https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/core@1.1.17...@wangeditor/core@1.1.18 ) (2022-10-18)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wangeditor/core" ,
3
- "version" : " 1.1.18 " ,
3
+ "version" : " 1.1.19 " ,
4
4
"description" : " wangEditor core" ,
5
5
"author" : " wangfupeng1988 <wangfupeng1988@163.com>" ,
6
6
"contributors" : [],
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 5.1.23] ( https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.22...@wangeditor/editor@5.1.23 ) (2022-11-14)
7
+
8
+ ** Note:** Version bump only for package @wangeditor/editor
9
+
10
+
11
+
12
+
13
+
6
14
## [ 5.1.22] ( https://github.com/wangeditor-team/wangEditor/compare/@wangeditor/editor@5.1.21...@wangeditor/editor@5.1.22 ) (2022-10-18)
7
15
8
16
** Note:** Version bump only for package @wangeditor/editor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wangeditor/editor" ,
3
- "version" : " 5.1.22 " ,
3
+ "version" : " 5.1.23 " ,
4
4
"description" : " Web rich text editor, Web 富文本编辑器" ,
5
5
"keywords" : [
6
6
" wangeditor" ,
51
51
"dependencies" : {
52
52
"@uppy/core" : " ^2.1.1" ,
53
53
"@uppy/xhr-upload" : " ^2.0.3" ,
54
- "@wangeditor/basic-modules" : " ^1.1.6 " ,
54
+ "@wangeditor/basic-modules" : " ^1.1.7 " ,
55
55
"@wangeditor/code-highlight" : " ^1.0.3" ,
56
- "@wangeditor/core" : " ^1.1.18 " ,
56
+ "@wangeditor/core" : " ^1.1.19 " ,
57
57
"@wangeditor/list-module" : " ^1.0.5" ,
58
58
"@wangeditor/table-module" : " ^1.1.4" ,
59
59
"@wangeditor/upload-image-module" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments