@next-core/brick-kit 2.117.6 → 2.117.7

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,17 @@
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.117.7](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.117.6...@next-core/brick-kit@2.117.7) (2022-04-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **template-preview:** support setting lifeCycle and events ([275cf02](https://github.com/easyops-cn/next-core/commit/275cf02fe2a2ce46241cb55d93b4822768e20459))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.117.6](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.117.5...@next-core/brick-kit@2.117.6) (2022-04-11)
7
18
 
8
19
 
@@ -8083,7 +8083,7 @@
8083
8083
  path: previewPath,
8084
8084
  bricks: [_objectSpread__default["default"]({
8085
8085
  brick: templateId
8086
- }, lodash.pick(settings, "properties"))],
8086
+ }, lodash.pick(settings, "properties", "events", "lifeCycle"))],
8087
8087
  menu: false,
8088
8088
  exact: true
8089
8089
  };