@logicflow/vue-node-registry 0.0.1-beta.5 → 1.0.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.
@@ -1,37 +1,37 @@
1
-
2
- > @logicflow/vue-node-registry@0.0.1-beta.5 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@0.0.1-beta.5 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
- (!) Broken sourcemap
35
- https://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect
36
- Plugins that transform code (such as "terser") should generate accompanying sourcemaps.
37
- created dist/index.min.js in 1.4s
1
+
2
+ > @logicflow/vue-node-registry@1.0.0 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.0 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: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
+ (!) Broken sourcemap
35
+ https://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect
36
+ Plugins that transform code (such as "terser") should generate accompanying sourcemaps.
37
+ created dist/index.min.js in 8.4s
package/CHANGELOG.md ADDED
@@ -0,0 +1,26 @@
1
+ # @logicflow/vue-node-registry
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @logicflow/core@2.0.1
9
+
10
+ ## 1.0.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Release 2.0 New Version 🎉🎉🎉🎉
15
+ - Updated dependencies
16
+
17
+ - @logicflow/core@2.0.0
18
+
19
+ - feat: 开发 vue-node-registry 包用于用户自定义 vue 节点
20
+
21
+ - 通过监听 properties 变化的事件,触发节点的更新
22
+ - 利用 Teleport 将组件内部的一部分模板传送到组件的 DOM 结构外层的位置去
23
+ - 修复 vue-node-registry 包在 vue2 项目中渲染失效的问题
24
+ - 更新 extension 包的 package.json
25
+ - 修复 vue-node-registry 渲染顺序,先 appendChild,再 new Vue
26
+ - 修复渲染自定义节点 new Vue2 实例时未传 el 的问题
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @logicflow/vue-node-registry
2
2
 
3
- LogicFlow Shape for rendering React components.
3
+ LogicFlow Shape for rendering Vue components.
4
4
 
5
5
  ## Installation
6
6
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/vue-node-registry",
3
- "version": "0.0.1-beta.5",
3
+ "version": "1.0.1",
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.0-beta.7"
23
+ "@logicflow/core": "2.0.1"
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.0-beta.7"
32
+ "@logicflow/core": "2.0.1"
33
33
  },
34
34
  "author": {
35
35
  "name": "boyongjiong",