@logicflow/core 2.0.11 → 2.0.13

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.0.10 build:dev /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.0.12 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.0.10 build:less /Users/didi/Desktop/github/LogicFlow/packages/core
7
+ > @logicflow/core@2.0.12 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.0.10 prebuild /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.0.12 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.0.10 build /Users/didi/Desktop/github/LogicFlow/packages/core
8
+ > @logicflow/core@2.0.12 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: 382.42 KB |
24
- | Minified Size: 381.19 KB |
25
- | GZipped Size: 110.66 KB |
23
+ | Bundle Size: 383.11 KB |
24
+ | Minified Size: 381.89 KB |
25
+ | GZipped Size: 110.82 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 16.6s
33
+ created dist/index.min.js in 16.5s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: 新增清空当前选中节点的方法
8
+
9
+ ## 2.0.12
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: 修复及优化一些已知问题
14
+ - fix(core): graphModel theme + 折线边&曲线边Offset改为监听属性
15
+ - fix(core): 未选中节点时进行快速缩放会退出缩放
16
+ - feat(core): 新增锚点 ANCHOR_CLICK/ANCHOR_MOUSEDOWN 事件,用于自定义锚点方法
17
+
3
18
  ## 2.0.11
4
19
 
5
20
  ### Patch Changes