@logicflow/vue-node-registry 1.0.2 → 1.0.4

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,34 +1,34 @@
1
-
2
- > @logicflow/vue-node-registry@1.0.2 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/vue-node-registry
3
- > rss
4
-
5
- > [prebuild] run-s -s clean:build
6
- > [clean:build] rimraf dist es lib
7
-
8
- > @logicflow/vue-node-registry@1.0.2 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/vue-node-registry
9
- > rss
10
-
11
- > [build] run-p -s build:dev build:umd
12
- > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
13
- > [build:umd] pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
14
- > [build:less] ./scripts/build-less
15
- > [build:less] ./scripts/build-less
16
- 
17
- ./src/index.ts → dist/index.min.js...
18
- +----------------------------------------------+
19
- | |
20
- | Bundle Format: umd |
21
- | Bundle Name: VueNodeRegistry |
22
- | External Globals: |
23
- |  @logicflow/core: Core |
24
- |  @vue/composition-api: VueCompositionApi |
25
- |  vue: Vue |
26
- | |
27
- | Destination: dist/index.min.js |
28
- | Bundle Size: 390 B |
29
- | Minified Size: 351 B |
30
- | GZipped Size: 200 B |
31
- | |
32
- +----------------------------------------------+
33
- (!) [plugin typescript] @rollup/plugin-typescript: Rollup requires that TypeScript produces ES Modules. Unfortunately your configuration specifies a "module" other than "esnext". Unless you know what you're doing, please change "module" to "esnext" in the target tsconfig.json file or plugin options.
34
- created dist/index.min.js in 3.7s
1
+
2
+ > @logicflow/vue-node-registry@1.0.3 prebuild /Users/didi/Desktop/github/LogicFlow/packages/vue-node-registry
3
+ > rss
4
+
5
+ > [prebuild] run-s -s clean:build
6
+ > [clean:build] rimraf dist es lib
7
+
8
+ > @logicflow/vue-node-registry@1.0.3 build /Users/didi/Desktop/github/LogicFlow/packages/vue-node-registry
9
+ > rss
10
+
11
+ > [build] run-p -s build:dev build:umd
12
+ > [build:umd] pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs
13
+ > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
14
+ > [build:less] ./scripts/build-less
15
+ > [build:less] ./scripts/build-less
16
+ 
17
+ ./src/index.ts → dist/index.min.js...
18
+ +----------------------------------------------+
19
+ | |
20
+ | Bundle Format: umd |
21
+ | Bundle Name: VueNodeRegistry |
22
+ | External Globals: |
23
+ |  @logicflow/core: Core |
24
+ |  @vue/composition-api: VueCompositionApi |
25
+ |  vue: Vue |
26
+ | |
27
+ | Destination: dist/index.min.js |
28
+ | Bundle Size: 390 B |
29
+ | Minified Size: 351 B |
30
+ | GZipped Size: 200 B |
31
+ | |
32
+ +----------------------------------------------+
33
+ (!) [plugin typescript] @rollup/plugin-typescript: Rollup requires that TypeScript produces ES Modules. Unfortunately your configuration specifies a "module" other than "esnext". Unless you know what you're doing, please change "module" to "esnext" in the target tsconfig.json file or plugin options.
34
+ created dist/index.min.js in 5.7s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @logicflow/vue-node-registry
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: bugs from issues
8
+
9
+ - fix: 移除 vue-node-registry view 中无用 console,close #1856
10
+
11
+ ## 1.0.3
12
+
13
+ ### Patch Changes: Release 1.0.3 Version
14
+
15
+ - Updated dependencies
16
+ - @logicflow/core@2.0.3
17
+
3
18
  ## 1.0.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/vue-node-registry",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "LogicFlow Vue Component Node Registry",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -20,7 +20,7 @@
20
20
  "peerDependencies": {
21
21
  "@vue/composition-api": "^1.0.0-rc.10",
22
22
  "vue": "^2.0.0 || >=3.0.0",
23
- "@logicflow/core": "2.0.2"
23
+ "@logicflow/core": "2.0.3"
24
24
  },
25
25
  "peerDependenciesMeta": {
26
26
  "@vue/composition-api": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "vue": "^3.0.0",
32
- "@logicflow/core": "2.0.2"
32
+ "@logicflow/core": "2.0.3"
33
33
  },
34
34
  "author": {
35
35
  "name": "boyongjiong",
package/src/view.ts CHANGED
@@ -29,9 +29,10 @@ export class VueNodeView extends HtmlNode {
29
29
  this.renderVueComponent()
30
30
  }
31
31
 
32
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
32
33
  confirmUpdate(_rootEl: SVGForeignObjectElement) {
33
34
  // TODO: 如有需要,可以先通过继承的方式,自定义该节点的更新逻辑;我们后续会根据实际需求,丰富该功能
34
- console.log('_rootEl', _rootEl)
35
+ // console.log('_rootEl', _rootEl)
35
36
  }
36
37
 
37
38
  protected renderVueComponent() {