File tree Expand file tree Collapse file tree 7 files changed +30
-6
lines changed Expand file tree Collapse file tree 7 files changed +30
-6
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.12] ( https://github.com/towersxu/logicflow/compare/examples@0.5.11...examples@0.5.12 ) (2021-05-31)
7
+
8
+ ** Note:** Version bump only for package examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.11] ( https://github.com/towersxu/logicflow/compare/examples@0.5.10...examples@0.5.11 ) (2021-05-31)
7
15
8
16
** Note:** Version bump only for package examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " examples" ,
3
- "version" : " 0.5.11 " ,
3
+ "version" : " 0.5.12 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@ant-design/icons" : " ^4.3.0" ,
7
7
"@babel/core" : " 7.12.3" ,
8
8
"@logicflow/core" : " ^0.4.11" ,
9
- "@logicflow/extension" : " ^0.4.11 " ,
9
+ "@logicflow/extension" : " ^0.4.12 " ,
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.4.12] ( https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.4.11...@logicflow/extension@0.4.12 ) (2021-05-31)
7
+
8
+ ** Note:** Version bump only for package @logicflow/extension
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.4.11] ( https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.4.10...@logicflow/extension@0.4.11 ) (2021-05-31)
7
15
8
16
** Note:** Version bump only for package @logicflow/extension
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/extension" ,
3
- "version" : " 0.4.11 " ,
3
+ "version" : " 0.4.12 " ,
4
4
"description" : " LogicFlow extension" ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ const MiniMap: MiniMapPlugin = {
213
213
const data = MiniMap . __resetData ( MiniMap . __lf . getGraphRawData ( ) ) ;
214
214
// 由于随时都会有新节点注册进来,需要同步将注册的
215
215
const { viewMap } : { viewMap : Map < string , any > } = MiniMap . __lf ;
216
- const { modelMap } : { modelMap : Map < string , any > } = MiniMap . __lf . graphModel . modelMap ;
216
+ const { modelMap } : { modelMap : Map < string , any > } = MiniMap . __lf . graphModel ;
217
217
const { viewMap : minimapViewMap } : { viewMap : Map < string , any > } = MiniMap . __lfMap ;
218
218
// todo: no-restricted-syntax
219
219
for ( const key of viewMap . keys ( ) ) {
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.4.12] ( https://github.com/towersxu/logicflow/compare/site@0.4.11...site@0.4.12 ) (2021-05-31)
7
+
8
+ ** Note:** Version bump only for package site
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.4.11] ( https://github.com/towersxu/logicflow/compare/site@0.4.10...site@0.4.11 ) (2021-05-31)
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.4.11 " ,
4
+ "version" : " 0.4.12 " ,
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" ,
13
13
],
14
14
"dependencies" : {
15
15
"@logicflow/core" : " ^0.4.11" ,
16
- "@logicflow/extension" : " ^0.4.11 " ,
16
+ "@logicflow/extension" : " ^0.4.12 " ,
17
17
"preact" : " ^10.4.8"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments