File tree 8 files changed +83
-9
lines changed
8 files changed +83
-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.7.0] ( https://github.com/towersxu/logicflow/compare/examples@0.5.11...examples@0.7.0 ) (2021-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * new selection select ([ 4fc34d4] ( https://github.com/towersxu/logicflow/commit/4fc34d41e1000629362c141a8c6a2eb033ecf17d ) )
12
+ * reactive html node ([ 0909bd3] ( https://github.com/towersxu/logicflow/commit/0909bd3d423d0bb9ed72a8eb36dd69054810ba84 ) )
13
+ * typo ([ 1cf4d91] ( https://github.com/towersxu/logicflow/commit/1cf4d91c690a1b0e4d7f568879863b898ad7404f ) )
14
+ * use pluginName replace name ([ 2b2706a] ( https://github.com/towersxu/logicflow/commit/2b2706a4596eaee5fb6e88328a219ebc9366505c ) )
15
+ * ** docs:** docs fix ([ 13d29e4] ( https://github.com/towersxu/logicflow/commit/13d29e49fa47189e3e0953a5cdd1ea26c4647ced ) )
16
+ * ** textension:** rename function getShapeReise to getResizeShape ([ 88d6d53] ( https://github.com/towersxu/logicflow/commit/88d6d531dd6232a2abb952468fae0086813bce78 ) )
17
+
18
+
19
+ ### Features
20
+
21
+ * ** docs:** add docs and example for InserNodeInPolyline ([ e83b998] ( https://github.com/towersxu/logicflow/commit/e83b998c33b6354463f08d4cd45eac4103138e66 ) )
22
+ * ** extension:** node resize update ([ 5434840] ( https://github.com/towersxu/logicflow/commit/5434840692f741dfb71e385e07f1fe539f3355b1 ) )
23
+
24
+
25
+
26
+
27
+
6
28
# [ 0.6.0] ( https://github.com/towersxu/logicflow/compare/examples@0.5.11...examples@0.6.0 ) (2021-06-18)
7
29
8
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " examples" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@ant-design/icons" : " ^4.3.0" ,
7
7
"@babel/core" : " 7.12.3" ,
8
- "@logicflow/core" : " ^0.5 .0" ,
9
- "@logicflow/extension" : " ^0.5 .0" ,
8
+ "@logicflow/core" : " ^0.6 .0" ,
9
+ "@logicflow/extension" : " ^0.6 .0" ,
10
10
"@pmmmwh/react-refresh-webpack-plugin" : " 0.4.2" ,
11
11
"@svgr/webpack" : " 5.4.0" ,
12
12
"@testing-library/jest-dom" : " ^5.11.4" ,
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.6.0] ( https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.11...@logicflow/core@0.6.0 ) (2021-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [ #211 ] ( https://github.com/towersxu/logicflow/issues/211 ) ([ 3347137] ( https://github.com/towersxu/logicflow/commit/33471376ec4994eece9acf5266fe50d411aa99cd ) )
12
+ * new selection select ([ 4fc34d4] ( https://github.com/towersxu/logicflow/commit/4fc34d41e1000629362c141a8c6a2eb033ecf17d ) )
13
+ * reactive html node ([ 0909bd3] ( https://github.com/towersxu/logicflow/commit/0909bd3d423d0bb9ed72a8eb36dd69054810ba84 ) )
14
+ * use html-node as model type ([ 944b895] ( https://github.com/towersxu/logicflow/commit/944b895e640a699d6ce0bdedd2d2ac04779489d1 ) )
15
+ * use pluginName replace name ([ 2b2706a] ( https://github.com/towersxu/logicflow/commit/2b2706a4596eaee5fb6e88328a219ebc9366505c ) )
16
+
17
+
18
+ ### Features
19
+
20
+ * add createUniqueId API ([ edaf244] ( https://github.com/towersxu/logicflow/commit/edaf244cd3e2ae38ad58a61c83046edb1d7e5952 ) )
21
+ * add html node ([ 373db63] ( https://github.com/towersxu/logicflow/commit/373db637fb8cca0416ff944dc5beda23f3082bf3 ) )
22
+ * add idGenerator global option ([ b6fd441] ( https://github.com/towersxu/logicflow/commit/b6fd4417e9d99dfd319889fdce1c6da7a1abcfb9 ) )
23
+ * html node support old register method ([ d83821b] ( https://github.com/towersxu/logicflow/commit/d83821b694d45a9ad968e9d51adb7e79e402c610 ) )
24
+ * text: update event emit element data ([ 44a0d5d] ( https://github.com/towersxu/logicflow/commit/44a0d5d9a7ae77e28021208d7ecf2d7ef5a0707c ) )
25
+
26
+
27
+
28
+
29
+
6
30
# [ 0.5.0] ( https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.11...@logicflow/core@0.5.0 ) (2021-06-18)
7
31
8
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/core" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " LogicFlow core, to quickly build flowchart editor" ,
5
5
"main" : " dist/logic-flow.js" ,
6
6
"license" : " Apache 2.0" ,
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.6.0] ( https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.4.11...@logicflow/extension@0.6.0 ) (2021-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * new selection select ([ 4fc34d4] ( https://github.com/towersxu/logicflow/commit/4fc34d41e1000629362c141a8c6a2eb033ecf17d ) )
12
+ * use pluginName replace name ([ 2b2706a] ( https://github.com/towersxu/logicflow/commit/2b2706a4596eaee5fb6e88328a219ebc9366505c ) )
13
+ * 修复control组件某些情况下无法销毁的问题 ([ 47fc75d] ( https://github.com/towersxu/logicflow/commit/47fc75dd942cba1c5cd441110b4d4e2e07ffc7a3 ) )
14
+ * ** textension:** rename function getShapeReise to getResizeShape ([ 88d6d53] ( https://github.com/towersxu/logicflow/commit/88d6d531dd6232a2abb952468fae0086813bce78 ) )
15
+
16
+
17
+ ### Features
18
+
19
+ * 解决bpmn element 导出model和view存在的问题 ([ c6a259a] ( https://github.com/towersxu/logicflow/commit/c6a259af7af307795ab6b07d1a23c5208b6a89e4 ) )
20
+ * ** extension:** node resize update ([ 5434840] ( https://github.com/towersxu/logicflow/commit/5434840692f741dfb71e385e07f1fe539f3355b1 ) )
21
+
22
+
23
+
24
+
25
+
6
26
# [ 0.5.0] ( https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.4.11...@logicflow/extension@0.5.0 ) (2021-06-18)
7
27
8
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/extension" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " LogicFlow extension" ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " es/index.js" ,
26
26
" readme.md"
27
27
],
28
28
"dependencies" : {
29
- "@logicflow/core" : " ^0.5 .0" ,
29
+ "@logicflow/core" : " ^0.6 .0" ,
30
30
"ids" : " ^1.0.0" ,
31
31
"preact" : " ^10.4.8"
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.6.0] ( https://github.com/towersxu/logicflow/compare/site@0.4.11...site@0.6.0 ) (2021-07-14)
7
+
8
+ ** Note:** Version bump only for package site
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.5.0] ( https://github.com/towersxu/logicflow/compare/site@0.4.11...site@0.5.0 ) (2021-06-18)
7
15
8
16
** Note:** Version bump only for package site
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " site" ,
4
- "version" : " 0.5.1 " ,
4
+ "version" : " 0.6.0 " ,
5
5
"description" : " LogicFlow site" ,
6
6
"scripts" : {
7
7
"dev" : " cross-env NODE_ENV=development MOCK_TYPE=mock webpack-dev-server --client-log-level warning --config scripts/webpack.config.site.js" ,
12
12
" sites"
13
13
],
14
14
"dependencies" : {
15
- "@logicflow/core" : " ^0.5 .0" ,
16
- "@logicflow/extension" : " ^0.5 .0" ,
15
+ "@logicflow/core" : " ^0.6 .0" ,
16
+ "@logicflow/extension" : " ^0.6 .0" ,
17
17
"preact" : " ^10.4.8"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments