@next-core/brick-kit 2.73.2 → 2.75.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,166 +3,130 @@
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.73.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.73.1...@next-core/brick-kit@2.73.2) (2021-10-09)
6
+ ## [2.75.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.75.0...@next-core/brick-kit@2.75.1) (2021-10-15)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * 页面跳转时应重置浏览器标题 ([66b81f8](https://github.com/easyops-cn/next-core/commit/66b81f8765427857cbd5ceb7b7fa4cd41e2c54df))
12
-
11
+ * window.open action the third parameter is missing ([e2e8e27](https://github.com/easyops-cn/next-core/commit/e2e8e278e080c6c0f157168e10d0e97d66e22ccf))
13
12
 
14
13
 
15
14
 
16
15
 
17
- ## [2.73.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.73.0...@next-core/brick-kit@2.73.1) (2021-09-30)
18
16
 
19
-
20
- ### Bug Fixes
21
-
22
- * **cook-hooks:** use beforeCall for functions ([78073ab](https://github.com/easyops-cn/next-core/commit/78073abb4025c2d3f428a1b42447a07b7fc222a3))
17
+ # [2.75.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.74.1...@next-core/brick-kit@2.75.0) (2021-10-13)
23
18
 
24
19
 
20
+ ### Features
25
21
 
22
+ * update BrickAsComponent unit test ([1c77a83](https://github.com/easyops-cn/next-core/commit/1c77a83d361f208d0fefd5b9296a8fdd7d7c3086))
23
+ * update BrickAsComponent unit test ([0aed68d](https://github.com/easyops-cn/next-core/commit/0aed68d566b4a50d08fdb817124f8f648f7704ca))
24
+ * update useBrick if condition, and support widget to expand ([df4b47a](https://github.com/easyops-cn/next-core/commit/df4b47ad3337c7723d50ee81e7bb1b86076bc5b2))
26
25
 
27
26
 
28
- # [2.73.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.72.0...@next-core/brick-kit@2.73.0) (2021-09-30)
29
27
 
30
28
 
31
- ### Features
32
29
 
33
- * **function:** support to collect coverage ([93835f0](https://github.com/easyops-cn/next-core/commit/93835f0f202b6fb18c915045b5c2e0cf8e5e1f25))
30
+ ## [2.74.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.74.0...@next-core/brick-kit@2.74.1) (2021-10-12)
34
31
 
32
+ **Note:** Version bump only for package @next-core/brick-kit
35
33
 
36
34
 
37
35
 
38
36
 
39
- # [2.72.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.71.0...@next-core/brick-kit@2.72.0) (2021-09-27)
40
37
 
38
+ # [2.74.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.73.2...@next-core/brick-kit@2.74.0) (2021-10-11)
41
39
 
42
40
  ### Features
43
41
 
44
- * expose StoryboardFunctionRegistryFactory ([c7079e8](https://github.com/easyops-cn/next-core/commit/c7079e838a37350264ca3bf210527e1b09a542f7))
45
-
46
-
42
+ - **menu:** app menu support overridden by route menu ([7c6fd6c](https://github.com/easyops-cn/next-core/commit/7c6fd6cadf5d5bf020b22ab0c57a34ce67d53075))
47
43
 
44
+ ## [2.73.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.73.1...@next-core/brick-kit@2.73.2) (2021-10-09)
48
45
 
46
+ ### Bug Fixes
49
47
 
50
- # [2.71.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.70.4...@next-core/brick-kit@2.71.0) (2021-09-23)
48
+ - 页面跳转时应重置浏览器标题 ([66b81f8](https://github.com/easyops-cn/next-core/commit/66b81f8765427857cbd5ceb7b7fa4cd41e2c54df))
51
49
 
50
+ ## [2.73.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.73.0...@next-core/brick-kit@2.73.1) (2021-09-30)
52
51
 
53
52
  ### Bug Fixes
54
53
 
55
- * refine inject marking ([01675a8](https://github.com/easyops-cn/next-core/commit/01675a8b26fb0ab0e97de89a83c4618ccb4e7127))
54
+ - **cook-hooks:** use beforeCall for functions ([78073ab](https://github.com/easyops-cn/next-core/commit/78073abb4025c2d3f428a1b42447a07b7fc222a3))
56
55
 
56
+ # [2.73.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.72.0...@next-core/brick-kit@2.73.0) (2021-09-30)
57
57
 
58
58
  ### Features
59
59
 
60
- * **LocationContext:** handlePageLoad dispatch page.load event on window for e2e testing usage ([d9bb07b](https://github.com/easyops-cn/next-core/commit/d9bb07b0395fbf769d485768bbb64e035b72c743))
60
+ - **function:** support to collect coverage ([93835f0](https://github.com/easyops-cn/next-core/commit/93835f0f202b6fb18c915045b5c2e0cf8e5e1f25))
61
61
 
62
+ # [2.72.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.71.0...@next-core/brick-kit@2.72.0) (2021-09-27)
62
63
 
64
+ ### Features
63
65
 
66
+ - expose StoryboardFunctionRegistryFactory ([c7079e8](https://github.com/easyops-cn/next-core/commit/c7079e838a37350264ca3bf210527e1b09a542f7))
64
67
 
68
+ # [2.71.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.70.4...@next-core/brick-kit@2.71.0) (2021-09-23)
65
69
 
66
- ## [2.70.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.70.3...@next-core/brick-kit@2.70.4) (2021-09-23)
70
+ ### Bug Fixes
67
71
 
68
- **Note:** Version bump only for package @next-core/brick-kit
72
+ - refine inject marking ([01675a8](https://github.com/easyops-cn/next-core/commit/01675a8b26fb0ab0e97de89a83c4618ccb4e7127))
69
73
 
74
+ ### Features
70
75
 
76
+ - **LocationContext:** handlePageLoad dispatch page.load event on window for e2e testing usage ([d9bb07b](https://github.com/easyops-cn/next-core/commit/d9bb07b0395fbf769d485768bbb64e035b72c743))
71
77
 
78
+ ## [2.70.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.70.3...@next-core/brick-kit@2.70.4) (2021-09-23)
72
79
 
80
+ **Note:** Version bump only for package @next-core/brick-kit
73
81
 
74
82
  ## [2.70.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.70.2...@next-core/brick-kit@2.70.3) (2021-09-22)
75
83
 
76
84
  **Note:** Version bump only for package @next-core/brick-kit
77
85
 
78
-
79
-
80
-
81
-
82
86
  ## [2.70.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.70.1...@next-core/brick-kit@2.70.2) (2021-09-22)
83
87
 
84
88
  **Note:** Version bump only for package @next-core/brick-kit
85
89
 
86
-
87
-
88
-
89
-
90
90
  ## [2.70.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.70.0...@next-core/brick-kit@2.70.1) (2021-09-16)
91
91
 
92
92
  **Note:** Version bump only for package @next-core/brick-kit
93
93
 
94
-
95
-
96
-
97
-
98
94
  # [2.70.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.69.0...@next-core/brick-kit@2.70.0) (2021-09-15)
99
95
 
100
-
101
96
  ### Features
102
97
 
103
- * useBrick support template ([7b7ed28](https://github.com/easyops-cn/next-core/commit/7b7ed2837f8644dbff45e763fda2e2819df72d8a))
104
-
105
-
106
-
107
-
98
+ - useBrick support template ([7b7ed28](https://github.com/easyops-cn/next-core/commit/7b7ed2837f8644dbff45e763fda2e2819df72d8a))
108
99
 
109
100
  # [2.69.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.68.1...@next-core/brick-kit@2.69.0) (2021-09-14)
110
101
 
111
-
112
102
  ### Features
113
103
 
114
- * refine cook which follows ECMA-262 ([417c628](https://github.com/easyops-cn/next-core/commit/417c62869397976c6ac5b9e0b97e68692eb2efc4))
115
-
116
-
117
-
118
-
104
+ - refine cook which follows ECMA-262 ([417c628](https://github.com/easyops-cn/next-core/commit/417c62869397976c6ac5b9e0b97e68692eb2efc4))
119
105
 
120
106
  ## [2.68.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.68.0...@next-core/brick-kit@2.68.1) (2021-09-14)
121
107
 
122
108
  **Note:** Version bump only for package @next-core/brick-kit
123
109
 
124
-
125
-
126
-
127
-
128
110
  # [2.68.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.67.4...@next-core/brick-kit@2.68.0) (2021-09-13)
129
111
 
130
-
131
112
  ### Features
132
113
 
133
- * 框架提供 SYS.accessRule 变量 ([75c885d](https://github.com/easyops-cn/next-core/commit/75c885d58102feea07710a78e3ac630a1e13e377))
134
-
135
-
136
-
137
-
114
+ - 框架提供 SYS.accessRule 变量 ([75c885d](https://github.com/easyops-cn/next-core/commit/75c885d58102feea07710a78e3ac630a1e13e377))
138
115
 
139
116
  ## [2.67.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.67.3...@next-core/brick-kit@2.67.4) (2021-09-12)
140
117
 
141
-
142
118
  ### Bug Fixes
143
119
 
144
- * allow inject multiple menus into one group ([b541b94](https://github.com/easyops-cn/next-core/commit/b541b94c3d8a50a6519950b6e7e7553f3052e455))
145
-
146
-
147
-
148
-
120
+ - allow inject multiple menus into one group ([b541b94](https://github.com/easyops-cn/next-core/commit/b541b94c3d8a50a6519950b6e7e7553f3052e455))
149
121
 
150
122
  ## [2.67.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.67.2...@next-core/brick-kit@2.67.3) (2021-09-10)
151
123
 
152
124
  **Note:** Version bump only for package @next-core/brick-kit
153
125
 
154
-
155
-
156
-
157
-
158
126
  ## [2.67.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.67.1...@next-core/brick-kit@2.67.2) (2021-09-06)
159
127
 
160
128
  **Note:** Version bump only for package @next-core/brick-kit
161
129
 
162
-
163
-
164
-
165
-
166
130
  ## [2.67.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.67.0...@next-core/brick-kit@2.67.1) (2021-09-03)
167
131
 
168
132
  **Note:** Version bump only for package @next-core/brick-kit