@next-core/brick-kit 2.73.0 → 2.74.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 +25 -63
- package/dist/index.bundle.js +374 -328
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +77 -29
- package/dist/index.esm.js.map +1 -1
- package/dist/types/core/Kernel.d.ts +6 -0
- package/dist/types/core/Kernel.d.ts.map +1 -1
- package/dist/types/core/LocationContext.d.ts +2 -2
- package/dist/types/core/LocationContext.d.ts.map +1 -1
- package/dist/types/core/Router.d.ts.map +1 -1
- package/dist/types/core/StoryboardFunctionRegistryFactory.d.ts +1 -0
- package/dist/types/core/StoryboardFunctionRegistryFactory.d.ts.map +1 -1
- package/dist/types/internal/menu.d.ts.map +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,144 +3,106 @@
|
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **function:** support to collect coverage ([93835f0](https://github.com/easyops-cn/next-core/commit/93835f0f202b6fb18c915045b5c2e0cf8e5e1f25))
|
|
6
|
+
## [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)
|
|
12
7
|
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-kit
|
|
13
9
|
|
|
14
10
|
|
|
15
11
|
|
|
16
12
|
|
|
17
|
-
# [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)
|
|
18
13
|
|
|
14
|
+
# [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)
|
|
19
15
|
|
|
20
16
|
### Features
|
|
21
17
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
- **menu:** app menu support overridden by route menu ([7c6fd6c](https://github.com/easyops-cn/next-core/commit/7c6fd6cadf5d5bf020b22ab0c57a34ce67d53075))
|
|
25
19
|
|
|
20
|
+
## [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)
|
|
26
21
|
|
|
22
|
+
### Bug Fixes
|
|
27
23
|
|
|
28
|
-
|
|
24
|
+
- 页面跳转时应重置浏览器标题 ([66b81f8](https://github.com/easyops-cn/next-core/commit/66b81f8765427857cbd5ceb7b7fa4cd41e2c54df))
|
|
29
25
|
|
|
26
|
+
## [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)
|
|
30
27
|
|
|
31
28
|
### Bug Fixes
|
|
32
29
|
|
|
33
|
-
|
|
30
|
+
- **cook-hooks:** use beforeCall for functions ([78073ab](https://github.com/easyops-cn/next-core/commit/78073abb4025c2d3f428a1b42447a07b7fc222a3))
|
|
34
31
|
|
|
32
|
+
# [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)
|
|
35
33
|
|
|
36
34
|
### Features
|
|
37
35
|
|
|
38
|
-
|
|
36
|
+
- **function:** support to collect coverage ([93835f0](https://github.com/easyops-cn/next-core/commit/93835f0f202b6fb18c915045b5c2e0cf8e5e1f25))
|
|
39
37
|
|
|
38
|
+
# [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
39
|
|
|
40
|
+
### Features
|
|
41
41
|
|
|
42
|
+
- expose StoryboardFunctionRegistryFactory ([c7079e8](https://github.com/easyops-cn/next-core/commit/c7079e838a37350264ca3bf210527e1b09a542f7))
|
|
42
43
|
|
|
44
|
+
# [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)
|
|
43
45
|
|
|
44
|
-
|
|
46
|
+
### Bug Fixes
|
|
45
47
|
|
|
46
|
-
|
|
48
|
+
- refine inject marking ([01675a8](https://github.com/easyops-cn/next-core/commit/01675a8b26fb0ab0e97de89a83c4618ccb4e7127))
|
|
47
49
|
|
|
50
|
+
### Features
|
|
48
51
|
|
|
52
|
+
- **LocationContext:** handlePageLoad dispatch page.load event on window for e2e testing usage ([d9bb07b](https://github.com/easyops-cn/next-core/commit/d9bb07b0395fbf769d485768bbb64e035b72c743))
|
|
49
53
|
|
|
54
|
+
## [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)
|
|
50
55
|
|
|
56
|
+
**Note:** Version bump only for package @next-core/brick-kit
|
|
51
57
|
|
|
52
58
|
## [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)
|
|
53
59
|
|
|
54
60
|
**Note:** Version bump only for package @next-core/brick-kit
|
|
55
61
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
62
|
## [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)
|
|
61
63
|
|
|
62
64
|
**Note:** Version bump only for package @next-core/brick-kit
|
|
63
65
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
66
|
## [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)
|
|
69
67
|
|
|
70
68
|
**Note:** Version bump only for package @next-core/brick-kit
|
|
71
69
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
70
|
# [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)
|
|
77
71
|
|
|
78
|
-
|
|
79
72
|
### Features
|
|
80
73
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
74
|
+
- useBrick support template ([7b7ed28](https://github.com/easyops-cn/next-core/commit/7b7ed2837f8644dbff45e763fda2e2819df72d8a))
|
|
86
75
|
|
|
87
76
|
# [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)
|
|
88
77
|
|
|
89
|
-
|
|
90
78
|
### Features
|
|
91
79
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
80
|
+
- refine cook which follows ECMA-262 ([417c628](https://github.com/easyops-cn/next-core/commit/417c62869397976c6ac5b9e0b97e68692eb2efc4))
|
|
97
81
|
|
|
98
82
|
## [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)
|
|
99
83
|
|
|
100
84
|
**Note:** Version bump only for package @next-core/brick-kit
|
|
101
85
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
86
|
# [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)
|
|
107
87
|
|
|
108
|
-
|
|
109
88
|
### Features
|
|
110
89
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
90
|
+
- 框架提供 SYS.accessRule 变量 ([75c885d](https://github.com/easyops-cn/next-core/commit/75c885d58102feea07710a78e3ac630a1e13e377))
|
|
116
91
|
|
|
117
92
|
## [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)
|
|
118
93
|
|
|
119
|
-
|
|
120
94
|
### Bug Fixes
|
|
121
95
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
96
|
+
- allow inject multiple menus into one group ([b541b94](https://github.com/easyops-cn/next-core/commit/b541b94c3d8a50a6519950b6e7e7553f3052e455))
|
|
127
97
|
|
|
128
98
|
## [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)
|
|
129
99
|
|
|
130
100
|
**Note:** Version bump only for package @next-core/brick-kit
|
|
131
101
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
102
|
## [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)
|
|
137
103
|
|
|
138
104
|
**Note:** Version bump only for package @next-core/brick-kit
|
|
139
105
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
106
|
## [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)
|
|
145
107
|
|
|
146
108
|
**Note:** Version bump only for package @next-core/brick-kit
|