File tree Expand file tree Collapse file tree 10 files changed +57
-9
lines changed Expand file tree Collapse file tree 10 files changed +57
-9
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
+ ## [ 0.5.3] ( https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3 ) (2019-06-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** core:** 增加跳出操作的快捷键提示 ([ 89acd7c] ( https://github.com/wowlusitong/re-editor/commit/89acd7c ) )
12
+ * ** core:** 表格增加跳出功能 ([ 1698a5e] ( https://github.com/wowlusitong/re-editor/commit/1698a5e ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 0.5.2] ( https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2 ) (2019-06-01)
7
19
8
20
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.5.2 " ,
5
+ "version" : " 0.5.3 " ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true
8
8
}
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
+ ## [ 0.5.3] ( https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3 ) (2019-06-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** core:** 增加跳出操作的快捷键提示 ([ 89acd7c] ( https://github.com/wowlusitong/re-editor/commit/89acd7c ) )
12
+ * ** core:** 表格增加跳出功能 ([ 1698a5e] ( https://github.com/wowlusitong/re-editor/commit/1698a5e ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 0.5.2] ( https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2 ) (2019-06-01)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @re-editor/core" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"description" : " " ,
5
5
"main" : " lib/scripts/index.js" ,
6
6
"scripts" : {
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
+ ## [ 0.5.3] ( https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3 ) (2019-06-01)
7
+
8
+ ** Note:** Version bump only for package @re-editor/examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.2] ( https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2 ) (2019-06-01)
7
15
8
16
** Note:** Version bump only for package @re-editor/examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @re-editor/examples" ,
4
- "version" : " 0.5.2 " ,
4
+ "version" : " 0.5.3 " ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
26
26
"@babel/plugin-transform-runtime" : " ^7.4.3" ,
27
27
"axios" : " ^0.18.0" ,
28
28
"clean-webpack-plugin" : " ^2.0.1" ,
29
- "re-editor" : " 0.5.2 " ,
29
+ "re-editor" : " 0.5.3 " ,
30
30
"react" : " ^16.8.4" ,
31
31
"react-dom" : " ^16.8.4"
32
32
}
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
+ ## [ 0.5.3] ( https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3 ) (2019-06-01)
7
+
8
+ ** Note:** Version bump only for package re-editor
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.2] ( https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2 ) (2019-06-01)
7
15
8
16
** Note:** Version bump only for package re-editor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " re-editor" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"description" : " " ,
5
5
"main" : " lib/scripts/index.js" ,
6
6
"scripts" : {
19
19
"license" : " ISC" ,
20
20
"dependencies" : {
21
21
"@babel/plugin-transform-runtime" : " ^7.4.3" ,
22
- "@re-editor/core" : " 0.5.2 " ,
23
- "@re-editor/toolbar-antd" : " 0.5.2 "
22
+ "@re-editor/core" : " 0.5.3 " ,
23
+ "@re-editor/toolbar-antd" : " 0.5.3 "
24
24
},
25
25
"devDependencies" : {
26
26
"@babel/cli" : " ^7.2.3" ,
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
+ ## [ 0.5.3] ( https://github.com/wowlusitong/re-editor/compare/v0.5.2...v0.5.3 ) (2019-06-01)
7
+
8
+ ** Note:** Version bump only for package @re-editor/toolbar-antd
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.2] ( https://github.com/wowlusitong/re-editor/compare/v0.5.1...v0.5.2 ) (2019-06-01)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @re-editor/toolbar-antd" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"description" : " " ,
5
5
"main" : " lib/scripts/index.js" ,
6
6
"scripts" : {
19
19
"license" : " ISC" ,
20
20
"dependencies" : {
21
21
"@babel/plugin-transform-runtime" : " ^7.4.3" ,
22
- "@re-editor/core" : " 0.5.2 " ,
22
+ "@re-editor/core" : " 0.5.3 " ,
23
23
"antd" : " ^3.15.0"
24
24
},
25
25
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments