@logicflow/core 2.1.3 → 2.1.5

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.
@@ -1,10 +1,10 @@
1
1
 
2
- > @logicflow/core@2.1.3 build:dev /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.1.4 build:dev /Users/didi/Desktop/github/LogicFlow/packages/core
3
3
  > rss
4
4
 
5
5
  > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
6
6
 
7
- > @logicflow/core@2.1.3 build:less /Users/didi/Desktop/github/LogicFlow/packages/core
7
+ > @logicflow/core@2.1.4 build:less /Users/didi/Desktop/github/LogicFlow/packages/core
8
8
  > rss
9
9
 
10
10
  > [build:less] ./scripts/build-less
@@ -1,11 +1,11 @@
1
1
 
2
- > @logicflow/core@2.1.3 prebuild /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.1.4 prebuild /Users/didi/Desktop/github/LogicFlow/packages/core
3
3
  > rss
4
4
 
5
5
  > [prebuild] run-s -s clean:build
6
6
  > [clean:build] rimraf dist es lib
7
7
 
8
- > @logicflow/core@2.1.3 build /Users/didi/Desktop/github/LogicFlow/packages/core
8
+ > @logicflow/core@2.1.4 build /Users/didi/Desktop/github/LogicFlow/packages/core
9
9
  > rss
10
10
 
11
11
  > [build] run-p -s build:dev build:umd
@@ -20,9 +20,9 @@
20
20
  | Bundle Format: umd |
21
21
  | Bundle Name: Core |
22
22
  | Destination: dist/index.min.js |
23
- | Bundle Size: 391.78 KB |
24
- | Minified Size: 390.55 KB |
25
- | GZipped Size: 113.03 KB |
23
+ | Bundle Size: 393.33 KB |
24
+ | Minified Size: 392.1 KB |
25
+ | GZipped Size: 113.45 KB |
26
26
  | |
27
27
  +------------------------------------+
28
28
  (!) Circular dependencies
@@ -30,4 +30,4 @@ src/index.ts -> src/LogicFlow.tsx -> src/index.ts
30
30
  src/util/index.ts -> src/util/edge.ts -> src/util/index.ts
31
31
  src/util/index.ts -> src/util/edge.ts -> src/algorithm/index.ts -> src/algorithm/outline.ts -> src/util/index.ts
32
32
  ...and 19 more
33
- created dist/index.min.js in 21.6s
33
+ created dist/index.min.js in 19.3s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: 修复已知问题
8
+ - fix: 修复添加了mousedown up时间间隔限制后仍容易出现节点点击后触发拖拽的问题
9
+ - fix: (GraphModel)添加DOM存在性和可见性检查防止resize错误
10
+
11
+ ## 2.1.4
12
+
13
+ ### Patch Changes
14
+
15
+ - fix: 修复issue反馈的问题
16
+ - feat: 增加边层级优先的堆叠模式和静态堆叠模式 #2063 #2019
17
+ - fix: 修复部分场景下节点点击无法选中问题 #2181
18
+ - fix: 修复开启框选的情况下,双击画布会导致关闭框选后stopMoveGraph不还原问题 #2263
19
+
3
20
  ## 2.1.3
4
21
 
5
22
  ### Patch Changes