@logicflow/extension 2.1.6 → 2.2.0-alpha.1

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.
Files changed (35) hide show
  1. package/.turbo/turbo-build.log +7 -7
  2. package/CHANGELOG.md +22 -0
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/es/components/dnd-panel/index.js +6 -2
  6. package/es/components/mini-map/index.js +6 -6
  7. package/es/components/selection-select/index.js +18 -9
  8. package/es/insert-node-in-polyline/index.js +11 -35
  9. package/es/tools/label/Label.d.ts +2 -2
  10. package/es/tools/label/Label.js +1 -1
  11. package/es/tools/label/LabelOverlay.js +3 -3
  12. package/es/tools/label/mediumEditor.d.ts +1 -1
  13. package/es/tools/label/mediumEditor.js +89 -52
  14. package/es/tools/snapshot/index.js +26 -13
  15. package/lib/components/dnd-panel/index.js +6 -2
  16. package/lib/components/mini-map/index.js +6 -6
  17. package/lib/components/selection-select/index.js +18 -9
  18. package/lib/insert-node-in-polyline/index.js +10 -34
  19. package/lib/tools/label/Label.d.ts +2 -2
  20. package/lib/tools/label/Label.js +1 -1
  21. package/lib/tools/label/LabelOverlay.js +2 -2
  22. package/lib/tools/label/mediumEditor.d.ts +1 -1
  23. package/lib/tools/label/mediumEditor.js +91 -53
  24. package/lib/tools/snapshot/index.js +26 -13
  25. package/package.json +5 -5
  26. package/src/components/dnd-panel/index.ts +10 -2
  27. package/src/components/menu/index.ts +0 -1
  28. package/src/components/mini-map/index.ts +8 -8
  29. package/src/components/selection-select/index.ts +22 -14
  30. package/src/insert-node-in-polyline/index.ts +17 -11
  31. package/src/tools/label/Label.tsx +4 -4
  32. package/src/tools/label/LabelOverlay.tsx +7 -3
  33. package/src/tools/label/mediumEditor.ts +78 -51
  34. package/src/tools/snapshot/index.ts +12 -0
  35. package/stats.html +1 -1
@@ -1,11 +1,11 @@
1
1
 
2
- > @logicflow/extension@2.1.5 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.2.0-alpha.0 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
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/extension@2.1.5 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.2.0-alpha.0 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -18,7 +18,7 @@ Browserslist: caniuse-lite is outdated. Please run:
18
18
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
19
19
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
20
20
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
21
- created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 2.8s
21
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.8s
22
22
  
23
23
  ./src/index.ts → dist/index.min.js...
24
24
  +----------------------------------------------------+
@@ -30,9 +30,9 @@ Browserslist: caniuse-lite is outdated. Please run:
30
30
  |  @logicflow/vue-node-registry: VueNodeRegistry |
31
31
  | |
32
32
  | Destination: dist/index.min.js |
33
- | Bundle Size: 465.17 KB |
34
- | Minified Size: 463.37 KB |
35
- | GZipped Size: 132.75 KB |
33
+ | Bundle Size: 466.65 KB |
34
+ | Minified Size: 464.86 KB |
35
+ | GZipped Size: 133.04 KB |
36
36
  | |
37
37
  +----------------------------------------------------+
38
- created dist/index.min.js in 12s
38
+ created dist/index.min.js in 7.5s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.2.0-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: 修复issue反馈的问题
8
+ - 修复electron环境引用插件控制台报错问题
9
+ - Updated dependencies
10
+ - @logicflow/core@2.2.0
11
+ - @logicflow/vue-node-registry@1.2.0
12
+
13
+ ## 2.2.0-alpha.0
14
+
15
+ ### Minor Changes
16
+
17
+ - feat: 支持移动端适配
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @logicflow/core@2.2.0-alpha.0
23
+ - @logicflow/vue-node-registry@1.2.0-alpha.0
24
+
3
25
  ## 2.1.6
4
26
 
5
27
  ### Patch Changes