@next-core/brick-kit 2.105.0 → 2.105.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.105.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.105.0...@next-core/brick-kit@2.105.1) (2022-02-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fix useBrick lifeCycle couldn't get TPL ([6bbb1ff](https://github.com/easyops-cn/next-core/commit/6bbb1fff00427af2bfca30074a7a8003118763b3))
|
|
12
|
+
* fix useBrick lifeCycle couldn't get TPL ([af1232f](https://github.com/easyops-cn/next-core/commit/af1232fce2fe425a24d841b05ef4d5f2b284a23e))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [2.105.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.104.7...@next-core/brick-kit@2.105.0) (2022-02-17)
|
|
7
19
|
|
|
8
20
|
|
package/dist/index.bundle.js
CHANGED
|
@@ -11305,7 +11305,9 @@
|
|
|
11305
11305
|
yield resolver.resolve({
|
|
11306
11306
|
brick: useBrick.brick,
|
|
11307
11307
|
lifeCycle: useBrick.lifeCycle
|
|
11308
|
-
}, brick, _internalApiGetCurrentContext())
|
|
11308
|
+
}, brick, _objectSpread__default["default"](_objectSpread__default["default"]({}, _internalApiGetCurrentContext()), {}, {
|
|
11309
|
+
tplContextId: useBrick[symbolForTplContextId]
|
|
11310
|
+
}));
|
|
11309
11311
|
}
|
|
11310
11312
|
|
|
11311
11313
|
return brick;
|
|
@@ -11501,7 +11503,9 @@
|
|
|
11501
11503
|
yield resolver.resolve({
|
|
11502
11504
|
brick: useBrick.brick,
|
|
11503
11505
|
lifeCycle: useBrick.lifeCycle
|
|
11504
|
-
}, brick, _internalApiGetCurrentContext())
|
|
11506
|
+
}, brick, _objectSpread__default["default"](_objectSpread__default["default"]({}, _internalApiGetCurrentContext()), {}, {
|
|
11507
|
+
tplContextId: useBrick[symbolForTplContextId]
|
|
11508
|
+
}));
|
|
11505
11509
|
}
|
|
11506
11510
|
|
|
11507
11511
|
return brick;
|