@next-bricks/presentational-bricks 1.238.1 → 1.238.5
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 +84 -299
- package/deploy/contract.yaml +105 -105
- package/deploy/package.conf.yaml +1 -1
- package/dist/bricks.json +23 -23
- package/dist/index.b1b1d226.js +2 -0
- package/dist/index.b1b1d226.js.map +1 -0
- package/dist/lazy-bricks/brick-code-display.dd92.179b0cb7.js +10 -0
- package/dist/lazy-bricks/brick-code-display.dd92.179b0cb7.js.map +1 -0
- package/dist/lazy-bricks/{brick-collapse-card.dd92.e8bb0c90.js → brick-collapse-card.dd92.eed39c0d.js} +2 -2
- package/dist/lazy-bricks/{brick-collapse-card.dd92.e8bb0c90.js.map → brick-collapse-card.dd92.eed39c0d.js.map} +1 -1
- package/dist/lazy-bricks/{card-item.dd92.83ff8b65.js → card-item.dd92.cc16d019.js} +2 -2
- package/dist/lazy-bricks/{card-item.dd92.83ff8b65.js.map → card-item.dd92.cc16d019.js.map} +1 -1
- package/package.json +3 -3
- package/dist/index.dbfcf3f4.js +0 -2
- package/dist/index.dbfcf3f4.js.map +0 -1
- package/dist/lazy-bricks/brick-code-display.dd92.33cb2a1e.js +0 -10
- package/dist/lazy-bricks/brick-code-display.dd92.33cb2a1e.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,569 +3,354 @@
|
|
|
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
|
-
## [1.238.
|
|
6
|
+
## [1.238.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.238.4...@next-bricks/presentational-bricks@1.238.5) (2022-02-14)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
* brick-link ([f6b1e63](https://github.com/easyops-cn/next-basics/commit/f6b1e632aea81b0bc91a564784e6d7b1be75c650))
|
|
12
|
+
* illustration style ([9b9f032](https://github.com/easyops-cn/next-basics/commit/9b9f0324b744e846938682921b7370fa7d748b65))
|
|
15
13
|
|
|
16
14
|
|
|
17
|
-
# [1.238.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.237.0...@next-bricks/presentational-bricks@1.238.0) (2022-01-27)
|
|
18
|
-
|
|
19
15
|
|
|
20
|
-
### Features
|
|
21
16
|
|
|
22
|
-
* **presentational-bricks:** add text-collapse brick ([9b73c0e](https://github.com/easyops-cn/next-basics/commit/9b73c0ea00b3dc2237914af54aab811b0fc223c1))
|
|
23
17
|
|
|
18
|
+
## [1.238.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.238.3...@next-bricks/presentational-bricks@1.238.4) (2022-02-09)
|
|
24
19
|
|
|
25
20
|
|
|
21
|
+
### Bug Fixes
|
|
26
22
|
|
|
23
|
+
* fix style ([264d9e6](https://github.com/easyops-cn/next-basics/commit/264d9e6a42ac673801e921fb6c5d28850388e5fd))
|
|
27
24
|
|
|
28
|
-
# [1.237.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.7...@next-bricks/presentational-bricks@1.237.0) (2022-01-27)
|
|
29
25
|
|
|
30
26
|
|
|
31
|
-
### Features
|
|
32
27
|
|
|
33
|
-
* adapot to the dark theme ([4de58b4](https://github.com/easyops-cn/next-basics/commit/4de58b4472358958f6f3333ef691719d0d14553a))
|
|
34
|
-
* brick-illustration adapt to dark theme and illustrationCard, provider-get-illustrations filter dark theme ([86576b9](https://github.com/easyops-cn/next-basics/commit/86576b9fd691462a6230d993e0438cf836c220f9))
|
|
35
28
|
|
|
29
|
+
## [1.238.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.238.2...@next-bricks/presentational-bricks@1.238.3) (2022-01-28)
|
|
36
30
|
|
|
31
|
+
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
37
32
|
|
|
33
|
+
## [1.238.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.238.1...@next-bricks/presentational-bricks@1.238.2) (2022-01-28)
|
|
38
34
|
|
|
35
|
+
### Bug Fixes
|
|
39
36
|
|
|
40
|
-
|
|
37
|
+
- **style:** 修改 timeline 样式 ([4180c1d](https://github.com/easyops-cn/next-basics/commit/4180c1dcfc122d9bfff16353829dc57d56e3bc75))
|
|
41
38
|
|
|
39
|
+
## [1.238.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.238.0...@next-bricks/presentational-bricks@1.238.1) (2022-01-28)
|
|
42
40
|
|
|
43
41
|
### Bug Fixes
|
|
44
42
|
|
|
45
|
-
|
|
46
|
-
* **style:** 挪动timeline样式到antd custom ([073a64b](https://github.com/easyops-cn/next-basics/commit/073a64b637b145017f331eb77f1ab5edc712a9fa))
|
|
43
|
+
- fix the bug that the brick do not tell anything when options and dataSource are not set ([2b75d27](https://github.com/easyops-cn/next-basics/commit/2b75d276fc1412a451d1e8aa0971402b3f5e6ba8)), closes [Refs#MONITOR-3017](https://github.com/Refs/issues/MONITOR-3017)
|
|
47
44
|
|
|
45
|
+
# [1.238.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.237.0...@next-bricks/presentational-bricks@1.238.0) (2022-01-27)
|
|
48
46
|
|
|
47
|
+
### Features
|
|
49
48
|
|
|
49
|
+
- **presentational-bricks:** add text-collapse brick ([9b73c0e](https://github.com/easyops-cn/next-basics/commit/9b73c0ea00b3dc2237914af54aab811b0fc223c1))
|
|
50
50
|
|
|
51
|
+
# [1.237.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.7...@next-bricks/presentational-bricks@1.237.0) (2022-01-27)
|
|
51
52
|
|
|
52
|
-
|
|
53
|
+
### Features
|
|
53
54
|
|
|
55
|
+
- adapot to the dark theme ([4de58b4](https://github.com/easyops-cn/next-basics/commit/4de58b4472358958f6f3333ef691719d0d14553a))
|
|
56
|
+
- brick-illustration adapt to dark theme and illustrationCard, provider-get-illustrations filter dark theme ([86576b9](https://github.com/easyops-cn/next-basics/commit/86576b9fd691462a6230d993e0438cf836c220f9))
|
|
54
57
|
|
|
55
|
-
|
|
58
|
+
## [1.236.7](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.6...@next-bricks/presentational-bricks@1.236.7) (2022-01-26)
|
|
56
59
|
|
|
57
|
-
|
|
60
|
+
### Bug Fixes
|
|
58
61
|
|
|
62
|
+
- **style:** 增加 timeline 样式 ([4b15544](https://github.com/easyops-cn/next-basics/commit/4b15544955b76b5d8f3dfae558fe1977792a457a))
|
|
63
|
+
- **style:** 挪动 timeline 样式到 antd custom ([073a64b](https://github.com/easyops-cn/next-basics/commit/073a64b637b145017f331eb77f1ab5edc712a9fa))
|
|
59
64
|
|
|
65
|
+
## [1.236.6](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.5...@next-bricks/presentational-bricks@1.236.6) (2022-01-25)
|
|
60
66
|
|
|
67
|
+
### Bug Fixes
|
|
61
68
|
|
|
69
|
+
- fix style ([0661377](https://github.com/easyops-cn/next-basics/commit/066137764200a67a8aaa4f090cba35973659f7a9))
|
|
62
70
|
|
|
63
71
|
## [1.236.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.4...@next-bricks/presentational-bricks@1.236.5) (2022-01-24)
|
|
64
72
|
|
|
65
|
-
|
|
66
73
|
### Bug Fixes
|
|
67
74
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
75
|
+
- style typo ([cd4469b](https://github.com/easyops-cn/next-basics/commit/cd4469b7c219d1da0941e2c11d0983d0352d2808))
|
|
76
|
+
- typo ([5afc535](https://github.com/easyops-cn/next-basics/commit/5afc53564dd127b9f0af39a9f1cf7397faab83ed))
|
|
74
77
|
|
|
75
78
|
## [1.236.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.3...@next-bricks/presentational-bricks@1.236.4) (2022-01-24)
|
|
76
79
|
|
|
77
|
-
|
|
78
80
|
### Bug Fixes
|
|
79
81
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
- tag style ([746ce03](https://github.com/easyops-cn/next-basics/commit/746ce03f9f1860d639748b866b47effc311375ac))
|
|
85
83
|
|
|
86
84
|
## [1.236.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.2...@next-bricks/presentational-bricks@1.236.3) (2022-01-21)
|
|
87
85
|
|
|
88
86
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
89
87
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
88
|
## [1.236.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.1...@next-bricks/presentational-bricks@1.236.2) (2022-01-20)
|
|
95
89
|
|
|
96
|
-
|
|
97
90
|
### Bug Fixes
|
|
98
91
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
92
|
+
- fix header color of rank-table ([1913d84](https://github.com/easyops-cn/next-basics/commit/1913d8401858a16eef783384a7eb5bf902829362))
|
|
93
|
+
- support dark theme ([0066863](https://github.com/easyops-cn/next-basics/commit/006686389aa93e2b900c6159c121e62253b0c445))
|
|
94
|
+
- support dark theme ([23ae96f](https://github.com/easyops-cn/next-basics/commit/23ae96f5748cc65915901f259186e131692ebd81))
|
|
95
|
+
- support dark theme in brick-quick-entries ([ac7876e](https://github.com/easyops-cn/next-basics/commit/ac7876ec20aa9917bc3ef29733738d09f0fe620f))
|
|
96
|
+
- use css variables ([d64b451](https://github.com/easyops-cn/next-basics/commit/d64b451ccfcb7994903fdcdb6d6a4e2c5e5df118))
|
|
108
97
|
|
|
109
98
|
## [1.236.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.0...@next-bricks/presentational-bricks@1.236.1) (2022-01-19)
|
|
110
99
|
|
|
111
100
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
112
101
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
102
|
# [1.236.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.235.0...@next-bricks/presentational-bricks@1.236.0) (2022-01-17)
|
|
118
103
|
|
|
119
|
-
|
|
120
104
|
### Features
|
|
121
105
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
106
|
+
- replace css variables ([9d2760c](https://github.com/easyops-cn/next-basics/commit/9d2760ca615eb4237f1daa6b1f13f61a5e805c51))
|
|
127
107
|
|
|
128
108
|
# [1.235.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.234.1...@next-bricks/presentational-bricks@1.235.0) (2022-01-15)
|
|
129
109
|
|
|
130
|
-
|
|
131
110
|
### Features
|
|
132
111
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
112
|
+
- alert styles ([21457ef](https://github.com/easyops-cn/next-basics/commit/21457ef7c18453c21aefa0d5a241b6dd7389792e))
|
|
113
|
+
- brick_next version change ([bf8c3e4](https://github.com/easyops-cn/next-basics/commit/bf8c3e47dfbcbc343a7ec6bd95b48463f31eda3b))
|
|
114
|
+
- delete styles ([9b087d3](https://github.com/easyops-cn/next-basics/commit/9b087d36fff6357ee2dc70cbcccdf143c01aa761))
|
|
115
|
+
- **presentational-bricks.brick-result:** result styles ([b75d118](https://github.com/easyops-cn/next-basics/commit/b75d118ddf7562590295e52eb21b14662080a39e))
|
|
116
|
+
- **presentational-bricks.general-tooltip:** tooltip styles ([1cfadaf](https://github.com/easyops-cn/next-basics/commit/1cfadaf114cdf6b9f81a615ff9dfe2cadc6c4602))
|
|
117
|
+
- **presentational-bricks.general-transfer:** transfer styles ([1429158](https://github.com/easyops-cn/next-basics/commit/14291587ab2520d714c5b5d72dfb6196d47f2206))
|
|
118
|
+
- search styles ([241eecd](https://github.com/easyops-cn/next-basics/commit/241eecda8b10be4845afd0ed2720c1377cd7b487))
|
|
119
|
+
- search styles ([65b6eea](https://github.com/easyops-cn/next-basics/commit/65b6eea2d27f71adcb131281fd3ea283c2540805))
|
|
145
120
|
|
|
146
121
|
## [1.234.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.234.0...@next-bricks/presentational-bricks@1.234.1) (2022-01-14)
|
|
147
122
|
|
|
148
|
-
|
|
149
123
|
### Bug Fixes
|
|
150
124
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
125
|
+
- pagination style refine ([41f6fd7](https://github.com/easyops-cn/next-basics/commit/41f6fd7ffda71574764707e79cc34a1ca25c46fa))
|
|
156
126
|
|
|
157
127
|
# [1.234.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.233.1...@next-bricks/presentational-bricks@1.234.0) (2022-01-12)
|
|
158
128
|
|
|
159
|
-
|
|
160
129
|
### Features
|
|
161
130
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
131
|
+
- button style ([599aa02](https://github.com/easyops-cn/next-basics/commit/599aa020bd21f070ab8eef7265ea81d39c8d8917))
|
|
132
|
+
- divider style ([fb385fd](https://github.com/easyops-cn/next-basics/commit/fb385fd7b424a8ecd5c6c999cdda302a49c05302))
|
|
168
133
|
|
|
169
134
|
## [1.233.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.233.0...@next-bricks/presentational-bricks@1.233.1) (2022-01-10)
|
|
170
135
|
|
|
171
136
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
172
137
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
138
|
# [1.233.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.232.3...@next-bricks/presentational-bricks@1.233.0) (2021-12-30)
|
|
178
139
|
|
|
179
|
-
|
|
180
140
|
### Features
|
|
181
141
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
142
|
+
- 支持按 key 搜索 ([0fb4b3b](https://github.com/easyops-cn/next-basics/commit/0fb4b3bd9c0e3d64a84347df730ca75007674319))
|
|
187
143
|
|
|
188
144
|
## [1.232.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.232.2...@next-bricks/presentational-bricks@1.232.3) (2021-12-29)
|
|
189
145
|
|
|
190
146
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
191
147
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
148
|
## [1.232.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.232.1...@next-bricks/presentational-bricks@1.232.2) (2021-12-27)
|
|
197
149
|
|
|
198
150
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
199
151
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
152
|
## [1.232.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.232.0...@next-bricks/presentational-bricks@1.232.1) (2021-12-09)
|
|
205
153
|
|
|
206
|
-
|
|
207
154
|
### Bug Fixes
|
|
208
155
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
156
|
+
- **presentational-bricks:** 修复 modal 国际化失效 ([7118f6b](https://github.com/easyops-cn/next-basics/commit/7118f6bd356b55943ff99ba3c10a74cda1a40b98))
|
|
214
157
|
|
|
215
158
|
# [1.232.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.231.0...@next-bricks/presentational-bricks@1.232.0) (2021-12-08)
|
|
216
159
|
|
|
217
|
-
|
|
218
160
|
### Features
|
|
219
161
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
162
|
+
- **general-image:** add visible-change event ([c5efc65](https://github.com/easyops-cn/next-basics/commit/c5efc6513d06bdbd402ec188df368d478eabc99b))
|
|
225
163
|
|
|
226
164
|
# [1.231.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.230.0...@next-bricks/presentational-bricks@1.231.0) (2021-12-07)
|
|
227
165
|
|
|
228
|
-
|
|
229
166
|
### Features
|
|
230
167
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
168
|
+
- **general-image:** add open and close method ([cdd1d64](https://github.com/easyops-cn/next-basics/commit/cdd1d64a2409d58d39a5eab1b6bb86b7c6a66b5e))
|
|
236
169
|
|
|
237
170
|
# [1.230.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.5...@next-bricks/presentational-bricks@1.230.0) (2021-12-01)
|
|
238
171
|
|
|
239
|
-
|
|
240
172
|
### Features
|
|
241
173
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
174
|
+
- **brick-table:** add exactSearch props 实现前端精确搜索 Refs ([31654d6](https://github.com/easyops-cn/next-basics/commit/31654d675a47ae8f48825db9989ca692f1bf531d))
|
|
247
175
|
|
|
248
176
|
## [1.229.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.4...@next-bricks/presentational-bricks@1.229.5) (2021-11-25)
|
|
249
177
|
|
|
250
178
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
251
179
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
180
|
## [1.229.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.3...@next-bricks/presentational-bricks@1.229.4) (2021-11-25)
|
|
257
181
|
|
|
258
182
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
259
183
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
184
|
## [1.229.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.2...@next-bricks/presentational-bricks@1.229.3) (2021-11-22)
|
|
265
185
|
|
|
266
|
-
|
|
267
186
|
### Bug Fixes
|
|
268
187
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
188
|
+
- **rank-table:** set min-with of ranking box ([d186cba](https://github.com/easyops-cn/next-basics/commit/d186cbab7056ad81182b73f68c7335eb1c8b7d09))
|
|
274
189
|
|
|
275
190
|
## [1.229.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.1...@next-bricks/presentational-bricks@1.229.2) (2021-11-21)
|
|
276
191
|
|
|
277
|
-
|
|
278
192
|
### Bug Fixes
|
|
279
193
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
194
|
+
- should not render if no src property ([a930c7b](https://github.com/easyops-cn/next-basics/commit/a930c7b5a358a2823c8c8199477c34826b6a0241))
|
|
285
195
|
|
|
286
196
|
## [1.229.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.0...@next-bricks/presentational-bricks@1.229.1) (2021-11-19)
|
|
287
197
|
|
|
288
|
-
|
|
289
198
|
### Bug Fixes
|
|
290
199
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
200
|
+
- **presentational-bricks:** modify rank-table `small` style ([ad21a34](https://github.com/easyops-cn/next-basics/commit/ad21a3468aa6982421a8bf23838c1a0d544e5760))
|
|
296
201
|
|
|
297
202
|
# [1.229.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.5...@next-bricks/presentational-bricks@1.229.0) (2021-11-18)
|
|
298
203
|
|
|
299
|
-
|
|
300
204
|
### Features
|
|
301
205
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
206
|
+
- support images to compress and support detele un use images ([f103e7d](https://github.com/easyops-cn/next-basics/commit/f103e7dc738926177c34feba30cb355915af84d2))
|
|
207
|
+
- update type ([e59bee0](https://github.com/easyops-cn/next-basics/commit/e59bee0c5052769617eb5b28cfac0f55e60137bb))
|
|
208
|
+
- update unit test ([2491b14](https://github.com/easyops-cn/next-basics/commit/2491b140a4b8e3aacdf2436f0d7042ae076a5f70))
|
|
209
|
+
- 更新删除图片匹配逻辑 ([0e87178](https://github.com/easyops-cn/next-basics/commit/0e87178ef6bf40ffc25302ccf02c1315262fddaf))
|
|
310
210
|
|
|
311
211
|
## [1.228.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.4...@next-bricks/presentational-bricks@1.228.5) (2021-11-11)
|
|
312
212
|
|
|
313
|
-
|
|
314
213
|
### Bug Fixes
|
|
315
214
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
215
|
+
- brick-link 支持 label 颜色设置和下划线 closed MONITOR-2419 ([d7a3936](https://github.com/easyops-cn/next-basics/commit/d7a3936f5b94a112449dee74b0ee5a0cdc32eb46))
|
|
321
216
|
|
|
322
217
|
## [1.228.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.3...@next-bricks/presentational-bricks@1.228.4) (2021-11-08)
|
|
323
218
|
|
|
324
219
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
325
220
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
221
|
## [1.228.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.2...@next-bricks/presentational-bricks@1.228.3) (2021-11-02)
|
|
331
222
|
|
|
332
|
-
|
|
333
223
|
### Bug Fixes
|
|
334
224
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
225
|
+
- fix timeline show wrong mouth ([a0b9294](https://github.com/easyops-cn/next-basics/commit/a0b92941284acbf73ab118ac536ee05b10ca524a))
|
|
340
226
|
|
|
341
227
|
## [1.228.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.1...@next-bricks/presentational-bricks@1.228.2) (2021-10-29)
|
|
342
228
|
|
|
343
|
-
|
|
344
229
|
### Bug Fixes
|
|
345
230
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
231
|
+
- 前端搜索优化 PERMISSION-190 ([23e6a82](https://github.com/easyops-cn/next-basics/commit/23e6a82cdb4eeedcd457479217db2d7f431b9500))
|
|
232
|
+
- 前端搜索优化第一次提交不合理再次提交 PERMISSION-190 ([b7e19f3](https://github.com/easyops-cn/next-basics/commit/b7e19f318478f7157853ee06a798d4dae9b9645f))
|
|
352
233
|
|
|
353
234
|
## [1.228.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.0...@next-bricks/presentational-bricks@1.228.1) (2021-10-28)
|
|
354
235
|
|
|
355
|
-
|
|
356
236
|
### Bug Fixes
|
|
357
237
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
238
|
+
- **quick-entries:** 入口卡片图标可配 tooltip ([aaf204e](https://github.com/easyops-cn/next-basics/commit/aaf204e3392f6960385863c770bf9f9299fc6138))
|
|
363
239
|
|
|
364
240
|
# [1.228.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.227.1...@next-bricks/presentational-bricks@1.228.0) (2021-10-26)
|
|
365
241
|
|
|
366
|
-
|
|
367
242
|
### Features
|
|
368
243
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
244
|
+
- **rankTable:** refine style ([643f4d8](https://github.com/easyops-cn/next-basics/commit/643f4d82f0b9b67a7beba9fa4c2e9a8b001a77d7))
|
|
374
245
|
|
|
375
246
|
## [1.227.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.227.0...@next-bricks/presentational-bricks@1.227.1) (2021-10-26)
|
|
376
247
|
|
|
377
|
-
|
|
378
248
|
### Bug Fixes
|
|
379
249
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
250
|
+
- 服务地图样式调整构件 Closed MONITOR-2306 ([24ba3c7](https://github.com/easyops-cn/next-basics/commit/24ba3c79d07ea31df54b012a469fce6b4f6c15e9))
|
|
385
251
|
|
|
386
252
|
# [1.227.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.226.1...@next-bricks/presentational-bricks@1.227.0) (2021-10-22)
|
|
387
253
|
|
|
388
|
-
|
|
389
254
|
### Features
|
|
390
255
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
256
|
+
- link 支持 target 属性为\_blank 时去掉 icon 后缀 Closed SERVICE_OBSERVE-646 ([974ab17](https://github.com/easyops-cn/next-basics/commit/974ab177e18d1f8c323baaf4d7e1eda33fd5a4ea))
|
|
396
257
|
|
|
397
258
|
## [1.226.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.226.0...@next-bricks/presentational-bricks@1.226.1) (2021-10-19)
|
|
398
259
|
|
|
399
|
-
|
|
400
260
|
### Bug Fixes
|
|
401
261
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
262
|
+
- 国际化 refs LAUNCHPAD-75 ([02297a0](https://github.com/easyops-cn/next-basics/commit/02297a00dd68c11be6f30b69b54f4f0e8a44774b))
|
|
407
263
|
|
|
408
264
|
# [1.226.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.225.0...@next-bricks/presentational-bricks@1.226.0) (2021-10-17)
|
|
409
265
|
|
|
410
|
-
|
|
411
266
|
### Features
|
|
412
267
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
268
|
+
- 国际化 refs LAUNCHPAD-75 ([5d344fe](https://github.com/easyops-cn/next-basics/commit/5d344fe31e33dc7e0b4a106c3abdd28a19461607))
|
|
418
269
|
|
|
419
270
|
# [1.225.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.224.0...@next-bricks/presentational-bricks@1.225.0) (2021-10-15)
|
|
420
271
|
|
|
421
|
-
|
|
422
272
|
### Bug Fixes
|
|
423
273
|
|
|
424
|
-
|
|
425
|
-
|
|
274
|
+
- 排行 table 支持显示表头 Closed EVENT-357 ([180ba14](https://github.com/easyops-cn/next-basics/commit/180ba147973ebc18b0f848a6a25c7d1084379eda))
|
|
426
275
|
|
|
427
276
|
### Features
|
|
428
277
|
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
278
|
+
- support iframe.message event ([e20a23a](https://github.com/easyops-cn/next-basics/commit/e20a23a68d45a4f57cc6b09cfef1d143013dad22))
|
|
434
279
|
|
|
435
280
|
# [1.224.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.223.1...@next-bricks/presentational-bricks@1.224.0) (2021-10-13)
|
|
436
281
|
|
|
437
|
-
|
|
438
282
|
### Bug Fixes
|
|
439
283
|
|
|
440
|
-
|
|
441
|
-
|
|
284
|
+
- 下拉菜单项支持提示 Closed EVENT-357 ([07e5605](https://github.com/easyops-cn/next-basics/commit/07e56052180196d8c525aeb4b621f70a8667a1f4))
|
|
442
285
|
|
|
443
286
|
### Features
|
|
444
287
|
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
288
|
+
- **copyable-text:** 添加 type=text 兼容文本超出容器的展示 ([527386e](https://github.com/easyops-cn/next-basics/commit/527386ef6d73a769ea9f7f320809f72655e67a37))
|
|
450
289
|
|
|
451
290
|
## [1.223.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.223.0...@next-bricks/presentational-bricks@1.223.1) (2021-10-13)
|
|
452
291
|
|
|
453
|
-
|
|
454
292
|
### Bug Fixes
|
|
455
293
|
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
294
|
+
- **basic-bricks:** BasicProgress color render problem ([2437db9](https://github.com/easyops-cn/next-basics/commit/2437db943e35547db7555ea04ff327a9115a43ac))
|
|
461
295
|
|
|
462
296
|
# [1.223.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.222.3...@next-bricks/presentational-bricks@1.223.0) (2021-10-12)
|
|
463
297
|
|
|
464
|
-
|
|
465
298
|
### Features
|
|
466
299
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
300
|
+
- rankTable 支持 sort ([ad4cb1a](https://github.com/easyops-cn/next-basics/commit/ad4cb1aa284927945a01d8729a07c2c1f57bc034))
|
|
472
301
|
|
|
473
302
|
## [1.222.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.222.2...@next-bricks/presentational-bricks@1.222.3) (2021-10-12)
|
|
474
303
|
|
|
475
304
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
476
305
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
306
|
## [1.222.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.222.1...@next-bricks/presentational-bricks@1.222.2) (2021-10-12)
|
|
482
307
|
|
|
483
|
-
|
|
484
308
|
### Bug Fixes
|
|
485
309
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
310
|
+
- **brick-utils:** 复制成功/失败文案可配置 ([380ac2f](https://github.com/easyops-cn/next-basics/commit/380ac2f4a3ba83ef057b11575b332a59f62d5be8))
|
|
311
|
+
- 耗时构件支持单位样式调整 Closed EVENT-357 ([35c7155](https://github.com/easyops-cn/next-basics/commit/35c715578803bc41dee4e6a156c09905b5596273))
|
|
492
312
|
|
|
493
313
|
## [1.222.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.222.0...@next-bricks/presentational-bricks@1.222.1) (2021-10-04)
|
|
494
314
|
|
|
495
|
-
|
|
496
315
|
### Bug Fixes
|
|
497
316
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
317
|
+
- **modal-confirm:** fix contentBrick bug ([9c63cb1](https://github.com/easyops-cn/next-basics/commit/9c63cb17061e53d712a7f68fc94ff73c3070d33c))
|
|
503
318
|
|
|
504
319
|
# [1.222.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.221.2...@next-bricks/presentational-bricks@1.222.0) (2021-10-03)
|
|
505
320
|
|
|
506
|
-
|
|
507
321
|
### Features
|
|
508
322
|
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
323
|
+
- **modal-confirm:** add contentBrick ([a4939b8](https://github.com/easyops-cn/next-basics/commit/a4939b831d402891cdde441669cd0313904a92e7))
|
|
514
324
|
|
|
515
325
|
## [1.221.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.221.1...@next-bricks/presentational-bricks@1.221.2) (2021-10-02)
|
|
516
326
|
|
|
517
|
-
|
|
518
327
|
### Bug Fixes
|
|
519
328
|
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
329
|
+
- 下拉菜单添加禁用属性,内容高度控制属性 Closed SERVICE_OBSERVE-407 ([4fae6a0](https://github.com/easyops-cn/next-basics/commit/4fae6a06e2b138f0d428870be75b65c89c2e30db))
|
|
525
330
|
|
|
526
331
|
## [1.221.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.221.0...@next-bricks/presentational-bricks@1.221.1) (2021-09-28)
|
|
527
332
|
|
|
528
|
-
|
|
529
333
|
### Bug Fixes
|
|
530
334
|
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
335
|
+
- 统分割线 bug Closed SERVICE_OBSERVE-538 ([f3cda1f](https://github.com/easyops-cn/next-basics/commit/f3cda1f9a86a2774714bbe7b130639f512fff03c))
|
|
536
336
|
|
|
537
337
|
# [1.221.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.220.1...@next-bricks/presentational-bricks@1.221.0) (2021-09-28)
|
|
538
338
|
|
|
539
|
-
|
|
540
339
|
### Features
|
|
541
340
|
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
341
|
+
- **BrickUser:** add iconMargin prop and change the default margin right from 3px to 8px ([2085a04](https://github.com/easyops-cn/next-basics/commit/2085a04b25d6a7789cd7010bf9ba6dea1f96b282))
|
|
547
342
|
|
|
548
343
|
## [1.220.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.220.0...@next-bricks/presentational-bricks@1.220.1) (2021-09-26)
|
|
549
344
|
|
|
550
|
-
|
|
551
345
|
### Bug Fixes
|
|
552
346
|
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
347
|
+
- 统隐藏线问题修复 Closed SERVICE_OBSERVE-538 ([00bc6ef](https://github.com/easyops-cn/next-basics/commit/00bc6efdbe09a1c2feb6794e9a560dcae1238634))
|
|
558
348
|
|
|
559
349
|
# [1.220.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.219.1...@next-bricks/presentational-bricks@1.220.0) (2021-09-26)
|
|
560
350
|
|
|
561
|
-
|
|
562
351
|
### Features
|
|
563
352
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
353
|
+
- update dependencies and yarn.lock ([410d132](https://github.com/easyops-cn/next-basics/commit/410d1329081c33cc5a571cf937f0b50eb56129b4))
|
|
569
354
|
|
|
570
355
|
## [1.219.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.219.0...@next-bricks/presentational-bricks@1.219.1) (2021-09-26)
|
|
571
356
|
|