@next-bricks/presentational-bricks 1.237.0 → 1.238.3

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