@next-core/brick-container 2.39.11 → 2.40.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 +29 -97
- package/deploy/package.conf.yaml +1 -1
- package/dist/dll-of-editor-bricks-helper.77e2477a.js.map +1 -1
- package/dist/{dll.3123c852.js → dll.92ce4768.js} +30 -30
- package/dist/{dll.3123c852.js.map → dll.92ce4768.js.map} +1 -1
- package/dist/icons--default.8fe6ca1e.js +2 -0
- package/dist/icons--default.8fe6ca1e.js.map +1 -0
- package/dist/index.html +1 -1
- package/dist/{main.1a2ffd5574fa7653bf52.js → main.c5af78b969551037e093.js} +2 -2
- package/dist/{main.1a2ffd5574fa7653bf52.js.map → main.c5af78b969551037e093.js.map} +1 -1
- package/dist/polyfill.cdf468d8ec73cc7a5766.js +2 -0
- package/dist/polyfill.cdf468d8ec73cc7a5766.js.map +1 -0
- package/package.json +16 -16
- package/serve/getEnv.js +2 -3
- package/serve/getProxies.js +1 -0
- package/tools/report_installed_brick_next_package.py +23 -4
- package/dist/icons--default.0c3e47ce.js +0 -2
- package/dist/icons--default.0c3e47ce.js.map +0 -1
- package/dist/polyfill.e41d80539d674b29b228.js +0 -2
- package/dist/polyfill.e41d80539d674b29b228.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,206 +3,138 @@
|
|
|
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.
|
|
6
|
+
## [2.40.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.40.0...@next-core/brick-container@2.40.1) (2021-12-17)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
8
9
|
|
|
9
|
-
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* fix empty image ([f941e83](https://github.com/easyops-cn/next-core/commit/f941e835cf42b4a0a94418004c19b0c37b3d24e0))
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
|
|
14
|
+
# [2.40.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.13...@next-core/brick-container@2.40.0) (2021-12-15)
|
|
15
15
|
|
|
16
|
+
### Features
|
|
16
17
|
|
|
17
|
-
|
|
18
|
+
- 上报 provider 到\_INTERFACE_CONTRACT@EASYOPS ([77f3353](https://github.com/easyops-cn/next-core/commit/77f3353846617ee43278bb695b040d1b64d3de25))
|
|
19
|
+
|
|
20
|
+
## [2.39.13](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.12...@next-core/brick-container@2.39.13) (2021-12-13)
|
|
18
21
|
|
|
19
22
|
**Note:** Version bump only for package @next-core/brick-container
|
|
20
23
|
|
|
24
|
+
## [2.39.12](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.11...@next-core/brick-container@2.39.12) (2021-12-09)
|
|
21
25
|
|
|
26
|
+
### Bug Fixes
|
|
22
27
|
|
|
28
|
+
- serve with no mock by default in next-core ([0f6a89e](https://github.com/easyops-cn/next-core/commit/0f6a89ea0cfa9e298a917c7e651ee6e09ee9caf0))
|
|
23
29
|
|
|
30
|
+
## [2.39.11](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.10...@next-core/brick-container@2.39.11) (2021-12-06)
|
|
24
31
|
|
|
25
|
-
|
|
32
|
+
### Bug Fixes
|
|
26
33
|
|
|
27
|
-
|
|
34
|
+
- fix empty image ([f941e83](https://github.com/easyops-cn/next-core/commit/f941e835cf42b4a0a94418004c19b0c37b3d24e0))
|
|
28
35
|
|
|
36
|
+
## [2.39.10](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.9...@next-core/brick-container@2.39.10) (2021-12-06)
|
|
29
37
|
|
|
38
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
30
39
|
|
|
40
|
+
## [2.39.9](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.8...@next-core/brick-container@2.39.9) (2021-12-05)
|
|
31
41
|
|
|
42
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
32
43
|
|
|
33
44
|
## [2.39.8](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.7...@next-core/brick-container@2.39.8) (2021-12-03)
|
|
34
45
|
|
|
35
46
|
**Note:** Version bump only for package @next-core/brick-container
|
|
36
47
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
48
|
## [2.39.7](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.6...@next-core/brick-container@2.39.7) (2021-12-03)
|
|
42
49
|
|
|
43
50
|
**Note:** Version bump only for package @next-core/brick-container
|
|
44
51
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
52
|
## [2.39.6](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.5...@next-core/brick-container@2.39.6) (2021-12-01)
|
|
50
53
|
|
|
51
|
-
|
|
52
54
|
### Bug Fixes
|
|
53
55
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
- remove flags ([ed7f66b](https://github.com/easyops-cn/next-core/commit/ed7f66b40c5be427171ec5fc8817eee64c499f60))
|
|
59
57
|
|
|
60
58
|
## [2.39.5](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.4...@next-core/brick-container@2.39.5) (2021-11-29)
|
|
61
59
|
|
|
62
60
|
**Note:** Version bump only for package @next-core/brick-container
|
|
63
61
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
62
|
## [2.39.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.3...@next-core/brick-container@2.39.4) (2021-11-26)
|
|
69
63
|
|
|
70
64
|
**Note:** Version bump only for package @next-core/brick-container
|
|
71
65
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
66
|
## [2.39.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.2...@next-core/brick-container@2.39.3) (2021-11-25)
|
|
77
67
|
|
|
78
|
-
|
|
79
68
|
### Bug Fixes
|
|
80
69
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
70
|
+
- get stroyboard v2 ([602d086](https://github.com/easyops-cn/next-core/commit/602d0860fc6c7c9e5ffc116ff023addb0f57efe1))
|
|
86
71
|
|
|
87
72
|
## [2.39.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.1...@next-core/brick-container@2.39.2) (2021-11-25)
|
|
88
73
|
|
|
89
|
-
|
|
90
74
|
### Bug Fixes
|
|
91
75
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
76
|
+
- bootsrtrap 增加开关控制 ([360b913](https://github.com/easyops-cn/next-core/commit/360b913f324f10ac79b1d637ec598583a89a61da))
|
|
97
77
|
|
|
98
78
|
## [2.39.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.39.0...@next-core/brick-container@2.39.1) (2021-11-25)
|
|
99
79
|
|
|
100
80
|
**Note:** Version bump only for package @next-core/brick-container
|
|
101
81
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
82
|
# [2.39.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.38.5...@next-core/brick-container@2.39.0) (2021-11-25)
|
|
107
83
|
|
|
108
|
-
|
|
109
84
|
### Bug Fixes
|
|
110
85
|
|
|
111
|
-
|
|
112
|
-
|
|
86
|
+
- use boostreap v2 api ([e1fbf03](https://github.com/easyops-cn/next-core/commit/e1fbf0366e29b28f823915bda4707368910c013e))
|
|
113
87
|
|
|
114
88
|
### Features
|
|
115
89
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
90
|
+
- support legacy bootstrap flag ([835cda0](https://github.com/easyops-cn/next-core/commit/835cda0f6b8564e3db60f48a1755cc6d5beaa3b8))
|
|
121
91
|
|
|
122
92
|
## [2.38.5](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.38.4...@next-core/brick-container@2.38.5) (2021-11-24)
|
|
123
93
|
|
|
124
|
-
|
|
125
94
|
### Bug Fixes
|
|
126
95
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
96
|
+
- upgrade api gateway version ([f8565b6](https://github.com/easyops-cn/next-core/commit/f8565b6379f21969c1ba411206e50c94438bb2cb))
|
|
132
97
|
|
|
133
98
|
## [2.38.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.38.3...@next-core/brick-container@2.38.4) (2021-11-23)
|
|
134
99
|
|
|
135
100
|
**Note:** Version bump only for package @next-core/brick-container
|
|
136
101
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
102
|
## [2.38.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.38.2...@next-core/brick-container@2.38.3) (2021-11-23)
|
|
142
103
|
|
|
143
|
-
|
|
144
104
|
### Bug Fixes
|
|
145
105
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
106
|
+
- use composited animations for loading-bar ([675f081](https://github.com/easyops-cn/next-core/commit/675f081abcb07b4f467a924ebf4bd156095c9d1f))
|
|
151
107
|
|
|
152
108
|
## [2.38.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.38.1...@next-core/brick-container@2.38.2) (2021-11-23)
|
|
153
109
|
|
|
154
110
|
**Note:** Version bump only for package @next-core/brick-container
|
|
155
111
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
112
|
## [2.38.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.38.0...@next-core/brick-container@2.38.1) (2021-11-19)
|
|
161
113
|
|
|
162
114
|
**Note:** Version bump only for package @next-core/brick-container
|
|
163
115
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
116
|
# [2.38.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.37.0...@next-core/brick-container@2.38.0) (2021-11-18)
|
|
169
117
|
|
|
170
|
-
|
|
171
118
|
### Features
|
|
172
119
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
120
|
+
- use a single build for standalone apps ([cb5db11](https://github.com/easyops-cn/next-core/commit/cb5db11829952fedfa9cf3898de3e62cfe647a16))
|
|
178
121
|
|
|
179
122
|
# [2.37.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.36.0...@next-core/brick-container@2.37.0) (2021-11-18)
|
|
180
123
|
|
|
181
|
-
|
|
182
124
|
### Features
|
|
183
125
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
126
|
+
- add dist-standalone into npm package files ([4ad5dd3](https://github.com/easyops-cn/next-core/commit/4ad5dd35d0c60de4adef2d6849d0c6c703636d04))
|
|
189
127
|
|
|
190
128
|
# [2.36.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.35.6...@next-core/brick-container@2.36.0) (2021-11-18)
|
|
191
129
|
|
|
192
|
-
|
|
193
130
|
### Bug Fixes
|
|
194
131
|
|
|
195
|
-
|
|
196
|
-
|
|
132
|
+
- update postcss v8 and related packages ([615f198](https://github.com/easyops-cn/next-core/commit/615f19838118ba76d5b50de9aaf6f1aedf48ab02))
|
|
197
133
|
|
|
198
134
|
### Features
|
|
199
135
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
136
|
+
- fetch conf in standalone micro-apps ([6175855](https://github.com/easyops-cn/next-core/commit/61758554f23ca685cd29f01130e46805c7674433))
|
|
137
|
+
- support getting images by static files ([c23d88a](https://github.com/easyops-cn/next-core/commit/c23d88aa70f5009453a1d3c58e7f4a0d6249c719))
|
|
206
138
|
|
|
207
139
|
## [2.35.6](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.35.5...@next-core/brick-container@2.35.6) (2021-11-16)
|
|
208
140
|
|
package/deploy/package.conf.yaml
CHANGED