@modern-js/plugin-garfish 1.5.4 → 1.6.0

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 (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @modern-js/plugin-garfish
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 43bf23361: fix: 修复 bootstrap 函数第二个参数不支持传入 dom 节点
8
+ feat: '@modern-js/plugin-garfish' 支持 '@modern-js/runtime/garfish' scope 导出 garfish plugin 内置函数
9
+
10
+ ### Patch Changes
11
+
12
+ - 209d0a927: release: hot fix garfish error
13
+ - 996b91d9d: fix: optimize garfish plugin render function
14
+ - 43bf23361: fix(garfish-plugin): app static properties missing
15
+ - Updated dependencies [9377d2d9d]
16
+ - Updated dependencies [8c9ad1749]
17
+ - @modern-js/utils@1.7.7
18
+ - @modern-js/plugin-router@1.2.15
19
+
3
20
  ## 1.5.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.5.4",
14
+ "version": "1.6.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/runtime/index.d.ts",
17
17
  "typesVersions": {
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@babel/runtime": "^7",
53
- "@modern-js/utils": "^1.7.5",
53
+ "@modern-js/utils": "^1.7.7",
54
54
  "@types/debug": "^4.1.7",
55
55
  "@types/react-loadable": "^5.5.6",
56
56
  "debug": "^4.3.2",
@@ -67,9 +67,9 @@
67
67
  }
68
68
  },
69
69
  "devDependencies": {
70
- "@modern-js/core": "1.11.2",
70
+ "@modern-js/core": "1.12.0",
71
71
  "@modern-js/plugin-router": "1.2.15",
72
- "@modern-js/runtime-core": "1.4.11",
72
+ "@modern-js/runtime-core": "1.5.0",
73
73
  "@modern-js/types": "1.5.4",
74
74
  "@scripts/build": "0.0.0",
75
75
  "@scripts/jest-config": "0.0.0",