UNPKG

150 kBMarkdownView Raw
1# [29.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.3.0...v29.4.0) (2021-04-12)
2
3
4### Features
5
6* **GlTooltip:** Add longer delay on show ([6416778](https://gitlab.com/gitlab-org/gitlab-ui/commit/6416778a8e8f062a2f0b306653e52184f5453fcc))
7
8# [29.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.2.1...v29.3.0) (2021-04-09)
9
10
11### Features
12
13* **GlFormSelect:** apply invalid state styles ([91df9e3](https://gitlab.com/gitlab-org/gitlab-ui/commit/91df9e3f3c09d608109295ecfc6d3df6a3e78950))
14
15## [29.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.2.0...v29.2.1) (2021-04-06)
16
17
18### Bug Fixes
19
20* **GlDropdown:** Dropdown icon only fix with textSrOnly ([ddbdd4b](https://gitlab.com/gitlab-org/gitlab-ui/commit/ddbdd4b4a3cae1a1cc7db063afc36f223eaaa52b))
21
22# [29.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.1.1...v29.2.0) (2021-04-02)
23
24
25### Features
26
27* add gl-translate-y-n50 utility class ([81f1dee](https://gitlab.com/gitlab-org/gitlab-ui/commit/81f1deec2059525de4ecefb512a1e7a1b1b8d8cd))
28
29## [29.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.1.0...v29.1.1) (2021-04-02)
30
31
32### Bug Fixes
33
34* **GlForm:** Remove background image icon ([f2f4900](https://gitlab.com/gitlab-org/gitlab-ui/commit/f2f49002a10b8c2b5187364afed589277db94a7e))
35
36# [29.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.0.0...v29.1.0) (2021-03-31)
37
38
39### Features
40
41* **GlDropdown:** Allow custom button text content while still keeping default loading spinner, icon, and dropdown caret ([d34f970](https://gitlab.com/gitlab-org/gitlab-ui/commit/d34f97012e7f49a0e4a1fec5c63a76222fa9511e))
42
43# [29.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.18.2...v29.0.0) (2021-03-31)
44
45
46### Features
47
48* **GlAccordion:** Move props from GlAccordionItem to GlAccordion ([394baff](https://gitlab.com/gitlab-org/gitlab-ui/commit/394baff56b7fefb7054860c319bd225f5979d448))
49* **GlAccordion:** Wrap the accordion trigger button in header element ([dbafc41](https://gitlab.com/gitlab-org/gitlab-ui/commit/dbafc4172872d085eb1eb4add519f235d1938fa9))
50
51
52### BREAKING CHANGES
53
54* **GlAccordion:** this adds a new required property to GlAccordionItem
55
56## [28.18.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.18.1...v28.18.2) (2021-03-31)
57
58
59### Bug Fixes
60
61* **GlAlert:** Migrate dismiss btn to CloseButton ([8968fc1](https://gitlab.com/gitlab-org/gitlab-ui/commit/8968fc1d5ddb13c42f1acce244226aeea764a19e))
62
63## [28.18.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.18.0...v28.18.1) (2021-03-30)
64
65
66### Bug Fixes
67
68* **GlAvatar:** Fix incorrect size property validation logic ([d62e915](https://gitlab.com/gitlab-org/gitlab-ui/commit/d62e91528a1d4d372121b2c1731f85af29a7b23b))
69* **GlForm:** Add invalid styling to form select ([daf8c98](https://gitlab.com/gitlab-org/gitlab-ui/commit/daf8c9837243c1af8568180fdedb60ebc7ecbf46))
70
71# [28.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.17.1...v28.18.0) (2021-03-30)
72
73
74### Features
75
76* **css:** add hover variant for gl-bg-transparent ([2af7b2d](https://gitlab.com/gitlab-org/gitlab-ui/commit/2af7b2dec4d3bd03bd84a3eef401dc61232b1439))
77
78## [28.17.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.17.0...v28.17.1) (2021-03-30)
79
80
81### Bug Fixes
82
83* **GlPopover:** Fix custom triggers not working due to hard-coded triggers ([5889093](https://gitlab.com/gitlab-org/gitlab-ui/commit/58890935d1e1b4cd49f7efd9ab1631a113006ec0))
84
85# [28.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.16.2...v28.17.0) (2021-03-25)
86
87
88### Features
89
90* **GlBanner:** Add ability to add custom actions to the right of button ([2bd5103](https://gitlab.com/gitlab-org/gitlab-ui/commit/2bd510305fb6937f8859df2e8a27e5545f5b10bf))
91
92## [28.16.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.16.1...v28.16.2) (2021-03-25)
93
94
95### Bug Fixes
96
97* **GlModal:** Update modal header background to white ([84f62e4](https://gitlab.com/gitlab-org/gitlab-ui/commit/84f62e499a133bbb3b0baa467aa51c22c3d53cf3))
98
99## [28.16.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.16.0...v28.16.1) (2021-03-25)
100
101
102### Bug Fixes
103
104* **GlAccordion:** Remove incorrect role attributes ([9853a4e](https://gitlab.com/gitlab-org/gitlab-ui/commit/9853a4ebb86413ab494dd210d287e80fa7c5e72f))
105
106# [28.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.15.0...v28.16.0) (2021-03-24)
107
108
109### Features
110
111* **css:** add gl-font-style-normal class ([15e8056](https://gitlab.com/gitlab-org/gitlab-ui/commit/15e80561dda6cf290869e50559e01975a2165c45))
112
113# [28.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.14.0...v28.15.0) (2021-03-23)
114
115
116### Features
117
118* **GlPopover:** Make popover accessible by hover and focus by default ([d4f199a](https://gitlab.com/gitlab-org/gitlab-ui/commit/d4f199a46369abd3e23db8dd9628f305886889ed))
119
120# [28.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.13.1...v28.14.0) (2021-03-23)
121
122
123### Features
124
125* **GlPath:** Allow to append custom content to path items ([f01a502](https://gitlab.com/gitlab-org/gitlab-ui/commit/f01a5029d288dafc0eaa2652a8ffe050cd6f3320))
126
127## [28.13.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.13.0...v28.13.1) (2021-03-23)
128
129
130### Bug Fixes
131
132* Make accessibility improvements to components ([dc6246d](https://gitlab.com/gitlab-org/gitlab-ui/commit/dc6246d121e7be9b97953ed506347bd6db3b276c))
133
134# [28.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.12.1...v28.13.0) (2021-03-21)
135
136
137### Features
138
139* Add utility class for break-word ([0bcc4c2](https://gitlab.com/gitlab-org/gitlab-ui/commit/0bcc4c2237677c02ea0e8631f732f04570c862b7))
140
141## [28.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.12.0...v28.12.1) (2021-03-18)
142
143
144### Bug Fixes
145
146* **GlButton:** Adjust right padding for small dropdown icon only button ([8ff2a8b](https://gitlab.com/gitlab-org/gitlab-ui/commit/8ff2a8b236fac6ebd3db9a79d990d3b6c40fe876))
147
148# [28.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.3...v28.12.0) (2021-03-18)
149
150
151### Features
152
153* **css:** gl-pl-11-5 utility class ([d7d6535](https://gitlab.com/gitlab-org/gitlab-ui/commit/d7d653592ba32ea17a748fd4f1c1d531d1acb95d))
154
155## [28.11.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.2...v28.11.3) (2021-03-18)
156
157
158### Bug Fixes
159
160* **GlButton:** Default all dropdown button icon sizes to 16 ([bc33d94](https://gitlab.com/gitlab-org/gitlab-ui/commit/bc33d94bac9978fc26c039d501fff95b65cf01b8))
161
162## [28.11.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.1...v28.11.2) (2021-03-17)
163
164
165### Bug Fixes
166
167* **empty-states:** Remove deprecated button variant and fix spacing ([df6f321](https://gitlab.com/gitlab-org/gitlab-ui/commit/df6f321b3759eb1cc24d20154666b9cb0c679ab5))
168
169## [28.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.0...v28.11.1) (2021-03-17)
170
171
172### Bug Fixes
173
174* **dropdown:** Add deprecation notice to button variants ([ccd2157](https://gitlab.com/gitlab-org/gitlab-ui/commit/ccd215786010dacb803d61fd79c8524a650633ff))
175
176# [28.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.10.0...v28.11.0) (2021-03-16)
177
178
179### Features
180
181* **css:** gl-pl-11 utility class ([b4f5cf3](https://gitlab.com/gitlab-org/gitlab-ui/commit/b4f5cf3da51770c03282290219ca28eb7fbcd143))
182
183# [28.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.9.1...v28.10.0) (2021-03-15)
184
185
186### Features
187
188* **GlEmptyState:** allow only secondary button ([e10d1fb](https://gitlab.com/gitlab-org/gitlab-ui/commit/e10d1fb39d12c27bcb2196992884b96600fd9639))
189
190## [28.9.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.9.0...v28.9.1) (2021-03-11)
191
192
193### Bug Fixes
194
195* **GlButton:** Fix non-hidden caret with no-caret dropdown button ([8daf56d](https://gitlab.com/gitlab-org/gitlab-ui/commit/8daf56db960326fcd490c4590254f37529a471fd))
196
197# [28.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.8.0...v28.9.0) (2021-03-10)
198
199
200### Features
201
202* **css:** add md variant of display-inline-block ([83c27c0](https://gitlab.com/gitlab-org/gitlab-ui/commit/83c27c09ecb08e5f5e7a082c371e2a71f293437a))
203
204# [28.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.7.0...v28.8.0) (2021-03-09)
205
206
207### Features
208
209* **GlDaterangePicker:** Expose datepicker props and events ([772d1ad](https://gitlab.com/gitlab-org/gitlab-ui/commit/772d1ad130a5cd650847bf299635a52afa09cd11))
210
211# [28.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.6.0...v28.7.0) (2021-03-09)
212
213
214### Features
215
216* **css:** Add gl-focus-outline-none utility class ([2913030](https://gitlab.com/gitlab-org/gitlab-ui/commit/29130302099477745b3bce050a4a1e07a1a3e8d7))
217
218# [28.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.5.0...v28.6.0) (2021-03-08)
219
220
221### Features
222
223* Add float alignment utilities ([541cb7f](https://gitlab.com/gitlab-org/gitlab-ui/commit/541cb7fcbc61ca8cdeea0317baf902b91ea384d8))
224
225# [28.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.4.0...v28.5.0) (2021-03-08)
226
227
228### Features
229
230* **css:** add additional md and lg margins ([ef4192d](https://gitlab.com/gitlab-org/gitlab-ui/commit/ef4192dd252b4fe7a808674c90853d2366f43fa5))
231
232# [28.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.3.0...v28.4.0) (2021-03-08)
233
234
235### Features
236
237* **Button:** Prevent text underline ([52aa80f](https://gitlab.com/gitlab-org/gitlab-ui/commit/52aa80fc81cd44dd0d93dab05cc612a018d0a11b))
238
239# [28.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.2.0...v28.3.0) (2021-03-05)
240
241
242### Features
243
244* **GlIcon:** update validator for deprecated icons sizes ([3c6e65b](https://gitlab.com/gitlab-org/gitlab-ui/commit/3c6e65bc60cadd7778988c13e73f77c27f6856f9))
245
246# [28.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.1.0...v28.2.0) (2021-03-05)
247
248
249### Features
250
251* **css:** Add gl-sm-display-inline-block class ([730e11f](https://gitlab.com/gitlab-org/gitlab-ui/commit/730e11fc2ca4d62e69b2475c5d7c94d61ec0e2cc))
252
253# [28.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.0.0...v28.1.0) (2021-03-03)
254
255
256### Features
257
258* **css:** Add gl-flex-fill-2 ([fe44017](https://gitlab.com/gitlab-org/gitlab-ui/commit/fe44017304f323bd2a4a981d554717331c82f466))
259
260# [28.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.15.0...v28.0.0) (2021-03-02)
261
262
263### Bug Fixes
264
265* **GlFormCheckbox:** Show pointer cursor on hover ([dd1f45a](https://gitlab.com/gitlab-org/gitlab-ui/commit/dd1f45aadd9e0a540e14a2c0bd2e39b709361508))
266* **GlFormCheckboxTree:** Increase indentation to better align checkbox ([1e4e301](https://gitlab.com/gitlab-org/gitlab-ui/commit/1e4e301950c8609655b48378e4552202ecad12ec))
267
268
269### Features
270
271* **GlFormCheckbox:** Style checkboxes according to design ([ec54f68](https://gitlab.com/gitlab-org/gitlab-ui/commit/ec54f68fcda42481bd8f967026644d4bb2676a75))
272* **GlFormRadio:** Style custom radio boxes and improve text spacing ([874260f](https://gitlab.com/gitlab-org/gitlab-ui/commit/874260f5bed2bda705a31ab547fd7f95864ea251))
273
274
275### BREAKING CHANGES
276
277* **GlFormRadio:** updates gitlab-ui radio box elements to utilize some
278of the same stylings as the checkboxes taking advantage of bootstrap's
279styled radio implementation, with alternations made to conform to the
280UI kit design including colors, hover states, and other enhancements
281* **GlFormCheckbox:** updates gitlab-ui checkboxes to utilize bootstrap's
282styled checkbox implementation, with alternations made to conform to
283the UI kit design including colors, hover states, and other
284enhancements
285
286# [27.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.14.0...v27.15.0) (2021-03-01)
287
288
289### Features
290
291* **GlPopover:** Update popover max-width to match Figma specs ([c4cfb42](https://gitlab.com/gitlab-org/gitlab-ui/commit/c4cfb4212d3f587f855bd4de522ca8e6afa055dd))
292
293# [27.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.13.1...v27.14.0) (2021-02-25)
294
295
296### Features
297
298* **css:** Add gl-mt-11 ([8c94546](https://gitlab.com/gitlab-org/gitlab-ui/commit/8c9454616d51be4166c3078370cae8a3cb9c8dcd))
299
300
301### Reverts
302
303* temporarily revert the update for icon sizes ([5d09680](https://gitlab.com/gitlab-org/gitlab-ui/commit/5d0968075198d6d19c262e9603946208be7fc769))
304
305## [27.13.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.13.0...v27.13.1) (2021-02-24)
306
307
308### Bug Fixes
309
310* **GlFormInputGroup:** Migrate GlDeprecatedDropdown to GlDropdown ([4950fef](https://gitlab.com/gitlab-org/gitlab-ui/commit/4950feff8442c5c44ce8b3f68a73b1695fdf800c))
311
312# [27.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.12.2...v27.13.0) (2021-02-24)
313
314
315### Features
316
317* **css:** Add gl-md-w-auto ([93bb29a](https://gitlab.com/gitlab-org/gitlab-ui/commit/93bb29a09c036ce2ac6101494cdd083ea70b47a7))
318
319## [27.12.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.12.1...v27.12.2) (2021-02-24)
320
321
322### Bug Fixes
323
324* ensure labels are not underlined in gl-alerts ([c2740b5](https://gitlab.com/gitlab-org/gitlab-ui/commit/c2740b51570b20ea7e444b7e48a51f6fb7e995a1))
325
326## [27.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.12.0...v27.12.1) (2021-02-23)
327
328
329### Bug Fixes
330
331* **banner:** Remove deprecated info button variant in favor of confirm ([5e5c1e9](https://gitlab.com/gitlab-org/gitlab-ui/commit/5e5c1e95dd42f29cc72a83cdac09c30ec1cd217c))
332
333# [27.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.11.0...v27.12.0) (2021-02-23)
334
335
336### Features
337
338* **GlAlert:** Add sticky property ([edb326f](https://gitlab.com/gitlab-org/gitlab-ui/commit/edb326f10c792dfaba460164553c86cb7e76be4c))
339
340# [27.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.10.0...v27.11.0) (2021-02-23)
341
342
343### Features
344
345* **css:** gl-pl-8 utility class ([53799fc](https://gitlab.com/gitlab-org/gitlab-ui/commit/53799fc313a2a84ca2c6cee3f1237c738b0ab4e7))
346
347# [27.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.9.1...v27.10.0) (2021-02-22)
348
349
350### Features
351
352* **GlFilteredSearch:** Add OR multi-select capability ([d85e072](https://gitlab.com/gitlab-org/gitlab-ui/commit/d85e07275ee9dcd139c2483eb23e324de77df068))
353
354## [27.9.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.9.0...v27.9.1) (2021-02-22)
355
356
357### Bug Fixes
358
359* **alert:** Remove deprecated info button variant in favor of confirm ([7871f7c](https://gitlab.com/gitlab-org/gitlab-ui/commit/7871f7c9c720605097a0693a4c60774a091cf27f))
360* **modal:** Remove depreacted button variants from modals ([71cb98d](https://gitlab.com/gitlab-org/gitlab-ui/commit/71cb98d15b91608f6b1f2e04ea3fd9eef0c0c886))
361
362# [27.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.8.1...v27.9.0) (2021-02-19)
363
364
365### Features
366
367* **css:** gl-order-n1 utility class ([1e5e637](https://gitlab.com/gitlab-org/gitlab-ui/commit/1e5e6371a122c9c83d0f20c87e2c916655285c86))
368
369## [27.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.8.0...v27.8.1) (2021-02-19)
370
371
372### Bug Fixes
373
374* **FriendlyWrap:** Gracefully handle nullish text ([39f5d1d](https://gitlab.com/gitlab-org/gitlab-ui/commit/39f5d1db596330ab0cd62c35c679d9442d456a16))
375* correcting spacing for top dropdown ([9238e27](https://gitlab.com/gitlab-org/gitlab-ui/commit/9238e27ab6de08f93383f37e1f848f50eb2f0234))
376
377# [27.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.7.1...v27.8.0) (2021-02-19)
378
379
380### Features
381
382* **GlSingleStat:** allow unit prop to accept string or number ([52dbd6f](https://gitlab.com/gitlab-org/gitlab-ui/commit/52dbd6fb8152075ece2fd9a868c3dc065a588787))
383
384## [27.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.7.0...v27.7.1) (2021-02-17)
385
386
387### Bug Fixes
388
389* **GlSingleStat:** Update component examples ([eac46db](https://gitlab.com/gitlab-org/gitlab-ui/commit/eac46dbc3c35909863bb817bcab57402875563c9))
390
391# [27.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.6.1...v27.7.0) (2021-02-16)
392
393
394### Features
395
396* add util class for 100vw max width ([e2fc649](https://gitlab.com/gitlab-org/gitlab-ui/commit/e2fc6496949cf38dc8510efdf02484f308e172e1))
397
398## [27.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.6.0...v27.6.1) (2021-02-12)
399
400
401### Bug Fixes
402
403* set color for .gl-avatar-labeled ([e0c8b80](https://gitlab.com/gitlab-org/gitlab-ui/commit/e0c8b8071ffe0e9896e8b466f98fcaa83e74b6a6))
404
405# [27.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.5.0...v27.6.0) (2021-02-11)
406
407
408### Features
409
410* **css:** Add gl-text-blue-200 utility class ([269ec74](https://gitlab.com/gitlab-org/gitlab-ui/commit/269ec74e44b36a72eae2f90debc269534fbdaf99))
411
412# [27.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.7...v27.5.0) (2021-02-11)
413
414
415### Features
416
417* **GlTokenSelector:** Add new CSS props and dropdown slot ([8a5deff](https://gitlab.com/gitlab-org/gitlab-ui/commit/8a5defff847f71daceba5bcc42543e07246375d0))
418
419## [27.4.7](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.6...v27.4.7) (2021-02-09)
420
421
422### Bug Fixes
423
424* **GlDropdown:** Add space between split dropdown for btn-confirm ([5bc8823](https://gitlab.com/gitlab-org/gitlab-ui/commit/5bc8823cf035fb4790d2d6e1d17a3b366de43452))
425* **GlDropdown:** Match chevron color and fix disabled spacing ([69d5b44](https://gitlab.com/gitlab-org/gitlab-ui/commit/69d5b446d58bc2d31300b6f10f7d6615ef7c2496))
426* **GlDropdown:** Update split dropdown chevron to match border-color ([3438c83](https://gitlab.com/gitlab-org/gitlab-ui/commit/3438c83b81860230a983d920b95dc4a9901bcec0))
427
428## [27.4.6](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.5...v27.4.6) (2021-02-05)
429
430
431### Bug Fixes
432
433* **GlPopover:** Pass through popover manual events ([3bd7635](https://gitlab.com/gitlab-org/gitlab-ui/commit/3bd7635ee1600f47cdfd7cf958b0e499c73fb427))
434
435## [27.4.5](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.4...v27.4.5) (2021-02-05)
436
437
438### Bug Fixes
439
440* **GlChart:** Upgrade to echarts 4.9.0 ([1a832ed](https://gitlab.com/gitlab-org/gitlab-ui/commit/1a832ed73d8db84220f4348b1c299acb78c1986d))
441
442## [27.4.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.3...v27.4.4) (2021-02-05)
443
444
445### Bug Fixes
446
447* **GlSearchBoxByType:** fix overlapping clear button and loading icon ([b72c70e](https://gitlab.com/gitlab-org/gitlab-ui/commit/b72c70ec62d96b7ccaf4c2ddfade457da079292c))
448
449## [27.4.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.2...v27.4.3) (2021-02-04)
450
451
452### Reverts
453
454* feat(GlFormGroup): Add validation states and style text ([15e9c17](https://gitlab.com/gitlab-org/gitlab-ui/commit/15e9c17724049fdf26acb11abc67ff5d87cb1cb5))
455
456## [27.4.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.1...v27.4.2) (2021-02-04)
457
458
459### Bug Fixes
460
461* **GlDropdown:** Uncenter dropdown item check ([88fe7e6](https://gitlab.com/gitlab-org/gitlab-ui/commit/88fe7e619041e801751a08658ec6c181f8f57a48))
462
463## [27.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.0...v27.4.1) (2021-02-03)
464
465
466### Bug Fixes
467
468* **GlToggle:** Make toggle accessible ([ba894e3](https://gitlab.com/gitlab-org/gitlab-ui/commit/ba894e38dc5a5540e43f5e83da4becc3b89e3e36))
469
470# [27.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.3.0...v27.4.0) (2021-02-02)
471
472
473### Features
474
475* **GlAlert:** create opt-in for content max-width ([5247500](https://gitlab.com/gitlab-org/gitlab-ui/commit/5247500e986cff992a46c549aa55cd7a093163f1))
476
477# [27.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.2.0...v27.3.0) (2021-02-02)
478
479
480### Features
481
482* **GlFormGroup:** Add validation states and style text ([8791369](https://gitlab.com/gitlab-org/gitlab-ui/commit/8791369cdf2800ebcbbf7cc70a22e3ca5d89061e))
483
484# [27.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.5...v27.2.0) (2021-02-02)
485
486
487### Features
488
489* **GlAvatarLabeled:** Add optional label & sublabel links ([805ab02](https://gitlab.com/gitlab-org/gitlab-ui/commit/805ab02754194eca70be683ec26f42d752e6e882))
490
491## [27.1.5](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.4...v27.1.5) (2021-02-01)
492
493
494### Bug Fixes
495
496* Fix gl-md-mt-0 utility mixin ([a9710a3](https://gitlab.com/gitlab-org/gitlab-ui/commit/a9710a3d172acc3809c21aa0cbeeb9ec4c90afe7))
497
498## [27.1.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.3...v27.1.4) (2021-01-29)
499
500
501### Bug Fixes
502
503* **GlTabs:** Fix tab with counter badges height ([40bc958](https://gitlab.com/gitlab-org/gitlab-ui/commit/40bc958fdf990a932ac5a9f352fd8d397f0ca72e))
504
505## [27.1.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.2...v27.1.3) (2021-01-28)
506
507
508### Bug Fixes
509
510* **GlDropdown:** adjust spacing to match design specs ([d71fe91](https://gitlab.com/gitlab-org/gitlab-ui/commit/d71fe91ecb5b1c4aceed2be87ba7999056b05289))
511
512## [27.1.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.1...v27.1.2) (2021-01-28)
513
514
515### Bug Fixes
516
517* **Chart:** Wait Tick Before Initializing Chart ([856836e](https://gitlab.com/gitlab-org/gitlab-ui/commit/856836e9469c4c959bd8c5bece4541b179263983))
518
519## [27.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.0...v27.1.1) (2021-01-26)
520
521
522### Performance Improvements
523
524* Improve splitAfterSymbols ([84fe3ce](https://gitlab.com/gitlab-org/gitlab-ui/commit/84fe3cef20e196d23c4a3c2d9b5afa0429f86901))
525* Make FriendlyWrap a functional component ([9d7a86d](https://gitlab.com/gitlab-org/gitlab-ui/commit/9d7a86d59cc82434be314015c02b3df1d46f0c4a))
526
527# [27.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.0.0...v27.1.0) (2021-01-26)
528
529
530### Features
531
532* **css:** add gl-w-30p utility ([299402b](https://gitlab.com/gitlab-org/gitlab-ui/commit/299402bd8b0990c95e0a56df437122b94ffb822c))
533
534# [27.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.4.0...v27.0.0) (2021-01-25)
535
536
537### Bug Fixes
538
539* **css:** rename display mixins to match naming conventions ([2513af8](https://gitlab.com/gitlab-org/gitlab-ui/commit/2513af850b7b5aefca64be6f2026f81fc9ee3c8e))
540
541
542### BREAKING CHANGES
543
544* **css:** This renames responsive display CSS mixins to adhere to
545GitLab UI's naming conventions. Any project that uses one of those
546mixins, or their corresponding utility classes will have to proceed to
547the following replacements:
548
549* `gl-display-sm-none` -> `gl-sm-display-none`
550* `gl-display-md-none` -> `gl-md-display-none`
551* `gl-display-lg-none` -> `gl-lg-display-none`
552* `gl-display-sm-flex` -> `gl-sm-display-flex`
553* `gl-display-md-flex` -> `gl-md-display-flex`
554* `gl-display-lg-flex` -> `gl-lg-display-flex`
555* `gl-display-sm-inline-flex` -> `gl-sm-display-inline-flex`
556* `gl-display-lg-inline-flex` -> `gl-lg-display-inline-flex`
557* `gl-display-sm-block` -> `gl-sm-display-block`
558* `gl-display-md-block` -> `gl-md-display-block`
559* `gl-display-lg-block` -> `gl-lg-display-block`
560* `gl-display-lg-inline-block` -> `gl-lg-display-inline-block`
561* `gl-display-lg-table-cell` -> `gl-lg-display-table-cell`
562
563# [26.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.3.0...v26.4.0) (2021-01-25)
564
565
566### Features
567
568* **css:** Add gl-table-layout-fixed class ([e67f25a](https://gitlab.com/gitlab-org/gitlab-ui/commit/e67f25a64313f2eb0ecf8050e7971b5a4adcc3b6))
569
570# [26.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.2.0...v26.3.0) (2021-01-22)
571
572
573### Features
574
575* **css:** add gl-ml-n4 and gl-mr-n4 ([6a600d3](https://gitlab.com/gitlab-org/gitlab-ui/commit/6a600d3e76fc483910e1a292855100d4ca919ab7))
576
577# [26.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.1.0...v26.2.0) (2021-01-22)
578
579
580### Features
581
582* **GlTokenSelector:** Add `textInputAttrs` prop ([063f872](https://gitlab.com/gitlab-org/gitlab-ui/commit/063f872d7fbf936fe368a9b873ef994cd017732f))
583
584# [26.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.0.0...v26.1.0) (2021-01-21)
585
586
587### Features
588
589* **css:** Add gl-lg-ml-2 ([62313a6](https://gitlab.com/gitlab-org/gitlab-ui/commit/62313a603c2e9d682ad73a9d608cccc17bfd767f))
590
591# [26.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.12.2...v26.0.0) (2021-01-20)
592
593
594### Bug Fixes
595
596* **GlAccordionItem:** properly resolve collapse directive ([10eb214](https://gitlab.com/gitlab-org/gitlab-ui/commit/10eb21486e7a859a05290c6488f40d1873c00efc))
597
598
599### Features
600
601* **GlSingleStat:** Restyle and enhance component ([4917aa4](https://gitlab.com/gitlab-org/gitlab-ui/commit/4917aa49728edb3c98990e92be68361ad49c414f))
602
603
604### BREAKING CHANGES
605
606* **GlSingleStat:** Update component API
607
608The component is being restyled from the ground up.
609Additional props are being exposed via the component
610API in order to display additional functionality.
611
612## [25.12.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.12.1...v25.12.2) (2021-01-20)
613
614
615### Bug Fixes
616
617* **GlModal:** Update gl-modal to design guidelines ([46f7239](https://gitlab.com/gitlab-org/gitlab-ui/commit/46f7239ced60eb605fcb3a4f5e349413f2ce6a25))
618
619## [25.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.12.0...v25.12.1) (2021-01-19)
620
621
622### Bug Fixes
623
624* **Chart:** Revert Wait Tick For Charts ([525ade2](https://gitlab.com/gitlab-org/gitlab-ui/commit/525ade26afbe94e8dbcd6d445e86a41c3c12dd5d))
625
626# [25.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.11.4...v25.12.0) (2021-01-19)
627
628
629### Features
630
631* **css:** Add gl-max-h-full class ([37d2c2c](https://gitlab.com/gitlab-org/gitlab-ui/commit/37d2c2c527b7a0d08b83d65d7a4ebf18fb533b15))
632
633## [25.11.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.11.3...v25.11.4) (2021-01-18)
634
635
636### Bug Fixes
637
638* **Chart:** Wait Tick Before Initializing Chart ([ab7b953](https://gitlab.com/gitlab-org/gitlab-ui/commit/ab7b95310dc6b44817596af74304792e69e04b9c))
639
640## [25.11.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.11.2...v25.11.3) (2021-01-14)
641
642
643### Bug Fixes
644
645* **GlButton:** Display deprecated button variants in examples ([c1cec43](https://gitlab.com/gitlab-org/gitlab-ui/commit/c1cec43d38f77733a66b706f0c00a8f952e1d089))
646
647## [25.11.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.11.1...v25.11.2) (2021-01-14)
648
649
650### Bug Fixes
651
652* **css:** Correct the form group help text color ([54e9228](https://gitlab.com/gitlab-org/gitlab-ui/commit/54e92281e63a3c6f179229517a02db02174d388f))
653
654## [25.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.11.0...v25.11.1) (2021-01-14)
655
656
657### Bug Fixes
658
659* **docs:** add missing single quote ([896065f](https://gitlab.com/gitlab-org/gitlab-ui/commit/896065ff2cbc466e5772eb21e1249283ddea1940))
660
661# [25.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.10.0...v25.11.0) (2021-01-14)
662
663
664### Features
665
666* **css:** Add gl-lg-mr-2 lg-flex and gl-lg-mx-2 ([c287106](https://gitlab.com/gitlab-org/gitlab-ui/commit/c2871067de538cf27052090b81ddfb2c614b186c))
667
668# [25.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.9.0...v25.10.0) (2021-01-13)
669
670
671### Features
672
673* **Button:** Adding affirm button variant ([66ae035](https://gitlab.com/gitlab-org/gitlab-ui/commit/66ae035993185e8d79f63261f0eb970e99c39a6f))
674
675# [25.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.8.0...v25.9.0) (2021-01-13)
676
677
678### Features
679
680* **GlDropdown:** Add header and footer slots to GlDropdown ([c78ac7c](https://gitlab.com/gitlab-org/gitlab-ui/commit/c78ac7cb471b1cb65ea53cbe167a6a430ff74795))
681
682# [25.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.7.3...v25.8.0) (2021-01-11)
683
684
685### Features
686
687* **css:** add gl-border-gray-50 & gl-w-90p utility mixins ([4cdf421](https://gitlab.com/gitlab-org/gitlab-ui/commit/4cdf4219d561e22c8bd66f155be0025692e72379))
688
689## [25.7.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.7.2...v25.7.3) (2021-01-11)
690
691
692### Bug Fixes
693
694* **Modal:** Autofocus close button, if it is the only focusable element ([daeb209](https://gitlab.com/gitlab-org/gitlab-ui/commit/daeb209a90c4973dcfa3c9c24851b70c3818b7fa))
695
696## [25.7.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.7.1...v25.7.2) (2021-01-10)
697
698
699### Bug Fixes
700
701* **GlModal:** use GitLab SVGs' close icon ([3c707b5](https://gitlab.com/gitlab-org/gitlab-ui/commit/3c707b588bf61e86c62b17cd06a70bd42acf6330))
702
703## [25.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.7.0...v25.7.1) (2021-01-08)
704
705
706### Bug Fixes
707
708* **GlEmptyState:** Make empty state illustration decorative ([8bab39a](https://gitlab.com/gitlab-org/gitlab-ui/commit/8bab39a09022514d57665a229deeaecaf602ea79))
709
710# [25.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.6.0...v25.7.0) (2021-01-08)
711
712
713### Features
714
715* **css:** add gl-md-display-inline-flex utility class ([c0a302f](https://gitlab.com/gitlab-org/gitlab-ui/commit/c0a302f49fb64c3b7b53f3a339354d956fee6f50))
716
717# [25.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.5.0...v25.6.0) (2021-01-07)
718
719
720### Features
721
722* **Focus:** Create inset focus ring for clipped components ([d3935cc](https://gitlab.com/gitlab-org/gitlab-ui/commit/d3935cc5eef642393e8dd74c13cab7f3af8a679c))
723
724# [25.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.4.0...v25.5.0) (2021-01-06)
725
726
727### Features
728
729* **css:** Add transparent stroke utility ([5873e81](https://gitlab.com/gitlab-org/gitlab-ui/commit/5873e81faa7df12d6a532ac3fa0b9546fec5231f))
730
731# [25.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.3.1...v25.4.0) (2021-01-05)
732
733
734### Features
735
736* **focus:** Initial update to focus state ([7e3ba9f](https://gitlab.com/gitlab-org/gitlab-ui/commit/7e3ba9f673e9db625dade25098d36d5ddcf07712))
737
738## [25.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.3.0...v25.3.1) (2021-01-05)
739
740
741### Bug Fixes
742
743* **GlButton:** Use multiply for tertiary button ([c7b11e0](https://gitlab.com/gitlab-org/gitlab-ui/commit/c7b11e0da506cd74cfef314f9f464598f83eae44))
744
745
746### Reverts
747
748* **GlAlert:** alert template changes ([b75c897](https://gitlab.com/gitlab-org/gitlab-ui/commit/b75c8970e72f3d6c7df64c3133c398ff6b3db74e))
749
750# [25.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.2.1...v25.3.0) (2021-01-05)
751
752
753### Features
754
755* **GlTabs:** add action buttons prop ([fccb2e6](https://gitlab.com/gitlab-org/gitlab-ui/commit/fccb2e607aa83fc6aae4c6ae91106d773e752bde))
756
757## [25.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.2.0...v25.2.1) (2020-12-30)
758
759
760### Bug Fixes
761
762* **GlDrawer:** Use GlButton for drawer close ([bb05667](https://gitlab.com/gitlab-org/gitlab-ui/commit/bb05667e23cf0c13a06086b0b044b63bc19819c7))
763
764# [25.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.1.1...v25.2.0) (2020-12-30)
765
766
767### Features
768
769* **Banner:** Use GlButton for banner close ([c766a93](https://gitlab.com/gitlab-org/gitlab-ui/commit/c766a9331db9c8eb5d65696a9c6af4b74ead3bf2))
770
771## [25.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.1.0...v25.1.1) (2020-12-29)
772
773
774### Bug Fixes
775
776* Use GlButton for clear button template ([d77f56c](https://gitlab.com/gitlab-org/gitlab-ui/commit/d77f56cfb6948b7795279ccd31743c6453dbc8cb))
777
778# [25.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.0.1...v25.1.0) (2020-12-28)
779
780
781### Features
782
783* **GlAlert:** Adding capability to have error variant ([f0ab708](https://gitlab.com/gitlab-org/gitlab-ui/commit/f0ab708f45740addf0b9340c0dc5777efc367097))
784
785## [25.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.0.0...v25.0.1) (2020-12-23)
786
787
788### Bug Fixes
789
790* **GlFormSelect:** stop text overflowing into right icon ([f79cfd1](https://gitlab.com/gitlab-org/gitlab-ui/commit/f79cfd1b41bd097fee118002b961d609cb2f2b72))
791
792# [25.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.11.1...v25.0.0) (2020-12-23)
793
794
795### Features
796
797* **GlDeprecatedButton:** remove GlDeprecatedButton component ([d9105e7](https://gitlab.com/gitlab-org/gitlab-ui/commit/d9105e78323692ed37e3ac8ca123a77e36a99178))
798
799
800### BREAKING CHANGES
801
802* **GlDeprecatedButton:** This removes the GlDeprecatedButton component. Please
803use GlButton instead.
804
805## [24.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.11.0...v24.11.1) (2020-12-21)
806
807
808### Bug Fixes
809
810* **GlTooltip:** Fix tooltip hide/show animation ([4b06996](https://gitlab.com/gitlab-org/gitlab-ui/commit/4b069969466b0a156813a3c4bfb4fbde05418784))
811
812# [24.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.10.0...v24.11.0) (2020-12-21)
813
814
815### Features
816
817* **GlAccordion:** Add GlAccordion component ([6a095ac](https://gitlab.com/gitlab-org/gitlab-ui/commit/6a095ac401c00248459b637855f3f627bde93f98))
818
819# [24.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.9.0...v24.10.0) (2020-12-17)
820
821
822### Features
823
824* add 85% util class to sizing.scss ([a894c5b](https://gitlab.com/gitlab-org/gitlab-ui/commit/a894c5b5ed93d370cfe4307f62c276724889f988))
825
826# [24.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.8.1...v24.9.0) (2020-12-16)
827
828
829### Bug Fixes
830
831* **GlFormSelect:** make GlFormSelect Pajamas compliant ([81632d6](https://gitlab.com/gitlab-org/gitlab-ui/commit/81632d69916cbc38bd5d485dc5dba459057b8336))
832
833
834### Features
835
836* **GlSprintf:** Allow custom start/end placeholders ([5b5d4db](https://gitlab.com/gitlab-org/gitlab-ui/commit/5b5d4db8a4fa436832b9fa77df24a0e3baf5ebc0))
837
838## [24.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.8.0...v24.8.1) (2020-12-15)
839
840
841### Bug Fixes
842
843* **GlTooltip:** Override bootstraps lowered opacity tooltip style ([60680a5](https://gitlab.com/gitlab-org/gitlab-ui/commit/60680a5131cb4ba635956d9d7fc5cd59f1a37411))
844
845# [24.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.7.0...v24.8.0) (2020-12-15)
846
847
848### Features
849
850* **GlTokenSelector:** add support for custom classes ([b8a4e00](https://gitlab.com/gitlab-org/gitlab-ui/commit/b8a4e0022d29124389e84d0d5c0c0ae4af898de1))
851
852# [24.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.6.0...v24.7.0) (2020-12-10)
853
854
855### Features
856
857* **css:** Add additional percentage width utility classes ([e587002](https://gitlab.com/gitlab-org/gitlab-ui/commit/e5870021425f94393da29cb31617d63687af269b))
858
859# [24.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.5.0...v24.6.0) (2020-12-09)
860
861
862### Features
863
864* **GlSorting:** add CSS class related props ([04fba11](https://gitlab.com/gitlab-org/gitlab-ui/commit/04fba113951d49048390dfac04a9850c72239af7))
865
866# [24.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.4.0...v24.5.0) (2020-12-04)
867
868
869### Features
870
871* adding new width variable ([7a97e6a](https://gitlab.com/gitlab-org/gitlab-ui/commit/7a97e6a1251f743208069538f67664900a5a3117))
872
873# [24.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.3.3...v24.4.0) (2020-12-03)
874
875
876### Features
877
878* **css:** Add opacity 0 ([2f7f1be](https://gitlab.com/gitlab-org/gitlab-ui/commit/2f7f1be28ea5245bce6e71805ba9e341c370b28e))
879
880## [24.3.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.3.2...v24.3.3) (2020-12-03)
881
882
883### Bug Fixes
884
885* **GlPopover:** Update popover styles based on designs ([1d47eeb](https://gitlab.com/gitlab-org/gitlab-ui/commit/1d47eebe7091f43baa641477aa0ded3d116b96cc))
886
887## [24.3.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.3.1...v24.3.2) (2020-11-30)
888
889
890### Bug Fixes
891
892* Add focus state to toggle and clear icon button ([24a359a](https://gitlab.com/gitlab-org/gitlab-ui/commit/24a359ab436e204cc978a6b8979bdba079939248))
893
894## [24.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.3.0...v24.3.1) (2020-11-30)
895
896
897### Bug Fixes
898
899* **GlDropdown:** Set default category to primary ([d43328c](https://gitlab.com/gitlab-org/gitlab-ui/commit/d43328c3d5ebf327a1b4be04e074b5d0be405812)), closes [/gitlab.com/gitlab-org/gitlab-ui/-/blob/v24.3.0/src/components/base/dropdown/dropdown.vue#L65](https://gitlab.com//gitlab.com/gitlab-org/gitlab-ui/-/blob/v24.3.0/src/components/base/dropdown/dropdown.vue/issues/L65) [/gitlab.com/gitlab-org/gitlab-ui/-/blob/v24.3.0/src/components/base/button/button.vue#L24](https://gitlab.com//gitlab.com/gitlab-org/gitlab-ui/-/blob/v24.3.0/src/components/base/button/button.vue/issues/L24) [/gitlab.com/gitlab-org/gitlab-services/design.gitlab.com/blob/6e6a7b6a6d5ef8ff8ab574495f43fbefd3e8866e/contents/components/button.md#L41](https://gitlab.com//gitlab.com/gitlab-org/gitlab-services/design.gitlab.com/blob/6e6a7b6a6d5ef8ff8ab574495f43fbefd3e8866e/contents/components/button.md/issues/L41)
900
901# [24.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.2.0...v24.3.0) (2020-11-30)
902
903
904### Features
905
906* **GlToken:** Add category based background color ([25b525f](https://gitlab.com/gitlab-org/gitlab-ui/commit/25b525f2e58000fbb459ff6a747122bd0f1fd438))
907
908# [24.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.1.0...v24.2.0) (2020-11-27)
909
910
911### Features
912
913* **css:** Add overflow-x-auto utility class ([415cf8b](https://gitlab.com/gitlab-org/gitlab-ui/commit/415cf8b37811b2465b589555e7d9db4d85fdef12))
914
915# [24.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.0.2...v24.1.0) (2020-11-26)
916
917
918### Features
919
920* **Buttons:** Increase button contrast ([5c3ad3b](https://gitlab.com/gitlab-org/gitlab-ui/commit/5c3ad3b64c4a702d10a17a2ea26ddf0788d9804b))
921
922## [24.0.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.0.1...v24.0.2) (2020-11-24)
923
924
925### Bug Fixes
926
927* Make various components more accessible ([4a1efbe](https://gitlab.com/gitlab-org/gitlab-ui/commit/4a1efbea077b7754fc00236fe03331d3855022fc))
928
929## [24.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v24.0.0...v24.0.1) (2020-11-23)
930
931
932### Bug Fixes
933
934* **buttons:** Correct dropdown button styles for categories ([bb65738](https://gitlab.com/gitlab-org/gitlab-ui/commit/bb65738b3ce59a7d5c82f107d32a5988d0b8c61c))
935
936# [24.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.12.1...v24.0.0) (2020-11-23)
937
938
939### Features
940
941* **GlColumnChart:** remove `data` prop ([79cd652](https://gitlab.com/gitlab-org/gitlab-ui/commit/79cd652fc14f8859cedf4f63106723eba5b9154e))
942
943
944### BREAKING CHANGES
945
946* **GlColumnChart:** removes the `data` prop from the
947GlColumnChart and GlStackedColumnChart in favour
948of the `bars` and `line` props for specifying the
949data to render
950
951feat(GlStackedColumnChart): remove `data` prop
952
953Removes the data prop, in favour of the lines
954and bars props that are available on the
955components
956
957## [23.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.12.0...v23.12.1) (2020-11-19)
958
959
960### Bug Fixes
961
962* **GlButton:** render label buttons as spans ([f995453](https://gitlab.com/gitlab-org/gitlab-ui/commit/f995453fdc21dc851d46d7cb82431e906aff7a17))
963
964# [23.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.11.1...v23.12.0) (2020-11-18)
965
966
967### Features
968
969* **GlTab:** Allow tab component to receive titleLinkClass props ([11be4c8](https://gitlab.com/gitlab-org/gitlab-ui/commit/11be4c8e4ce7d2ccd3ff76d88b06c416efc64938))
970
971## [23.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.11.0...v23.11.1) (2020-11-18)
972
973
974### Bug Fixes
975
976* **GlIcon:** Make icons decorative ([d67e4c7](https://gitlab.com/gitlab-org/gitlab-ui/commit/d67e4c7a4a619506e6d33938d97d0a007dbb06d7))
977
978# [23.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.10.1...v23.11.0) (2020-11-18)
979
980
981### Features
982
983* **css:** Add large breakpoint right padding scale 5 ([9fec463](https://gitlab.com/gitlab-org/gitlab-ui/commit/9fec463147c167c9d4668a5a5376472485400a97))
984
985## [23.10.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.10.0...v23.10.1) (2020-11-17)
986
987
988### Bug Fixes
989
990* **css:** gl-pb-11 faulty definition ([3a7ea4f](https://gitlab.com/gitlab-org/gitlab-ui/commit/3a7ea4f5bf458105d5890b0e67389458fb355062))
991
992# [23.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.9.0...v23.10.0) (2020-11-17)
993
994
995### Features
996
997* **css:** Expose more color shades for data viz ([27f3cd7](https://gitlab.com/gitlab-org/gitlab-ui/commit/27f3cd7fce00615d8a718985ef6e89ba62859112))
998
999# [23.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.8.1...v23.9.0) (2020-11-16)
1000
1001
1002### Features
1003
1004* **css:** Add large breakpoint flex-end alignment ([776f590](https://gitlab.com/gitlab-org/gitlab-ui/commit/776f590e95b9702cdf36f42ac3cec1c7c1700371))
1005
1006## [23.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.8.0...v23.8.1) (2020-11-16)
1007
1008
1009### Bug Fixes
1010
1011* **dropdown-form:** Remove extra padding from dropdown form ([95b486b](https://gitlab.com/gitlab-org/gitlab-ui/commit/95b486b4877d81bccd6794571853495495cdf204))
1012
1013# [23.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.7.0...v23.8.0) (2020-11-12)
1014
1015
1016### Features
1017
1018* **GlDatepicker:** Allow id and name props ([b968763](https://gitlab.com/gitlab-org/gitlab-ui/commit/b968763f83a470018e533e3f61410b2af0ba51a2))
1019
1020# [23.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.6.1...v23.7.0) (2020-11-12)
1021
1022
1023### Features
1024
1025* **GlFilteredSearch:** Add suggestionsListClass prop ([903d0f2](https://gitlab.com/gitlab-org/gitlab-ui/commit/903d0f28b32563ca52aa81b96a83b97d98efc00f))
1026
1027## [23.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.6.0...v23.6.1) (2020-11-10)
1028
1029
1030### Bug Fixes
1031
1032* **GlTooltip:** Update tooltip based on audit ([4dc58f3](https://gitlab.com/gitlab-org/gitlab-ui/commit/4dc58f3b66ba30c606acf02ef370cfbbfcdbe211))
1033
1034# [23.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.5.0...v23.6.0) (2020-11-10)
1035
1036
1037### Features
1038
1039* **css:** Add white-space-pre-line utility ([6ece2b3](https://gitlab.com/gitlab-org/gitlab-ui/commit/6ece2b33b73738ddeb1fe449295dc3511131cd81))
1040
1041# [23.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.4.0...v23.5.0) (2020-11-10)
1042
1043
1044### Features
1045
1046* **css:** Add gl-mb-8 spacing utility ([8fa31a5](https://gitlab.com/gitlab-org/gitlab-ui/commit/8fa31a519b3a3d46c321b8a6d64339ff10cdbe18))
1047
1048# [23.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.3.0...v23.4.0) (2020-11-10)
1049
1050
1051### Features
1052
1053* **css:** Add margins space levels 4 and 5 ([2ee1371](https://gitlab.com/gitlab-org/gitlab-ui/commit/2ee1371b9a4bead721b93e5102c036da2715fae9))
1054
1055# [23.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.2.0...v23.3.0) (2020-11-10)
1056
1057
1058### Features
1059
1060* **css:** Add utility classes ([4ea5a13](https://gitlab.com/gitlab-org/gitlab-ui/commit/4ea5a13b2628531022bcd266424554a1aa057a35))
1061
1062# [23.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.1.0...v23.2.0) (2020-11-09)
1063
1064
1065### Features
1066
1067* **css:** add gl-align-self-end mixin ([7a2f6c7](https://gitlab.com/gitlab-org/gitlab-ui/commit/7a2f6c7d963547569f2ad386e6be759ad07091a0))
1068
1069# [23.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v23.0.0...v23.1.0) (2020-11-09)
1070
1071
1072### Features
1073
1074* Add `gl-m*-n2` utility classes ([f70bc43](https://gitlab.com/gitlab-org/gitlab-ui/commit/f70bc4365fd6f5988c855d2571f7c0074b7fbd6a))
1075
1076# [23.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v22.0.3...v23.0.0) (2020-11-05)
1077
1078
1079### Features
1080
1081* **GlCard:** custom card component implementation ([c0872ce](https://gitlab.com/gitlab-org/gitlab-ui/commit/c0872cee37091e9b15d31d105a1820548a25ef3d))
1082
1083
1084### BREAKING CHANGES
1085
1086* **GlCard:** This drops the underlying `BCard` component.
1087
1088`GlCard`'s API supports the following props and slots, that were already
1089supported by `BCard`:
1090
1091Props:
1092
1093- `headerClass`
1094- `bodyClass`
1095- `footerClass`
1096
1097Slots:
1098
1099- `header`
1100- `default`
1101- `footer`
1102
1103If you're only using those props/slots, this is a drop-in replacement.
1104
1105## [22.0.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v22.0.2...v22.0.3) (2020-11-04)
1106
1107
1108### Bug Fixes
1109
1110* **form input:** Correct background color of inputs ([21d293d](https://gitlab.com/gitlab-org/gitlab-ui/commit/21d293d79ab4608c25ea23b63124bd23d9a6e8dd))
1111
1112## [22.0.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v22.0.1...v22.0.2) (2020-11-04)
1113
1114
1115### Bug Fixes
1116
1117* **GlTooltip:** Remove arrow bottom border ([75f53ca](https://gitlab.com/gitlab-org/gitlab-ui/commit/75f53cac2d7dfa7fd3e1b42d75fa3a203c46a121))
1118
1119## [22.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v22.0.0...v22.0.1) (2020-11-04)
1120
1121
1122### Bug Fixes
1123
1124* **dropdown button:** Correct spacing of dropdown icon ([ca5d8e6](https://gitlab.com/gitlab-org/gitlab-ui/commit/ca5d8e64905b90065367991826ee65ad955cdbc3))
1125* **dropdown snapshots:** Updates snapshots to use optional text ([4c8fa45](https://gitlab.com/gitlab-org/gitlab-ui/commit/4c8fa454c840e64bb559c6ae2d14848794a36d8a))
1126
1127# [22.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.44.0...v22.0.0) (2020-11-03)
1128
1129
1130### Features
1131
1132* **GlBadge:** remove GlDeprecatedBadge ([2747668](https://gitlab.com/gitlab-org/gitlab-ui/commit/2747668d9ca76d153d570d5de0f4954a0c780846))
1133
1134
1135### BREAKING CHANGES
1136
1137* **GlBadge:** GlDeprecatedBadge is being removed, use GlBadge instead
1138
1139# [21.44.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.43.0...v21.44.0) (2020-11-03)
1140
1141
1142### Bug Fixes
1143
1144* **dropdown:** dropdown accepts `disabled` prop ([ee169eb](https://gitlab.com/gitlab-org/gitlab-ui/commit/ee169eb2f125ffeb82a1cd0300dee5d8733c3afd))
1145
1146
1147### Features
1148
1149* **GlTabs:** Add custom classes to nav in tabs ([1f3455c](https://gitlab.com/gitlab-org/gitlab-ui/commit/1f3455ce668c6537be5d7967b07fa4a6ab093d01))
1150
1151# [21.43.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.42.0...v21.43.0) (2020-10-30)
1152
1153
1154### Features
1155
1156* **GlDropdown:** Add loading state to dropdown ([b89defa](https://gitlab.com/gitlab-org/gitlab-ui/commit/b89defab9d3dba40efc9231d10d6408fbca4539a))
1157
1158# [21.42.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.41.0...v21.42.0) (2020-10-29)
1159
1160
1161### Bug Fixes
1162
1163* **GlButton:** Update disabled button icon fill color ([6957e7f](https://gitlab.com/gitlab-org/gitlab-ui/commit/6957e7f77cbe8e201d8b755dd13289364d38a56d))
1164
1165
1166### Features
1167
1168* **GlButton:** Add borderless (tertiary) loading button variant ([8dd2f2e](https://gitlab.com/gitlab-org/gitlab-ui/commit/8dd2f2e30decb60ad88085fedcc4b55fa5e64b3a))
1169
1170# [21.41.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.40.0...v21.41.0) (2020-10-28)
1171
1172
1173### Features
1174
1175* **css:** Adds border radius of scale 6 to utilities ([0a4606b](https://gitlab.com/gitlab-org/gitlab-ui/commit/0a4606b51ef1f03b593dcfa322c57a6264f5958a))
1176
1177# [21.40.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.39.1...v21.40.0) (2020-10-28)
1178
1179
1180### Features
1181
1182* **css:** Add additional responsive display classes ([96de07c](https://gitlab.com/gitlab-org/gitlab-ui/commit/96de07c123b490e94d989203c14463029ca20cad))
1183
1184## [21.39.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.39.0...v21.39.1) (2020-10-28)
1185
1186
1187### Bug Fixes
1188
1189* Conditional slot rendering for use in modals ([cf59ea5](https://gitlab.com/gitlab-org/gitlab-ui/commit/cf59ea5e4f631d42e8c34f58909c527dc6727034))
1190
1191# [21.39.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.38.0...v21.39.0) (2020-10-28)
1192
1193
1194### Features
1195
1196* **css:** Add width classes for pipeline visualization ([238a4d0](https://gitlab.com/gitlab-org/gitlab-ui/commit/238a4d02ba6e69e1a3e8b4c9bb4a64f16df60056))
1197
1198# [21.38.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.37.0...v21.38.0) (2020-10-26)
1199
1200
1201### Features
1202
1203* **GlTabs:** Add justified tabs prop and examples ([342d13d](https://gitlab.com/gitlab-org/gitlab-ui/commit/342d13d36970c5e99750655036021bc0246ea26a))
1204
1205# [21.37.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.36.0...v21.37.0) (2020-10-26)
1206
1207
1208### Features
1209
1210* **css:** add gl-align-items-flex-start ([66a097f](https://gitlab.com/gitlab-org/gitlab-ui/commit/66a097ff36b3c96aad70c3408c8913ace00f241a))
1211
1212# [21.36.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.35.2...v21.36.0) (2020-10-23)
1213
1214
1215### Features
1216
1217* **css:** Add gl-flex-basis-50 ([afcbf1b](https://gitlab.com/gitlab-org/gitlab-ui/commit/afcbf1b6ef9f6b16751ff64ad908e57124ed5990))
1218
1219## [21.35.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.35.1...v21.35.2) (2020-10-23)
1220
1221
1222### Bug Fixes
1223
1224* **GlPagination:** Remove size options - default to md ([ba0e23e](https://gitlab.com/gitlab-org/gitlab-ui/commit/ba0e23e64a3a2704502c0b330ec47b1ee121db20))
1225
1226## [21.35.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.35.0...v21.35.1) (2020-10-22)
1227
1228
1229### Bug Fixes
1230
1231* **GlDropdown:** Make dropdown more accessible ([e8a953b](https://gitlab.com/gitlab-org/gitlab-ui/commit/e8a953b25ea78a8a2f3075838a6253995df39ebc))
1232
1233# [21.35.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.34.2...v21.35.0) (2020-10-21)
1234
1235
1236### Features
1237
1238* **css:** Add orange-300 && blue-400 utility mixins ([90d728a](https://gitlab.com/gitlab-org/gitlab-ui/commit/90d728a9fc60db6c39f185c72cf599489b8f6fa9))
1239
1240## [21.34.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.34.1...v21.34.2) (2020-10-20)
1241
1242
1243### Bug Fixes
1244
1245* **GlPagination:** Fix extra space between span and icon ([038fc7b](https://gitlab.com/gitlab-org/gitlab-ui/commit/038fc7bef2c171a60e9c0a8ab27e44f59e07ea76))
1246
1247## [21.34.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.34.0...v21.34.1) (2020-10-20)
1248
1249
1250### Bug Fixes
1251
1252* **GlDropdown:** Add "link" variant as valid option for dropdowns ([f1c74e2](https://gitlab.com/gitlab-org/gitlab-ui/commit/f1c74e2edaeff4a619f8184c98ded50f9d204ebb))
1253
1254# [21.34.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.33.0...v21.34.0) (2020-10-19)
1255
1256
1257### Features
1258
1259* **GlDropdown:** expose b-dropdown show method ([fd12ab0](https://gitlab.com/gitlab-org/gitlab-ui/commit/fd12ab0120bcd022831a789ece550caaefb7dcd1))
1260
1261# [21.33.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.32.2...v21.33.0) (2020-10-19)
1262
1263
1264### Features
1265
1266* **GlBadge:** Add icons to gl-badge ([df19f8b](https://gitlab.com/gitlab-org/gitlab-ui/commit/df19f8bf604325c1afcb17ceb2ba7f8dc8e59f22))
1267
1268## [21.32.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.32.1...v21.32.2) (2020-10-16)
1269
1270
1271### Bug Fixes
1272
1273* **GlModal:** Update modal position to centered ([7eaac5c](https://gitlab.com/gitlab-org/gitlab-ui/commit/7eaac5ce7088e672fb36192c3f4d2a64145ff394))
1274
1275## [21.32.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.32.0...v21.32.1) (2020-10-15)
1276
1277
1278### Bug Fixes
1279
1280* Make GlDrawer height aware of positioning ([f51a09b](https://gitlab.com/gitlab-org/gitlab-ui/commit/f51a09ba67f0fc0dd7390c57136c2ad66d45f7f9))
1281
1282# [21.32.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.31.0...v21.32.0) (2020-10-15)
1283
1284
1285### Features
1286
1287* **GlDatepicker:** add disabled prop ([5e19518](https://gitlab.com/gitlab-org/gitlab-ui/commit/5e19518de419dac5afa988f1cb10b545a8018bcc))
1288
1289# [21.31.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.30.1...v21.31.0) (2020-10-15)
1290
1291
1292### Features
1293
1294* **GlColumnchart:** Add 2nd Y axis ([42e6fa2](https://gitlab.com/gitlab-org/gitlab-ui/commit/42e6fa2bd5b215db3e28ea7a3ff128604ca4ed79))
1295
1296## [21.30.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.30.0...v21.30.1) (2020-10-15)
1297
1298
1299### Bug Fixes
1300
1301* **GlDropdown:** Add styling for search within gldropdown ([930fe80](https://gitlab.com/gitlab-org/gitlab-ui/commit/930fe8078be0a01e2c6b686b341f82d71cee0e51))
1302* **GlLabel:** Fix label spacing and overflow ([aa9f4a2](https://gitlab.com/gitlab-org/gitlab-ui/commit/aa9f4a29197d9e523b29e7c7ff1767617793ad7a))
1303
1304# [21.30.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.29.0...v21.30.0) (2020-10-14)
1305
1306
1307### Features
1308
1309* **css:** Add border utiltiies ([1ce2e8b](https://gitlab.com/gitlab-org/gitlab-ui/commit/1ce2e8bd64c028e4cd9290bf2ed601a54b3e84b4))
1310
1311# [21.29.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.28.0...v21.29.0) (2020-10-14)
1312
1313
1314### Features
1315
1316* **GlFormGroup:** let label class be customized ([8b11f13](https://gitlab.com/gitlab-org/gitlab-ui/commit/8b11f13db40bc17cafd5499f3a0e040ccaf69755))
1317
1318# [21.28.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.27.0...v21.28.0) (2020-10-14)
1319
1320
1321### Features
1322
1323* **GlDaterangePicker:** Add labelClass prop ([5e3420f](https://gitlab.com/gitlab-org/gitlab-ui/commit/5e3420f3bbc803edbbc9f5d1657a05f3ae521606))
1324
1325# [21.27.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.26.0...v21.27.0) (2020-10-13)
1326
1327
1328### Features
1329
1330* **GlDatepicker:** add `placeholder` and `autocomplete` props ([6d6d6b9](https://gitlab.com/gitlab-org/gitlab-ui/commit/6d6d6b9313ee35efc692dd3b1915a5d0e440bc92))
1331
1332# [21.26.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.25.0...v21.26.0) (2020-10-13)
1333
1334
1335### Features
1336
1337* **GlColumnChart:** Adds additional bars and lines ([287c553](https://gitlab.com/gitlab-org/gitlab-ui/commit/287c5530486dd84b20f9fc477dfdd063928e75c7))
1338
1339# [21.25.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.24.0...v21.25.0) (2020-10-08)
1340
1341
1342### Features
1343
1344* Add initial gitpod configuration files ([090eee0](https://gitlab.com/gitlab-org/gitlab-ui/commit/090eee0b0c4a3e306658e627db3ca7713e65ee98))
1345
1346# [21.24.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.23.0...v21.24.0) (2020-10-08)
1347
1348
1349### Features
1350
1351* **css:** Add gl-display-sm-inline-flex class ([6b0910a](https://gitlab.com/gitlab-org/gitlab-ui/commit/6b0910ac78f808f714d036280a6a0dd08c179b38))
1352
1353# [21.23.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.22.0...v21.23.0) (2020-10-08)
1354
1355
1356### Features
1357
1358* **GlDatepicker:** add clear button ([252fb33](https://gitlab.com/gitlab-org/gitlab-ui/commit/252fb33e5a07d0913ddc3a8d489a43973d3fed46))
1359
1360# [21.22.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.21.0...v21.22.0) (2020-10-07)
1361
1362
1363### Features
1364
1365* **css:** Add gl-my-8 ([2ba1354](https://gitlab.com/gitlab-org/gitlab-ui/commit/2ba135447b305ad93ba9f72727f4e2c9509bcc60))
1366
1367# [21.21.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.20.0...v21.21.0) (2020-10-07)
1368
1369
1370### Features
1371
1372* **css:** Add sm flex column utility ([9105ff6](https://gitlab.com/gitlab-org/gitlab-ui/commit/9105ff62b2165e834cbdd823ea837f7ab24c46af))
1373
1374# [21.20.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.19.0...v21.20.0) (2020-10-07)
1375
1376
1377### Features
1378
1379* **GlDropdownForm:** implement GlDropdownForm component ([a169de0](https://gitlab.com/gitlab-org/gitlab-ui/commit/a169de00441985a375786d372fd23336ba5115b4))
1380
1381
1382### Performance Improvements
1383
1384* **v-safe-html:** Avoid serialize/parse roundtrip ([eeba3f0](https://gitlab.com/gitlab-org/gitlab-ui/commit/eeba3f0e01ae4d0ede868d14895bfc3062f11549))
1385
1386# [21.19.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.18.0...v21.19.0) (2020-10-07)
1387
1388
1389### Bug Fixes
1390
1391* **GlDropdown:** apply proper classes for secondary category ([e2bea96](https://gitlab.com/gitlab-org/gitlab-ui/commit/e2bea963560e6d8195c30ccf2154eb28d9133ada))
1392
1393
1394### Features
1395
1396* **css:** Add utilities for CI config graph ([96566fe](https://gitlab.com/gitlab-org/gitlab-ui/commit/96566fee3e34f10e740b1c439d6e7312d6454f25))
1397
1398# [21.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.17.0...v21.18.0) (2020-10-07)
1399
1400
1401### Features
1402
1403* **GlLabel:** Add ability to disable close button ([bb90011](https://gitlab.com/gitlab-org/gitlab-ui/commit/bb900114d263fb29e7a1c82d986977b833edebf9))
1404
1405# [21.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.16.1...v21.17.0) (2020-10-07)
1406
1407
1408### Features
1409
1410* **css:** Add gl-md-pr-2 ([2b17ad3](https://gitlab.com/gitlab-org/gitlab-ui/commit/2b17ad3ab388e2a108f184b9504edb77dc6fb771))
1411
1412## [21.16.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.16.0...v21.16.1) (2020-10-06)
1413
1414
1415### Bug Fixes
1416
1417* from node_modules stub for cropper ([303f344](https://gitlab.com/gitlab-org/gitlab-ui/commit/303f344c6a03518eff22a324c05a96daaba7cc9b))
1418
1419# [21.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.15.0...v21.16.0) (2020-10-05)
1420
1421
1422### Features
1423
1424* **css:** Add gl-md-pr-1 gl-lg-ml-3 and gl-lg-mx-3 ([c2d3f1b](https://gitlab.com/gitlab-org/gitlab-ui/commit/c2d3f1bdf4ca1704714c4d56c9f1f7985d2a9fb0))
1425
1426# [21.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.14.0...v21.15.0) (2020-10-05)
1427
1428
1429### Features
1430
1431* Add `gl-text-input` Utility Class ([a36f1f1](https://gitlab.com/gitlab-org/gitlab-ui/commit/a36f1f12c324c04935038bfe15dc96907bbcbd13))
1432* **css:** Add border top hover util ([9bfb97d](https://gitlab.com/gitlab-org/gitlab-ui/commit/9bfb97d5963a79f083d8a70dab44695074086ca0))
1433
1434# [21.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.13.0...v21.14.0) (2020-10-05)
1435
1436
1437### Features
1438
1439* **css:** Add gl-border-b-gray-10 to util mixin ([bf7d0ea](https://gitlab.com/gitlab-org/gitlab-ui/commit/bf7d0eaf37cf97c0592c536d684b3929efadc3a9))
1440
1441# [21.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.12.0...v21.13.0) (2020-10-02)
1442
1443
1444### Features
1445
1446* **buttons:** Fix loading state styling for icon buttons ([6fe6299](https://gitlab.com/gitlab-org/gitlab-ui/commit/6fe62993de5152df3a68a46ea25d7bb100070aa4))
1447
1448# [21.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.11.0...v21.12.0) (2020-10-02)
1449
1450
1451### Features
1452
1453* **css:** Add utilisty css class for SVGs ([44ed317](https://gitlab.com/gitlab-org/gitlab-ui/commit/44ed317e158545fcdec67d361e02bc4e31200fcc))
1454
1455# [21.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.10.0...v21.11.0) (2020-10-02)
1456
1457
1458### Bug Fixes
1459
1460* Align button dropdown padding with designs ([d7b5789](https://gitlab.com/gitlab-org/gitlab-ui/commit/d7b578975a94ab2590e7736640cac763ca38593c))
1461* provide stub for cropper ([3be7fa6](https://gitlab.com/gitlab-org/gitlab-ui/commit/3be7fa65495b93c4be40fcc178eec4c60d2630e6))
1462
1463
1464### Features
1465
1466* **css:** Add gl-lg-align-items-baseline utility class ([454af43](https://gitlab.com/gitlab-org/gitlab-ui/commit/454af435e6928c7ff8e76d1801a1c2430e1ec1d8))
1467* **css:** Add gl-w-quarter utility class ([dfd0500](https://gitlab.com/gitlab-org/gitlab-ui/commit/dfd050082441e8f4020a4212556452d4d931a774))
1468
1469# [21.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.9.0...v21.10.0) (2020-09-29)
1470
1471
1472### Features
1473
1474* **GlEmptyState:** add svgHeight preventing content reflow ([8cc8ebe](https://gitlab.com/gitlab-org/gitlab-ui/commit/8cc8ebeb2edc3dc625f313bd33750cd00442e3a6))
1475
1476# [21.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.8.3...v21.9.0) (2020-09-29)
1477
1478
1479### Features
1480
1481* **css:** Update GlFilter CSS ([ea3ccac](https://gitlab.com/gitlab-org/gitlab-ui/commit/ea3ccac52547b5cff61a38595b78fea57f5ee078))
1482
1483## [21.8.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.8.2...v21.8.3) (2020-09-28)
1484
1485
1486### Bug Fixes
1487
1488* **buttons:** Correct style of list item action buttons ([1bbf9e4](https://gitlab.com/gitlab-org/gitlab-ui/commit/1bbf9e4b6e7f45786b5cea2b3df885540934a164))
1489
1490## [21.8.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.8.1...v21.8.2) (2020-09-25)
1491
1492
1493### Bug Fixes
1494
1495* **GlLabeledAvatar:** fix a few CSS issues ([3ef73f1](https://gitlab.com/gitlab-org/gitlab-ui/commit/3ef73f1e9eb450cc1cb54a66f3db9c0eaba6d55b))
1496
1497## [21.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.8.0...v21.8.1) (2020-09-24)
1498
1499
1500### Bug Fixes
1501
1502* **GlLabel:** Fix GlLabel close button ([1fa6550](https://gitlab.com/gitlab-org/gitlab-ui/commit/1fa6550f21ccb8e9909d19924d47cdb8f09d19a7))
1503* **GlLabel:** Make GlLabel close button accessible ([be2e7f1](https://gitlab.com/gitlab-org/gitlab-ui/commit/be2e7f14af21cab055f51e6bd0cb601d58713008))
1504
1505# [21.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.7.0...v21.8.0) (2020-09-23)
1506
1507
1508### Features
1509
1510* **css:** add gl-sm-my-12 responsive utility class ([595255c](https://gitlab.com/gitlab-org/gitlab-ui/commit/595255c756e0be04062eb43baea84e8ad0768556))
1511
1512# [21.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.6.0...v21.7.0) (2020-09-23)
1513
1514
1515### Features
1516
1517* **css:** Add gl-xs-align-items-baseline utility class ([932b19a](https://gitlab.com/gitlab-org/gitlab-ui/commit/932b19ada7ac13e849d247ba3cc822d684122e43))
1518
1519# [21.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.5.0...v21.6.0) (2020-09-22)
1520
1521
1522### Features
1523
1524* **css:** Add responsive margin to utility class ([7ce0152](https://gitlab.com/gitlab-org/gitlab-ui/commit/7ce0152fd6aad28776d6722d03317eb503ac063c))
1525
1526# [21.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.4.2...v21.5.0) (2020-09-22)
1527
1528
1529### Features
1530
1531* **GLAvatarLabeled:** Add slot for meta data ([95c7fcc](https://gitlab.com/gitlab-org/gitlab-ui/commit/95c7fcc1480097a60ef698d0a46136ea2c34794d))
1532
1533## [21.4.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.4.1...v21.4.2) (2020-09-17)
1534
1535
1536### Bug Fixes
1537
1538* **dropdown:** Correct margin for dropdown headers ([f1d707d](https://gitlab.com/gitlab-org/gitlab-ui/commit/f1d707df011dbce463ab8167703d47b2731998ba))
1539
1540## [21.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.4.0...v21.4.1) (2020-09-17)
1541
1542
1543### Bug Fixes
1544
1545* exclude chart component from main components index ([dd18a71](https://gitlab.com/gitlab-org/gitlab-ui/commit/dd18a71e12e6a0e765ca7ebc53af9f96b479225f))
1546
1547# [21.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.3.1...v21.4.0) (2020-09-16)
1548
1549
1550### Features
1551
1552* **GlButton:** Add button-text-class prop to gl-button ([2caaa3b](https://gitlab.com/gitlab-org/gitlab-ui/commit/2caaa3ba8f35c1815d0ecf0198d5380718edbdfb))
1553
1554## [21.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.3.0...v21.3.1) (2020-09-16)
1555
1556
1557### Bug Fixes
1558
1559* **GlChart:** Tooltip title values not displaying ([dea6750](https://gitlab.com/gitlab-org/gitlab-ui/commit/dea6750a6aa6e5cf50bdd781b0f2534d1aec9460))
1560
1561# [21.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.2.2...v21.3.0) (2020-09-15)
1562
1563
1564### Features
1565
1566* **css:** Add `gl-pt-8` utility class ([7f9e760](https://gitlab.com/gitlab-org/gitlab-ui/commit/7f9e760c355b52e75bda7c916058724c65484247))
1567
1568## [21.2.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.2.1...v21.2.2) (2020-09-15)
1569
1570
1571### Bug Fixes
1572
1573* **GlSearchBoxByType:** update GlSearchBoxByType button border ([1807e98](https://gitlab.com/gitlab-org/gitlab-ui/commit/1807e981efe1ffa1d8b9e133279786b5921ebffc))
1574
1575## [21.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.2.0...v21.2.1) (2020-09-15)
1576
1577
1578### Bug Fixes
1579
1580* **dropdown button:** Differentiate between dropdown panel and button ([c0aab2f](https://gitlab.com/gitlab-org/gitlab-ui/commit/c0aab2f817384021b485533f9cd0297969c27d4b))
1581
1582# [21.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.1.0...v21.2.0) (2020-09-15)
1583
1584
1585### Features
1586
1587* **GlSorting:** Update GlSorting styles to Pajamas ([69b6505](https://gitlab.com/gitlab-org/gitlab-ui/commit/69b6505f02771d93968cc2812bffd74d0076790f))
1588
1589# [21.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.0.1...v21.1.0) (2020-09-14)
1590
1591
1592### Features
1593
1594* **GlKeysetPagination:** Add GlKeysetPagination ([d74241e](https://gitlab.com/gitlab-org/gitlab-ui/commit/d74241ecc83112fa1fa7d670a7ad2bc99d7a9006))
1595
1596## [21.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v21.0.0...v21.0.1) (2020-09-14)
1597
1598
1599### Bug Fixes
1600
1601* **GlButton:** Fix text decoration on gl-button anchor tags ([d2b0970](https://gitlab.com/gitlab-org/gitlab-ui/commit/d2b0970ba9a3f5d322e39aa55fd1b74c0ab67cea))
1602
1603# [21.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.20.0...v21.0.0) (2020-09-11)
1604
1605
1606### Bug Fixes
1607
1608* **dropdowns:** Rename section header, remove deprecated exports ([771bd3a](https://gitlab.com/gitlab-org/gitlab-ui/commit/771bd3ac22c5cd57f7bf4e634baafc474d77ed10))
1609
1610
1611### BREAKING CHANGES
1612
1613* **dropdowns:** Aligns naming conventions of
1614header and section headers with Figma and removes
1615deprecated exports of GlNewDropdown
1616
1617# [20.20.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.19.0...v20.20.0) (2020-09-09)
1618
1619
1620### Bug Fixes
1621
1622* **GlTooltip:** Pass through tooltip manual events ([cf49140](https://gitlab.com/gitlab-org/gitlab-ui/commit/cf491404a1e4099bcc3e6f4097da6a40095b5fc6))
1623
1624
1625### Features
1626
1627* **Color:** Update purple 600 hex ([4a2096e](https://gitlab.com/gitlab-org/gitlab-ui/commit/4a2096e12ddec5cfa32d5bb58396789282ff8b43))
1628
1629# [20.19.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.18.3...v20.19.0) (2020-09-09)
1630
1631
1632### Features
1633
1634* Add overflow auto mixin util ([8fcd6f9](https://gitlab.com/gitlab-org/gitlab-ui/commit/8fcd6f972fb58334e942e53ae6df3cb756149863))
1635
1636## [20.18.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.18.2...v20.18.3) (2020-09-04)
1637
1638
1639### Bug Fixes
1640
1641* **lodash:** Depend on lodash@^4.17.20 ([a2d0285](https://gitlab.com/gitlab-org/gitlab-ui/commit/a2d028584890a3b37c4a43e2c39af5c6f6690e94))
1642
1643## [20.18.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.18.1...v20.18.2) (2020-09-04)
1644
1645
1646### Bug Fixes
1647
1648* **GlButton:** Fix Firefox cut off text ([9092ef0](https://gitlab.com/gitlab-org/gitlab-ui/commit/9092ef01ffbffd2409e7c45bad1c8ac176118f46))
1649
1650## [20.18.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.18.0...v20.18.1) (2020-09-03)
1651
1652
1653### Bug Fixes
1654
1655* **GlSearchBoxByType:** hide clear icon when disabled ([b65fecf](https://gitlab.com/gitlab-org/gitlab-ui/commit/b65fecf97b088d2e25ae8a3e3fb47610881426f9))
1656
1657# [20.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.17.0...v20.18.0) (2020-09-02)
1658
1659
1660### Features
1661
1662* Add clearfix mixin ([c5a48cd](https://gitlab.com/gitlab-org/gitlab-ui/commit/c5a48cd43708947d5c18387338818701c277844f))
1663
1664# [20.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.16.0...v20.17.0) (2020-09-02)
1665
1666
1667### Features
1668
1669* **css:** Add white-space: pre-wrap utility class ([633c4cb](https://gitlab.com/gitlab-org/gitlab-ui/commit/633c4cb4db63bf2b271cfe327215847f02705939))
1670
1671# [20.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.15.0...v20.16.0) (2020-09-02)
1672
1673
1674### Features
1675
1676* **GlDatepicker:** Allow for empty date values ([452fd9a](https://gitlab.com/gitlab-org/gitlab-ui/commit/452fd9a9c136fb6de889f69f5142b41e363a6a89))
1677* **utilities:** add flex and spacing utilities for lg breakpoints ([36791cd](https://gitlab.com/gitlab-org/gitlab-ui/commit/36791cd1b8720bb389015f4492b29262972e016b))
1678
1679# [20.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.14.0...v20.15.0) (2020-09-01)
1680
1681
1682### Features
1683
1684* **GlInputGroupText:** expose GlInputGroupText component ([49dac3a](https://gitlab.com/gitlab-org/gitlab-ui/commit/49dac3af4edeb9299230b556f7633da31b6b1b52))
1685
1686# [20.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.13.0...v20.14.0) (2020-09-01)
1687
1688
1689### Features
1690
1691* **css:** Add utility mixins ([54a5bb4](https://gitlab.com/gitlab-org/gitlab-ui/commit/54a5bb441071179108156bfa5b008ba5707e5a3f))
1692
1693# [20.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.12.2...v20.13.0) (2020-09-01)
1694
1695
1696### Features
1697
1698* **GlSkeletonLoading:** export as GlDeprecatedSkeletonLoading ([8f683ff](https://gitlab.com/gitlab-org/gitlab-ui/commit/8f683ff6eb4b00f4757235331d3f3f41a0b80883))
1699
1700## [20.12.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.12.1...v20.12.2) (2020-09-01)
1701
1702
1703### Bug Fixes
1704
1705* **dropdown:** Correct dropdown header padding ([d527f4e](https://gitlab.com/gitlab-org/gitlab-ui/commit/d527f4ec228faf4aaf4531e2d04c9e36c8b99c61))
1706
1707## [20.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.12.0...v20.12.1) (2020-08-31)
1708
1709
1710### Bug Fixes
1711
1712* **GlToggle:** prevent default on click ([d29331f](https://gitlab.com/gitlab-org/gitlab-ui/commit/d29331f9f736b70107f7bc4008843f49f54c03c2))
1713
1714# [20.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.11.1...v20.12.0) (2020-08-31)
1715
1716
1717### Features
1718
1719* Add gl-cursor-(grabbing,crosshair) ([e113e11](https://gitlab.com/gitlab-org/gitlab-ui/commit/e113e11b26fbf30d372ae675794dfa508e679286))
1720
1721## [20.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.11.0...v20.11.1) (2020-08-28)
1722
1723
1724### Bug Fixes
1725
1726* **dropdown:** Correct divider color on dropdowns ([8843f69](https://gitlab.com/gitlab-org/gitlab-ui/commit/8843f690f507d2b80c6c10898a9e91df49c3304e))
1727
1728# [20.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.10.0...v20.11.0) (2020-08-28)
1729
1730
1731### Features
1732
1733* **modal:** Allow to prevent default for secondary action ([56046ec](https://gitlab.com/gitlab-org/gitlab-ui/commit/56046ec53ad8694c6eef245beb8c0270ef4b37fa))
1734
1735# [20.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.9.1...v20.10.0) (2020-08-26)
1736
1737
1738### Features
1739
1740* **GlSkeletonLoader:** migrate GlSkeletonLoading into GlSkeletonLoader ([fa3ec21](https://gitlab.com/gitlab-org/gitlab-ui/commit/fa3ec21548deba7ae8ae617aef0575efe6c3d075))
1741
1742## [20.9.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.9.0...v20.9.1) (2020-08-25)
1743
1744
1745### Bug Fixes
1746
1747* **buttons:** Remove white background from resting tertiary buttons ([d0d610e](https://gitlab.com/gitlab-org/gitlab-ui/commit/d0d610ee83b5cdbee57ffbcb8772b22ac7b63331))
1748
1749# [20.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.8.0...v20.9.0) (2020-08-25)
1750
1751
1752### Features
1753
1754* **css:** add gl-mt-n2 utility ([d5a7c9a](https://gitlab.com/gitlab-org/gitlab-ui/commit/d5a7c9ab6da763a4df5a8a998f76df58b7a7e44a))
1755
1756# [20.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.7.0...v20.8.0) (2020-08-25)
1757
1758
1759### Bug Fixes
1760
1761* **GlChartSeriesLabel:** fix chart label overflow ([3025073](https://gitlab.com/gitlab-org/gitlab-ui/commit/30250739391a7d2ee2e46662aaafa69b9f7f3c25))
1762
1763
1764### Features
1765
1766* **css:** add gl-mt-n3 utility ([ed4ed66](https://gitlab.com/gitlab-org/gitlab-ui/commit/ed4ed66e36be0103e3a636b75ee9565f3312dffb))
1767
1768# [20.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.6.0...v20.7.0) (2020-08-25)
1769
1770
1771### Features
1772
1773* **dashed-button:** Improve rendering of dashed button border ([836007a](https://gitlab.com/gitlab-org/gitlab-ui/commit/836007afdbd5f83a9f3054d0bfcb6dc112007ae5))
1774
1775# [20.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.5.0...v20.6.0) (2020-08-24)
1776
1777
1778### Features
1779
1780* **GlLink:** add styling to match spec ([8eb5a7a](https://gitlab.com/gitlab-org/gitlab-ui/commit/8eb5a7a96d475d996a60287f4b5daf11535f215d))
1781
1782# [20.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.4.1...v20.5.0) (2020-08-24)
1783
1784
1785### Features
1786
1787* **css:** add gl-display-md-block class ([e9e3837](https://gitlab.com/gitlab-org/gitlab-ui/commit/e9e383715ed30546cc9543e655f3c0c8fb375f7f))
1788* **css:** add gl-pt-md-n2/gl-mt-md-n2 classes ([ef392eb](https://gitlab.com/gitlab-org/gitlab-ui/commit/ef392eb228ae18ca0077481fbe3bcd855e8853a7))
1789
1790## [20.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.4.0...v20.4.1) (2020-08-22)
1791
1792
1793### Bug Fixes
1794
1795* **button:** Decrease button styles specificity ([73d9749](https://gitlab.com/gitlab-org/gitlab-ui/commit/73d97494865577a5c420d41977ea9b3ac157cb7e))
1796
1797# [20.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.3.1...v20.4.0) (2020-08-20)
1798
1799
1800### Features
1801
1802* **css:** add gl-m-2 class ([77a27c3](https://gitlab.com/gitlab-org/gitlab-ui/commit/77a27c3958f6e2c956dae52207aa7caeda1b1744))
1803
1804## [20.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.3.0...v20.3.1) (2020-08-19)
1805
1806
1807### Bug Fixes
1808
1809* **GlSearchBoxByType:** Fix double input event ([b5f0328](https://gitlab.com/gitlab-org/gitlab-ui/commit/b5f03289c0d3ca5e3009fdac2b6a00541b26e943))
1810
1811# [20.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.2.0...v20.3.0) (2020-08-18)
1812
1813
1814### Features
1815
1816* **css:** add blue 600 hover state ([032e77a](https://gitlab.com/gitlab-org/gitlab-ui/commit/032e77a0c013820c148520cc17366267f6801e57))
1817
1818# [20.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.1.1...v20.2.0) (2020-08-18)
1819
1820
1821### Features
1822
1823* **GlFormTextarea:** add a submit on enter ([2b5329f](https://gitlab.com/gitlab-org/gitlab-ui/commit/2b5329f3f9d58fdc24c14cb22a53ec00be1cb889))
1824
1825## [20.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.1.0...v20.1.1) (2020-08-18)
1826
1827
1828### Bug Fixes
1829
1830* **GlIntersperse:** allow class attributes passed to component ([a101c36](https://gitlab.com/gitlab-org/gitlab-ui/commit/a101c36c8f022ac8ce06ba80e790903a90ece08d))
1831
1832# [20.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v20.0.0...v20.1.0) (2020-08-18)
1833
1834
1835### Features
1836
1837* **textarea:** Add debounce/lazy support ([cf699aa](https://gitlab.com/gitlab-org/gitlab-ui/commit/cf699aa263b45acfb42c538b5b8bbe4167024550))
1838
1839# [20.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v19.0.1...v20.0.0) (2020-08-18)
1840
1841
1842### Features
1843
1844* **v-safe-html:** Switch from sanitize-html to DOMpurify ([ff8b602](https://gitlab.com/gitlab-org/gitlab-ui/commit/ff8b602453ad6a7c689cb4cfceabdb4a5c3edd0a))
1845
1846
1847### BREAKING CHANGES
1848
1849* **v-safe-html:** v-safe-html extended API changed. Under the hood we are
1850now using DOMpurify. Please refer to their API for upgrading:
1851https://github.com/cure53/DOMPurify
1852
1853## [19.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v19.0.0...v19.0.1) (2020-08-17)
1854
1855
1856### Bug Fixes
1857
1858* **css:** Update utility generate functione ([2cc011c](https://gitlab.com/gitlab-org/gitlab-ui/commit/2cc011c8474d243f4efe822c6fe162e10de13df9))
1859
1860# [19.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.7.0...v19.0.0) (2020-08-13)
1861
1862
1863### Features
1864
1865* **buttons:** Make tertiary buttons borderless ([9703bf3](https://gitlab.com/gitlab-org/gitlab-ui/commit/9703bf3cc32020774ef66cae5fcb75f739951a14))
1866* **css:** hover utility ([ff026f2](https://gitlab.com/gitlab-org/gitlab-ui/commit/ff026f261ebd786f6b475bcd8c6e9e9f8c661f80))
1867
1868
1869### BREAKING CHANGES
1870
1871* **buttons:** Adds styling for tertiary buttons using secondary
1872styles with no border on all states
1873
1874# [18.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.6.2...v18.7.0) (2020-08-13)
1875
1876
1877### Features
1878
1879* **GlFormInput:** Add debounce/lazy support ([5546add](https://gitlab.com/gitlab-org/gitlab-ui/commit/5546add923155c25a8f5a515fe33206cfd23d6b2))
1880
1881## [18.6.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.6.1...v18.6.2) (2020-08-12)
1882
1883
1884### Bug Fixes
1885
1886* **GlLabel:** Fix dark theme scoped labels ([c68ad4f](https://gitlab.com/gitlab-org/gitlab-ui/commit/c68ad4f8c5a2904a8eca96840d1f4577c04d003f))
1887
1888## [18.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.6.0...v18.6.1) (2020-08-11)
1889
1890
1891### Bug Fixes
1892
1893* **dropdown:** Add support for vue router links ([f3bb169](https://gitlab.com/gitlab-org/gitlab-ui/commit/f3bb1696131cfe3a80bb1372bcf63733033eaa28))
1894
1895# [18.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.5.0...v18.6.0) (2020-08-10)
1896
1897
1898### Features
1899
1900* Rename GlNewDropdown to GlDropdown ([12b8b3e](https://gitlab.com/gitlab-org/gitlab-ui/commit/12b8b3e2c08a72697ef069e7bf6a9a8729188f1c))
1901
1902# [18.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.4.0...v18.5.0) (2020-08-10)
1903
1904
1905### Features
1906
1907* **Button:** Use monospace for one label button example ([c7df403](https://gitlab.com/gitlab-org/gitlab-ui/commit/c7df4039791915e076d23963ab7d6aaf3c380cc8))
1908
1909# [18.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.3.0...v18.4.0) (2020-08-10)
1910
1911
1912### Features
1913
1914* **css:** Add green fill utility ([a37b2f3](https://gitlab.com/gitlab-org/gitlab-ui/commit/a37b2f35fe84b430de25d9ebd0cfaeb8f7dd51d6))
1915
1916# [18.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.2.0...v18.3.0) (2020-08-08)
1917
1918
1919### Bug Fixes
1920
1921* **labels:** Fixed merge issue ([5912ed3](https://gitlab.com/gitlab-org/gitlab-ui/commit/5912ed32a59e08af7248b8b28edbc36e7106ab07))
1922* **labels:** Component cleanup and add to story ([c9f83e0](https://gitlab.com/gitlab-org/gitlab-ui/commit/c9f83e07bc4c1f12eba2687988674f40baf4d3ae))
1923* **labels:** Corrected small close button styles ([db94d99](https://gitlab.com/gitlab-org/gitlab-ui/commit/db94d9924d5ab739de727868fd6e57dfe89bfb84))
1924* **labels:** minor styling tweaks ([d39c06e](https://gitlab.com/gitlab-org/gitlab-ui/commit/d39c06e2a30112feef06035fb838a1f2e4c7ad61))
1925* **labels:** more readable style method ([2078f17](https://gitlab.com/gitlab-org/gitlab-ui/commit/2078f1737bfe9c7d06151d4c51dc5fb27002950a))
1926* **labels:** moved close hover event to icon ([e94630b](https://gitlab.com/gitlab-org/gitlab-ui/commit/e94630b82a87121b20fef034403d7c299419a1cd))
1927* **labels:** Updated spec to use isCloseHover ([89691ab](https://gitlab.com/gitlab-org/gitlab-ui/commit/89691ab12e817e32993500c6c6797aca197c78ee))
1928
1929
1930### Features
1931
1932* **label:** Added close option ([921c833](https://gitlab.com/gitlab-org/gitlab-ui/commit/921c833e4a22c46d5db095b3f1a331faab8f9dd8))
1933
1934# [18.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.1.1...v18.2.0) (2020-08-07)
1935
1936
1937### Features
1938
1939* **css:** add flex column reverse direction ([819c9d9](https://gitlab.com/gitlab-org/gitlab-ui/commit/819c9d9a04cd0c7edd8781480fe572ba2366d690))
1940
1941## [18.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.1.0...v18.1.1) (2020-08-06)
1942
1943
1944### Bug Fixes
1945
1946* **GlNewDropdown:** item text can be truncated ([c1059bd](https://gitlab.com/gitlab-org/gitlab-ui/commit/c1059bdd1bfc9b5e150e7a732e457f4d4ef9717e))
1947
1948# [18.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.0.1...v18.1.0) (2020-08-05)
1949
1950
1951### Features
1952
1953* **css:** Add xs flex column utility ([03faf31](https://gitlab.com/gitlab-org/gitlab-ui/commit/03faf31aec8bfb83fbaba1e87e460d25b86c0916))
1954* **css:** Add xs margin button to spacing mixin ([171f249](https://gitlab.com/gitlab-org/gitlab-ui/commit/171f2499cd3af505091aa1370dab3881fd6179ae))
1955
1956## [18.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v18.0.0...v18.0.1) (2020-08-05)
1957
1958
1959### Bug Fixes
1960
1961* **GlIcon:** Force rerendering of icons if the icon changes ([7cb957a](https://gitlab.com/gitlab-org/gitlab-ui/commit/7cb957a8ccfac9334f94b713c858908368fac9ab)), closes [/gitlab.com/gitlab-org/gitlab/-/issues/230433#note_391410490](https://gitlab.com//gitlab.com/gitlab-org/gitlab/-/issues/230433/issues/note_391410490)
1962
1963# [18.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.43.0...v18.0.0) (2020-08-04)
1964
1965
1966* Merge branch 'mg-remove-gl-dropdown' into 'master' ([f8614ec](https://gitlab.com/gitlab-org/gitlab-ui/commit/f8614ecbf073771eaff56bb7641d51787ea00137))
1967
1968
1969### Features
1970
1971* **dropdown:** Remove GlDropdown export ([877e8b9](https://gitlab.com/gitlab-org/gitlab-ui/commit/877e8b976674aa21dc997b834b2ef66e861045e9))
1972
1973
1974### BREAKING CHANGES
1975
1976* Remove GlDropdown export
1977
1978See merge request gitlab-org/gitlab-ui!1613
1979* **dropdown:** Remove deprecated GlDropdown exports
1980
1981# [17.43.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.42.0...v17.43.0) (2020-08-03)
1982
1983
1984### Features
1985
1986* **css:** Add fill green utility ([4c429e1](https://gitlab.com/gitlab-org/gitlab-ui/commit/4c429e14c72c803b17f3827e3a3ea105e50c4de3))
1987
1988# [17.42.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.41.0...v17.42.0) (2020-08-03)
1989
1990
1991### Features
1992
1993* **GlGaugeChart:** Implement GlGaugeChart component ([cbd1d7d](https://gitlab.com/gitlab-org/gitlab-ui/commit/cbd1d7d89c6e3a74d87446558a7ddb9d3dd2e111))
1994
1995# [17.41.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.40.0...v17.41.0) (2020-08-03)
1996
1997
1998### Features
1999
2000* add scale-4 placement util classes ([856f616](https://gitlab.com/gitlab-org/gitlab-ui/commit/856f616b5b2c57e06b72ced6d436d17dda24f403))
2001
2002# [17.40.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.39.1...v17.40.0) (2020-07-30)
2003
2004
2005### Features
2006
2007* **GlFormText:** Add component ([9081c88](https://gitlab.com/gitlab-org/gitlab-ui/commit/9081c88555f8a115d8df8a9f0b162eba6013f4e8))
2008
2009## [17.39.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.39.0...v17.39.1) (2020-07-29)
2010
2011
2012### Bug Fixes
2013
2014* **GlTokenSelector:** wait for prop changes before closing dropdown ([5fef66d](https://gitlab.com/gitlab-org/gitlab-ui/commit/5fef66dea3ae44353dec079ccc76501d4eb6edce))
2015
2016# [17.39.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.38.0...v17.39.0) (2020-07-29)
2017
2018
2019### Features
2020
2021* Add responsive align-items: center utility classes ([68c141f](https://gitlab.com/gitlab-org/gitlab-ui/commit/68c141f07d376f4bcad0c986f17913092bb68e9a))
2022
2023# [17.38.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.37.0...v17.38.0) (2020-07-29)
2024
2025
2026### Features
2027
2028* **GlFormInput:** Add size prop ([3221d01](https://gitlab.com/gitlab-org/gitlab-ui/commit/3221d019b9df458fbeed454358150aff63e8bcc4))
2029
2030# [17.37.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.36.2...v17.37.0) (2020-07-24)
2031
2032
2033### Features
2034
2035* **css:** Add full width responsive utility ([93dffc1](https://gitlab.com/gitlab-org/gitlab-ui/commit/93dffc1ab4d939e784b32767bddd26efb6275c0e))
2036
2037## [17.36.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.36.1...v17.36.2) (2020-07-24)
2038
2039
2040### Bug Fixes
2041
2042* **Buttons:** Align small button icon size and padding to design specs ([9f05269](https://gitlab.com/gitlab-org/gitlab-ui/commit/9f052693a0e54e4881c73cc11488e7684c185020))
2043
2044## [17.36.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.36.0...v17.36.1) (2020-07-24)
2045
2046
2047### Bug Fixes
2048
2049* Change generate_utilities.js to handle important in sub rules ([a2d24e3](https://gitlab.com/gitlab-org/gitlab-ui/commit/a2d24e35efa4a420d785f720a86c21404fca283d))
2050* Change generate_utilities.js to handle important in sub rules ([49b2a8b](https://gitlab.com/gitlab-org/gitlab-ui/commit/49b2a8b741129198d4adb2b640f0c6feebd6db7c))
2051* Change generate_utilities.js to handle important media queries ([157402a](https://gitlab.com/gitlab-org/gitlab-ui/commit/157402aaefccfe46c0b86b7dafbce386571fb706))
2052
2053# [17.36.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.35.2...v17.36.0) (2020-07-23)
2054
2055
2056### Features
2057
2058* **GlDropdown:** Export GlDropdown as GlDeprecatedDropdown ([983bf68](https://gitlab.com/gitlab-org/gitlab-ui/commit/983bf682b14ccd775d46513b40676508aa73c567))
2059* **GlDropdown:** Rename GlDropdown to GlDeprecatedDropdown ([cfcb082](https://gitlab.com/gitlab-org/gitlab-ui/commit/cfcb0826c1b30149bc0f6fce21853611373522ab))
2060
2061## [17.35.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.35.1...v17.35.2) (2020-07-23)
2062
2063
2064### Bug Fixes
2065
2066* **Buttons:** Remove px-to-rem for some effects and use variables ([9d17e99](https://gitlab.com/gitlab-org/gitlab-ui/commit/9d17e996d9dc9e48c5a31c5379f7a6987748de48))
2067
2068## [17.35.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.35.0...v17.35.1) (2020-07-22)
2069
2070
2071### Bug Fixes
2072
2073* **toast:** Fix toast background color on dark theme ([dc44a7c](https://gitlab.com/gitlab-org/gitlab-ui/commit/dc44a7cea8ef480ba73ef4ae4140b0beb96bb06d))
2074
2075# [17.35.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.34.0...v17.35.0) (2020-07-21)
2076
2077
2078### Bug Fixes
2079
2080* **buttons:** Update button states to match specs ([eeada3a](https://gitlab.com/gitlab-org/gitlab-ui/commit/eeada3a98dbbf815b4481b82872b99f980e4cb27))
2081* **GlIntersectionObserver:** improve GlIntersectionObserver performance ([6b021b4](https://gitlab.com/gitlab-org/gitlab-ui/commit/6b021b482de0fc0b2791fcd06a56009ed367b852))
2082
2083
2084### Features
2085
2086* **GlSafeHtmlDirective:** add directive to sanitize html ([a1521b9](https://gitlab.com/gitlab-org/gitlab-ui/commit/a1521b951e2f3d248a47bbc7c752b0940b83071b))
2087
2088# [17.34.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.33.0...v17.34.0) (2020-07-17)
2089
2090
2091### Features
2092
2093* **modals:** Remove deprecated buttons ([950f4fb](https://gitlab.com/gitlab-org/gitlab-ui/commit/950f4fb8e81b878d00ee92e8e759566d51fc78b3))
2094
2095# [17.33.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.32.0...v17.33.0) (2020-07-16)
2096
2097
2098### Features
2099
2100* **css:** Add missing sm margin and fix order issue ([c44f27f](https://gitlab.com/gitlab-org/gitlab-ui/commit/c44f27f70635be768b9669d96c775b6c49e30542))
2101
2102# [17.32.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.31.0...v17.32.0) (2020-07-16)
2103
2104
2105### Features
2106
2107* **css:** Add flex-grow: 0 to flex utilities ([a3ec065](https://gitlab.com/gitlab-org/gitlab-ui/commit/a3ec06515d54a656c5d85fd6fc4c3f3ae42ee9d0))
2108
2109# [17.31.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.30.0...v17.31.0) (2020-07-16)
2110
2111
2112### Features
2113
2114* **css:** Add large breakpoint display mixins ([50e607c](https://gitlab.com/gitlab-org/gitlab-ui/commit/50e607c8f0e1aa5c11b3ec1acd63b5865fb81d3c))
2115
2116# [17.30.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.29.0...v17.30.0) (2020-07-16)
2117
2118
2119### Features
2120
2121* Expand values for z-index utility classes ([1942c08](https://gitlab.com/gitlab-org/gitlab-ui/commit/1942c081fa5610a24853c1c4e47cbf22b7ebc308))
2122* **css:** Add CSS grid rules ([259f6b4](https://gitlab.com/gitlab-org/gitlab-ui/commit/259f6b4b10a17191b49048921588719390549b4b))
2123
2124# [17.29.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.28.2...v17.29.0) (2020-07-15)
2125
2126
2127### Features
2128
2129* **GlIcon:** Add `data-testid` attribute ([3cd2b46](https://gitlab.com/gitlab-org/gitlab-ui/commit/3cd2b4682f1a5e3745d742ababbb10324067406b))
2130
2131## [17.28.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.28.1...v17.28.2) (2020-07-15)
2132
2133
2134### Performance Improvements
2135
2136* Consume lodash via babel-plugin-lodash ([28891ac](https://gitlab.com/gitlab-org/gitlab-ui/commit/28891ac3a60cd8f13b65498d29eb4fde8e0e620b))
2137
2138## [17.28.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.28.0...v17.28.1) (2020-07-15)
2139
2140
2141### Bug Fixes
2142
2143* **GlSearchBoxByType:** Fix clear tooltip flash ([59c6f0c](https://gitlab.com/gitlab-org/gitlab-ui/commit/59c6f0c553ff42109139b0317c2e79140ef658d4))
2144
2145# [17.28.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.27.0...v17.28.0) (2020-07-15)
2146
2147
2148### Features
2149
2150* add gl-sm-w-auto utility class ([abec03b](https://gitlab.com/gitlab-org/gitlab-ui/commit/abec03b965ddd2de36b6a539dca9fe36e2367afe))
2151
2152# [17.27.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.26.1...v17.27.0) (2020-07-14)
2153
2154
2155### Features
2156
2157* add gl-sm-ml-3 utility class ([ad38897](https://gitlab.com/gitlab-org/gitlab-ui/commit/ad38897f3478948d87b7c2c331f774df41ff2e34))
2158
2159## [17.26.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.26.0...v17.26.1) (2020-07-14)
2160
2161
2162### Bug Fixes
2163
2164* **GlClearIconButton:** Add type="button" ([875c5ad](https://gitlab.com/gitlab-org/gitlab-ui/commit/875c5ad28c78177c2f1d3ba3de1f6674eb0da5fb))
2165
2166# [17.26.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.25.0...v17.26.0) (2020-07-14)
2167
2168
2169### Features
2170
2171* **GlFilteredSearch:** Add back white background ([5b511e7](https://gitlab.com/gitlab-org/gitlab-ui/commit/5b511e75233869766db6c068d03c5054ab245417))
2172
2173# [17.25.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.24.0...v17.25.0) (2020-07-13)
2174
2175
2176### Features
2177
2178* **GlCombobox:** Add GlCombobox component ([618f774](https://gitlab.com/gitlab-org/gitlab-ui/commit/618f774b47ecfca30a4687ad55ab96fb152ecd8d))
2179
2180# [17.24.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.23.0...v17.24.0) (2020-07-13)
2181
2182
2183### Features
2184
2185* add gl-rounded-top-base util class ([0ced5bb](https://gitlab.com/gitlab-org/gitlab-ui/commit/0ced5bb714c23965219f22d084cd2ec7ea46c2a0))
2186
2187# [17.23.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.22.1...v17.23.0) (2020-07-13)
2188
2189
2190### Features
2191
2192* **GlTruncate:** add truncate component ([3839080](https://gitlab.com/gitlab-org/gitlab-ui/commit/383908013f0141f52c66754bfee9222d66ae1e65))
2193
2194## [17.22.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.22.0...v17.22.1) (2020-07-13)
2195
2196
2197### Bug Fixes
2198
2199* **GlLegend:** Show dash on multiple empty cases ([30c1d16](https://gitlab.com/gitlab-org/gitlab-ui/commit/30c1d16ef7f7d9089ce5960ddaecc3647d4a2ca5))
2200
2201# [17.22.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.21.0...v17.22.0) (2020-07-12)
2202
2203
2204### Features
2205
2206* Add mt-5 and align-self-center for sm ([8d2a99c](https://gitlab.com/gitlab-org/gitlab-ui/commit/8d2a99c2081518f11249fce6a4d334356a72ad84))
2207
2208# [17.21.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.20.0...v17.21.0) (2020-07-10)
2209
2210
2211### Features
2212
2213* **css:** adding new background utility mixin for data-viz-orange-800 ([ecc82a9](https://gitlab.com/gitlab-org/gitlab-ui/commit/ecc82a92470314ed6b7fe1daa9864423fbdac341))
2214
2215# [17.20.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.19.2...v17.20.0) (2020-07-10)
2216
2217
2218### Features
2219
2220* **GlFilteredSearch:** Style disabled state ([314daf8](https://gitlab.com/gitlab-org/gitlab-ui/commit/314daf87855c4549e4944acc8f3dd1fc3de6351e))
2221
2222## [17.19.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.19.1...v17.19.2) (2020-07-09)
2223
2224
2225### Bug Fixes
2226
2227* **search-box-by-type:** Fix clear button focus ([4172c34](https://gitlab.com/gitlab-org/gitlab-ui/commit/4172c34ecbcf0dabd4975579ebd80184b1660c33))
2228
2229## [17.19.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.19.0...v17.19.1) (2020-07-09)
2230
2231
2232### Bug Fixes
2233
2234* **GlTokenSelector:** fix padding override ([de6970b](https://gitlab.com/gitlab-org/gitlab-ui/commit/de6970b248a2e40638ec3d1f1367d5f339c7e30b))
2235
2236# [17.19.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.18.1...v17.19.0) (2020-07-08)
2237
2238
2239### Features
2240
2241* add missing spacing utils from 1-7 ([8023560](https://gitlab.com/gitlab-org/gitlab-ui/commit/8023560fec571efef25a25e0a0e327f9ed34d6ac))
2242
2243## [17.18.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.18.0...v17.18.1) (2020-07-07)
2244
2245
2246### Bug Fixes
2247
2248* **GlGroup:** Update GLRadio and GlCheck Groups ([28de43d](https://gitlab.com/gitlab-org/gitlab-ui/commit/28de43dfad26dcdcf209ea6ea58e566068636802))
2249
2250# [17.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.17.0...v17.18.0) (2020-07-07)
2251
2252
2253### Features
2254
2255* Add gl-sticky utility class ([d2fcd6a](https://gitlab.com/gitlab-org/gitlab-ui/commit/d2fcd6a995641ab5d33eadc4720d7aaaca731bb3))
2256
2257# [17.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.16.0...v17.17.0) (2020-07-06)
2258
2259
2260### Features
2261
2262* **css:** Add absolute position utility classes ([976e498](https://gitlab.com/gitlab-org/gitlab-ui/commit/976e498349eb373f0ecdfd815fa172527ddd2b36))
2263* **spinner:** Remove hardcoded aria-hidden ([f50816c](https://gitlab.com/gitlab-org/gitlab-ui/commit/f50816ce8a851c5da1cae3d86f2a63664421aadb))
2264* Add gl-ml-11 utility class ([05be542](https://gitlab.com/gitlab-org/gitlab-ui/commit/05be542ea7eeba35f63e63fccfb4c7c6ad49ffe8))
2265
2266# [17.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.15.0...v17.16.0) (2020-07-06)
2267
2268
2269### Features
2270
2271* add gl-text-body mixin for default text color ([63dec63](https://gitlab.com/gitlab-org/gitlab-ui/commit/63dec63c00ad0a207416d9578aa0acd97fe2162c))
2272
2273# [17.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.14.0...v17.15.0) (2020-07-06)
2274
2275
2276### Features
2277
2278* **css:** Add size min-width full to utility class ([9e91352](https://gitlab.com/gitlab-org/gitlab-ui/commit/9e9135272a7e489019deb3772146280e7d82069f))
2279
2280# [17.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.13.0...v17.14.0) (2020-07-03)
2281
2282
2283### Features
2284
2285* **css:** Add responsive margin to utility class ([3b571d0](https://gitlab.com/gitlab-org/gitlab-ui/commit/3b571d04c27926d9643418dddeff555c68138f82))
2286
2287# [17.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.12.0...v17.13.0) (2020-07-02)
2288
2289
2290### Features
2291
2292* add 2px top and bottom borders ([7be09e8](https://gitlab.com/gitlab-org/gitlab-ui/commit/7be09e8e784bdd54763ffe1b13fd80ab5c382a9d))
2293
2294# [17.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.11.0...v17.12.0) (2020-07-02)
2295
2296
2297### Features
2298
2299* **filtered-search:** Add container style support for token ([6bc9b02](https://gitlab.com/gitlab-org/gitlab-ui/commit/6bc9b020364e46be86f3f2c02e06a5e67a514935))
2300
2301# [17.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.10.1...v17.11.0) (2020-07-02)
2302
2303
2304### Features
2305
2306* **textarea:** Allow resizing ([b0b8ece](https://gitlab.com/gitlab-org/gitlab-ui/commit/b0b8ece00d0dac909aa4329ae107c27e5555ea0b))
2307
2308## [17.10.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.10.0...v17.10.1) (2020-06-30)
2309
2310
2311### Bug Fixes
2312
2313* fix invisible borders in Edge and friends ([39a4d89](https://gitlab.com/gitlab-org/gitlab-ui/commit/39a4d89604254e0df60a2ea8db52f4fe9b47ba22))
2314
2315# [17.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.9.0...v17.10.0) (2020-06-30)
2316
2317
2318### Features
2319
2320* **css:** Add size 12 width utility class ([c90dde7](https://gitlab.com/gitlab-org/gitlab-ui/commit/c90dde7ec8e97857af0055b8b4e4960059bc1643))
2321
2322# [17.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.8.2...v17.9.0) (2020-06-29)
2323
2324
2325### Features
2326
2327* add gl-text-truncate utility class ([2eefff9](https://gitlab.com/gitlab-org/gitlab-ui/commit/2eefff991ced0aa0122efe3e78ea422204d374ae))
2328
2329## [17.8.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.8.1...v17.8.2) (2020-06-26)
2330
2331
2332### Bug Fixes
2333
2334* **buttons:** Correct default button resting border color ([1e8305a](https://gitlab.com/gitlab-org/gitlab-ui/commit/1e8305ada8bf352ca44c0f7c0d5cf085e6f548ed))
2335
2336## [17.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.8.0...v17.8.1) (2020-06-26)
2337
2338
2339### Bug Fixes
2340
2341* **toggle:** Add help text to toggles ([2ba188a](https://gitlab.com/gitlab-org/gitlab-ui/commit/2ba188aa1b31cb8fef1833a28a1f49f76a780a6d))
2342
2343# [17.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.7.1...v17.8.0) (2020-06-26)
2344
2345
2346### Features
2347
2348* Make card bg color overridable with scss ([39cd1d8](https://gitlab.com/gitlab-org/gitlab-ui/commit/39cd1d87d13b275f3a101140dafc89e6647c9527))
2349
2350## [17.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.7.0...v17.7.1) (2020-06-26)
2351
2352
2353### Bug Fixes
2354
2355* **search-box-by-type:** Revert clear button focus fix ([a4b17f0](https://gitlab.com/gitlab-org/gitlab-ui/commit/a4b17f01449e37b704c9da18b97adf7bb732e8a7))
2356
2357# [17.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.6.2...v17.7.0) (2020-06-26)
2358
2359
2360### Features
2361
2362* add gl-pt-2 utility class ([2e48434](https://gitlab.com/gitlab-org/gitlab-ui/commit/2e4843483df5b3cac19105f09d018a44f81a3b44))
2363
2364## [17.6.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.6.1...v17.6.2) (2020-06-26)
2365
2366
2367### Bug Fixes
2368
2369* **search-box-by-type:** Fix clear button focus ([89d2697](https://gitlab.com/gitlab-org/gitlab-ui/commit/89d26970678a8ce8502add4b7ab2228df8200622))
2370
2371## [17.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.6.0...v17.6.1) (2020-06-25)
2372
2373
2374### Bug Fixes
2375
2376* **tooltip:** Remove x pad for topright positions ([cf1c5b8](https://gitlab.com/gitlab-org/gitlab-ui/commit/cf1c5b80aab72a20a47e9539631d78da40058d13))
2377
2378# [17.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.5.0...v17.6.0) (2020-06-24)
2379
2380
2381### Features
2382
2383* **GlTokenSelector:** explicitly emit `keydown` event ([d9f222d](https://gitlab.com/gitlab-org/gitlab-ui/commit/d9f222da7126dd3cfa38b1ce9b5f02c4fd0f99e6))
2384
2385# [17.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.4.0...v17.5.0) (2020-06-24)
2386
2387
2388### Features
2389
2390* **chart:** Reverse order of tooltip values ([83a2302](https://gitlab.com/gitlab-org/gitlab-ui/commit/83a23021e97a7fca6baa09d77d6b77a64fccdf06))
2391
2392# [17.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.3.1...v17.4.0) (2020-06-24)
2393
2394
2395### Features
2396
2397* **modal:** Modal with scrollable content ([dc03c44](https://gitlab.com/gitlab-org/gitlab-ui/commit/dc03c44e24398a3be91b6b2c26726c890d57381c))
2398
2399## [17.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.3.0...v17.3.1) (2020-06-23)
2400
2401
2402### Bug Fixes
2403
2404* **GLTokenSelector:** move text input specific HTML attributes ([59d2bb9](https://gitlab.com/gitlab-org/gitlab-ui/commit/59d2bb9bf69cfb15d897f9621db1f4fcc868432f))
2405
2406# [17.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.2.0...v17.3.0) (2020-06-23)
2407
2408
2409### Features
2410
2411* **charts:** Add legend hover state ([65002eb](https://gitlab.com/gitlab-org/gitlab-ui/commit/65002ebf3edbb5451c0de19f0bd599a1920635f2))
2412
2413# [17.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.1.0...v17.2.0) (2020-06-19)
2414
2415
2416### Features
2417
2418* Add gl-mb-7 utlity class ([f0ff828](https://gitlab.com/gitlab-org/gitlab-ui/commit/f0ff8286f30b8a4615306d055deb52ce4d54b1e0))
2419
2420# [17.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.0.1...v17.1.0) (2020-06-18)
2421
2422
2423### Features
2424
2425* Add gl-display-sm-none and gl-translate-y-n100 classes ([506e519](https://gitlab.com/gitlab-org/gitlab-ui/commit/506e5196e6aedec82264f3f1a860efbed09901b9))
2426
2427## [17.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v17.0.0...v17.0.1) (2020-06-17)
2428
2429
2430### Bug Fixes
2431
2432* Revert Set modal max-height dynamically ([1f9bb02](https://gitlab.com/gitlab-org/gitlab-ui/commit/1f9bb02df105b6a102043b96101e07c82787de45))
2433
2434# [17.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.12.2...v17.0.0) (2020-06-17)
2435
2436
2437### Bug Fixes
2438
2439* **filters:** Properly work with history dropdown items ([c8d9e31](https://gitlab.com/gitlab-org/gitlab-ui/commit/c8d9e31a03fb577112b4075f696434d57e41577c))
2440
2441
2442### BREAKING CHANGES
2443
2444* **filters:** Selecting history item does not trigger
2445submit event anymore. Instead new history-item-selected
2446event will be triggered.
2447
2448This allows customizing behavior of our search when needed
2449
2450## [16.12.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.12.1...v16.12.2) (2020-06-16)
2451
2452
2453### Bug Fixes
2454
2455* **GlButton:** Increse GlButton CSS specificity ([0d22860](https://gitlab.com/gitlab-org/gitlab-ui/commit/0d228603fde0987cc754b795a10781687ffd8795))
2456* **GlSafeLinkDirective:** Make update transformation reactive ([05565ad](https://gitlab.com/gitlab-org/gitlab-ui/commit/05565ad53de0aa38c897e7bfcc1ff0ee0f815364))
2457
2458## [16.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.12.0...v16.12.1) (2020-06-16)
2459
2460
2461### Reverts
2462
2463* Revert "fix(toggles): Add help text to toggles" ([ad5c55d](https://gitlab.com/gitlab-org/gitlab-ui/commit/ad5c55d006987a86325df733071ad13922a1c6a6))
2464
2465# [16.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.11.0...v16.12.0) (2020-06-16)
2466
2467
2468### Features
2469
2470* **css:** Add negative margin utilities ([393581c](https://gitlab.com/gitlab-org/gitlab-ui/commit/393581c9c5ff0777e60a2ff33e2a2ae2c0de0d33))
2471* **modal:** Set modal max height dynamically ([58470b5](https://gitlab.com/gitlab-org/gitlab-ui/commit/58470b5ee0c9afb495a99894c4b73b60d1119524))
2472
2473# [16.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.10.0...v16.11.0) (2020-06-15)
2474
2475
2476### Bug Fixes
2477
2478* **toggles:** Add help text to toggles ([e3a93a4](https://gitlab.com/gitlab-org/gitlab-ui/commit/e3a93a44e20d04f3321b97b440999b63bef4e0fc))
2479
2480
2481### Features
2482
2483* **GlLink:** Add safe-link directive to gl-link ([31817ef](https://gitlab.com/gitlab-org/gitlab-ui/commit/31817ef4e1c9a2f45f0bfe9b17a59a3162ef12eb))
2484
2485# [16.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.9.0...v16.10.0) (2020-06-15)
2486
2487
2488### Features
2489
2490* **GlTokenSelector:** Add token selector component ([6a55777](https://gitlab.com/gitlab-org/gitlab-ui/commit/6a5577703a0c8c572310b4fc92b06ccdcb3c190e))
2491
2492# [16.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.8.3...v16.9.0) (2020-06-12)
2493
2494
2495### Features
2496
2497* **css:** Add padding utility ([192ff26](https://gitlab.com/gitlab-org/gitlab-ui/commit/192ff26d76902805aa29dc7513b1223bfe001e75))
2498
2499## [16.8.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.8.2...v16.8.3) (2020-06-12)
2500
2501
2502### Bug Fixes
2503
2504* **button:** Remove font weight bold from primary buttons ([2e7549d](https://gitlab.com/gitlab-org/gitlab-ui/commit/2e7549d15d3bf84e9e1bacee8e8ec137aa36b5d1))
2505
2506## [16.8.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.8.1...v16.8.2) (2020-06-11)
2507
2508
2509### Bug Fixes
2510
2511* **GlChartLegend:** remove tooltips from labels of tabular legends ([8e9b7bd](https://gitlab.com/gitlab-org/gitlab-ui/commit/8e9b7bdd5e5650c6f2b5ba8387794de65b52e70f))
2512
2513## [16.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.8.0...v16.8.1) (2020-06-11)
2514
2515
2516### Bug Fixes
2517
2518* **GlHeatMap:** Enable responsive heatmap ([a490d62](https://gitlab.com/gitlab-org/gitlab-ui/commit/a490d621f4e5fd7ba7b316d4390cb88b4345ca46))
2519
2520# [16.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.7.0...v16.8.0) (2020-06-11)
2521
2522
2523### Features
2524
2525* **utilities:** Add gl-str-truncated ([1424ba9](https://gitlab.com/gitlab-org/gitlab-ui/commit/1424ba99a8682369a0eb09409e09e3d5d3840288))
2526
2527# [16.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.6.3...v16.7.0) (2020-06-11)
2528
2529
2530### Features
2531
2532* **Alert:** normalize text, buttons, and links ([495179e](https://gitlab.com/gitlab-org/gitlab-ui/commit/495179e84ebd68bd0053a5799b3ebd7ae9c80e4e))
2533
2534## [16.6.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.6.2...v16.6.3) (2020-06-10)
2535
2536
2537### Bug Fixes
2538
2539* **GlHeatMap:** disable pointer events on legend ([c7263da](https://gitlab.com/gitlab-org/gitlab-ui/commit/c7263daa5481381f5bfff2b3e98b48d3f72aa01b))
2540
2541## [16.6.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.6.1...v16.6.2) (2020-06-10)
2542
2543
2544### Bug Fixes
2545
2546* **css:** Add "deg" unit to rotation utilities ([d10c025](https://gitlab.com/gitlab-org/gitlab-ui/commit/d10c025107d0cd118678162e5519241dfb8e6459))
2547
2548## [16.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.6.0...v16.6.1) (2020-06-10)
2549
2550
2551### Bug Fixes
2552
2553* **GlLabel:** Add focus state ([12f43ea](https://gitlab.com/gitlab-org/gitlab-ui/commit/12f43eae2e58a3a805afd04d295e9592aa177164))
2554
2555# [16.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.5.0...v16.6.0) (2020-06-10)
2556
2557
2558### Features
2559
2560* **GlSafeLink:** Add safe link directive ([1721feb](https://gitlab.com/gitlab-org/gitlab-ui/commit/1721feb893c037ac7eecd72ec215e9219858d04b))
2561
2562# [16.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.4.1...v16.5.0) (2020-06-09)
2563
2564
2565### Features
2566
2567* **css:** Add rotate and flip utilities ([aeb1c21](https://gitlab.com/gitlab-org/gitlab-ui/commit/aeb1c213332b7e2f6064fa4843bf17150387125e))
2568
2569## [16.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.4.0...v16.4.1) (2020-06-09)
2570
2571
2572### Bug Fixes
2573
2574* **css:** Update segment control css ([09a3875](https://gitlab.com/gitlab-org/gitlab-ui/commit/09a3875a86845003784aaab38d52178a4e2a945a))
2575* **GlHeatMap:** Update broken styles ([cba66e8](https://gitlab.com/gitlab-org/gitlab-ui/commit/cba66e83664188dfbfd5821831eed025697e426f))
2576
2577# [16.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.3.0...v16.4.0) (2020-06-09)
2578
2579
2580### Features
2581
2582* **css:** Added gl-my-3 utility ([5d2f9cc](https://gitlab.com/gitlab-org/gitlab-ui/commit/5d2f9cc319789fccdb44fae9fbcbb561334f2116))
2583
2584# [16.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.2.1...v16.3.0) (2020-06-05)
2585
2586
2587### Features
2588
2589* **AreaChart, LineChart:** prevent data tooltip freeze ([78d6a17](https://gitlab.com/gitlab-org/gitlab-ui/commit/78d6a17c6eccc237a3298e3d1c80ed29be37073b))
2590
2591## [16.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.2.0...v16.2.1) (2020-06-03)
2592
2593
2594### Bug Fixes
2595
2596* **deps:** upgrade BootstrapVue to v2.13.1 ([58b2711](https://gitlab.com/gitlab-org/gitlab-ui/commit/58b2711a80338522ad734b0990a8a59b80a83401))
2597
2598# [16.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.1.0...v16.2.0) (2020-06-03)
2599
2600
2601### Features
2602
2603* **css:** Add more css utils ([21f8403](https://gitlab.com/gitlab-org/gitlab-ui/commit/21f8403e9695aeab89cbb7fe9203e72e1208daa6))
2604
2605# [16.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v16.0.0...v16.1.0) (2020-05-28)
2606
2607
2608### Features
2609
2610* Add .gl-sr-only utility class ([0d64fdd](https://gitlab.com/gitlab-org/gitlab-ui/commit/0d64fddc0c38de40eae4f33163eaa9b916a9d87c))
2611
2612# [16.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.6.0...v16.0.0) (2020-05-26)
2613
2614
2615### Features
2616
2617* **badge:** Update styling of text badges ([ece3e44](https://gitlab.com/gitlab-org/gitlab-ui/commit/ece3e44194a54ae8ab2ebe2cd5e172d5ec6396c6))
2618
2619
2620### BREAKING CHANGES
2621
2622* **badge:** This implements the [text-only][1] versions of the
2623latest badge designs. Support for icons will be added in a future
2624version.
2625
2626 - This removes the `primary`, `secondary`, `light` and `dark` variants
2627 of GlBadge, and adds the `muted` and `neutral` variants.
2628 - The `pill` prop is now ignored, and all GlBadges are of the `pill`
2629 type.
2630
2631It's recommended to replace usage of the removed variants with the new
2632variants:
2633
2634 primary -> info
2635 secondary -> neutral
2636 light -> muted
2637 dark -> neutral
2638
2639[1]: https://gitlab.com/gitlab-org/gitlab-ui/-/issues/481
2640
2641# [15.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.5.0...v15.6.0) (2020-05-25)
2642
2643
2644### Features
2645
2646* **css:** Mark utility classes as !important ([c4d7a4e](https://gitlab.com/gitlab-org/gitlab-ui/commit/c4d7a4e6d7f295f7b74a200477a21753526e2cf9))
2647
2648# [15.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.4.3...v15.5.0) (2020-05-25)
2649
2650
2651### Features
2652
2653* **css:** Add overflow visible utility ([1844a1b](https://gitlab.com/gitlab-org/gitlab-ui/commit/1844a1b32c8cb1820e42fc77b166fb217bedca91))
2654
2655## [15.4.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.4.2...v15.4.3) (2020-05-25)
2656
2657
2658### Bug Fixes
2659
2660* **infinite-scroll:** Render totalItems if positive ([cc3f75e](https://gitlab.com/gitlab-org/gitlab-ui/commit/cc3f75ee50def8226adf23f40384f121b5cbae46))
2661
2662## [15.4.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.4.1...v15.4.2) (2020-05-25)
2663
2664
2665### Bug Fixes
2666
2667* **css:** gl-bg-data-viz-aqua typo ([e710541](https://gitlab.com/gitlab-org/gitlab-ui/commit/e71054171846ab8b9cd7e600b42a544ca168862f))
2668
2669## [15.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.4.0...v15.4.1) (2020-05-23)
2670
2671
2672### Bug Fixes
2673
2674* include src dir in npm package ([9402519](https://gitlab.com/gitlab-org/gitlab-ui/commit/9402519c0ea562d0bd191f500a0dd9b5edd7b260))
2675
2676# [15.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.3.0...v15.4.0) (2020-05-22)
2677
2678
2679### Features
2680
2681* **css:** Add overflow scroll utility ([3c961fd](https://gitlab.com/gitlab-org/gitlab-ui/commit/3c961fdfc245c03ed897aa05930dbc11c5f977b9))
2682
2683# [15.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.2.0...v15.3.0) (2020-05-22)
2684
2685
2686### Features
2687
2688* **gl-ml-*:** Add missing `gl-ml-*` utility mixins ([3711c01](https://gitlab.com/gitlab-org/gitlab-ui/commit/3711c0185f6225d611e8eedad46f5c8f50226bfd))
2689
2690# [15.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.1.0...v15.2.0) (2020-05-22)
2691
2692
2693### Features
2694
2695* **css:** Add padding-top-9 mixin ([2da3da5](https://gitlab.com/gitlab-org/gitlab-ui/commit/2da3da5dc845063367a8f489e6b3b3d622591744))
2696
2697# [15.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v15.0.0...v15.1.0) (2020-05-21)
2698
2699
2700### Features
2701
2702* Added font-style: italic utility ([9de0259](https://gitlab.com/gitlab-org/gitlab-ui/commit/9de02597a26eb20e488d2522b75f8d37472f9a46))
2703
2704# [15.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.17.0...v15.0.0) (2020-05-21)
2705
2706
2707### Bug Fixes
2708
2709* **css:** update stateful and responsive mixins naming pattern ([d2e99f5](https://gitlab.com/gitlab-org/gitlab-ui/commit/d2e99f587afc451639432376f59f543508c169f4))
2710
2711
2712### BREAKING CHANGES
2713
2714* **css:** Stateful and responsive mixins naming patterns
2715have been updated so that they always start with the `gl-` prefix,
2716followed by the state or breakpoint.
2717
2718Make sure to update your utility class usages to reflect those changes.
2719
2720For example:
2721
2722```patch
2723- <div class="hover-gl-rounded-base">
2724+ <div class="gl-hover-rounded-base">
2725```
2726
2727# [14.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.16.0...v14.17.0) (2020-05-21)
2728
2729
2730### Features
2731
2732* **markdown:** Compact markdown typescale ([04702d7](https://gitlab.com/gitlab-org/gitlab-ui/commit/04702d7f0f2dc62a29dcf257bc25d2aac69809e4))
2733
2734# [14.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.15.0...v14.16.0) (2020-05-20)
2735
2736
2737### Features
2738
2739* **css:** compile utility classes library ([a0fa474](https://gitlab.com/gitlab-org/gitlab-ui/commit/a0fa47459a91fb9135fc820962d7c0745d32720e))
2740* **css:** Harmonize Bootstrap and GitLab UI bolds ([d811d66](https://gitlab.com/gitlab-org/gitlab-ui/commit/d811d669a717fad6061b9b230af361d320ffac69))
2741
2742# [14.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.14.2...v14.15.0) (2020-05-20)
2743
2744
2745### Features
2746
2747* **css:** add stateful utility classes ([5841a1d](https://gitlab.com/gitlab-org/gitlab-ui/commit/5841a1dc3611c5a93818b031d714c68c9ad1b0ea))
2748
2749## [14.14.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.14.1...v14.14.2) (2020-05-20)
2750
2751
2752### Bug Fixes
2753
2754* **GlLabel:** Add focus state to label ([aa7d8b9](https://gitlab.com/gitlab-org/gitlab-ui/commit/aa7d8b9fb5928706a6cc0f0f9c83046e9d03b7e7))
2755
2756## [14.14.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.14.0...v14.14.1) (2020-05-20)
2757
2758
2759### Bug Fixes
2760
2761* **GlLegend:** Remove bogus test selector ([4982611](https://gitlab.com/gitlab-org/gitlab-ui/commit/49826119b925accfee445540bb63d4648942775d))
2762
2763# [14.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.13.1...v14.14.0) (2020-05-20)
2764
2765
2766### Features
2767
2768* **GlDropdown:** Add show method to GlDropdown ([7e95b05](https://gitlab.com/gitlab-org/gitlab-ui/commit/7e95b055036027c623f73cadc33235e0afec606b))
2769
2770
2771### Reverts
2772
2773* fix(Link): Add support to allow only safe urls ([1bb51a0](https://gitlab.com/gitlab-org/gitlab-ui/commit/1bb51a02eb21af3da3b553b42d9346f87998ccdb))
2774
2775## [14.13.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.13.0...v14.13.1) (2020-05-19)
2776
2777
2778### Bug Fixes
2779
2780* **Link:** Add support to allow only safe urls ([85b2ae1](https://gitlab.com/gitlab-org/gitlab-ui/commit/85b2ae1f86bb59bc2639d90b87e2c1e3cea73bb4))
2781
2782# [14.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.12.1...v14.13.0) (2020-05-18)
2783
2784
2785### Features
2786
2787* **css:** Expose gl-border-r-2 class ([6600c9a](https://gitlab.com/gitlab-org/gitlab-ui/commit/6600c9a3bb454bf52aeb1a78b8708d9673e56ce5))
2788* **css:** Expose some data viz color utility classes ([3615162](https://gitlab.com/gitlab-org/gitlab-ui/commit/3615162312700efd4965444f246a197754f3097c))
2789
2790## [14.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.12.0...v14.12.1) (2020-05-18)
2791
2792
2793### Bug Fixes
2794
2795* **GlLegend:** Add stable test selector ([c8f2d48](https://gitlab.com/gitlab-org/gitlab-ui/commit/c8f2d4873a583cd842aff722ebd40a6aaf9ee436))
2796
2797# [14.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.11.2...v14.12.0) (2020-05-18)
2798
2799
2800### Features
2801
2802* **css:** Expose gl-h-2 utility class ([2300ab6](https://gitlab.com/gitlab-org/gitlab-ui/commit/2300ab68ac58dbb08a10aabc12841b47d9bbfca2))
2803
2804## [14.11.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.11.1...v14.11.2) (2020-05-18)
2805
2806
2807### Bug Fixes
2808
2809* **label:** Make dark scoped label text compatible with dark theme ([ec88fc0](https://gitlab.com/gitlab-org/gitlab-ui/commit/ec88fc09b5e62a6158552995fe3de95241f21d96))
2810
2811## [14.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.11.0...v14.11.1) (2020-05-15)
2812
2813
2814### Bug Fixes
2815
2816* **GlDatepicker:** fix x-axis padding ([9d4ed9f](https://gitlab.com/gitlab-org/gitlab-ui/commit/9d4ed9f2e65b139a8d6393583a2dd99f4f4676a0))
2817
2818# [14.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.10.2...v14.11.0) (2020-05-15)
2819
2820
2821### Features
2822
2823* **charts:** add tabular legend layout support to charts ([512d6b3](https://gitlab.com/gitlab-org/gitlab-ui/commit/512d6b3cd203c4495b7ee17b3805f1ffca52f10a))
2824
2825## [14.10.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.10.1...v14.10.2) (2020-05-15)
2826
2827
2828### Bug Fixes
2829
2830* uses the new buttons in empty states ([6f754ff](https://gitlab.com/gitlab-org/gitlab-ui/commit/6f754ff948e1b491b5ea9a32a8daf317d66d75e5))
2831
2832## [14.10.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.10.0...v14.10.1) (2020-05-14)
2833
2834
2835### Bug Fixes
2836
2837* **GlTextArea:** Fix form input readonly styles ([7f1e9a2](https://gitlab.com/gitlab-org/gitlab-ui/commit/7f1e9a28d3214bd2f75d905a2154370c76d49b0c))
2838
2839# [14.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.9.0...v14.10.0) (2020-05-14)
2840
2841
2842### Features
2843
2844* **css:** Add flex-direction-row responsive utilities ([9460fc5](https://gitlab.com/gitlab-org/gitlab-ui/commit/9460fc5edde5629c3013685acb21420ea025d012))
2845
2846# [14.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.8.1...v14.9.0) (2020-05-14)
2847
2848
2849### Features
2850
2851* **nav:** Add GlNavItemDropdown component ([c011b64](https://gitlab.com/gitlab-org/gitlab-ui/commit/c011b64fc84cdd753b41a9da91604cf7b3ce5326))
2852* **nav:** Add GlNavItemDropdown component ([21adf07](https://gitlab.com/gitlab-org/gitlab-ui/commit/21adf073b620b627215ccbab7df418273e16b18e))
2853
2854## [14.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.8.0...v14.8.1) (2020-05-13)
2855
2856
2857### Bug Fixes
2858
2859* **GlFormGroup:** Remove border-bottom ([d212ea9](https://gitlab.com/gitlab-org/gitlab-ui/commit/d212ea93137b3233771a587ce54e591921bfc3b1))
2860
2861# [14.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.7.0...v14.8.0) (2020-05-12)
2862
2863
2864### Features
2865
2866* **css:** Add border utilties ([b7f0a45](https://gitlab.com/gitlab-org/gitlab-ui/commit/b7f0a45640da4873cb2ff998adf5341120ab891b))
2867
2868# [14.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.6.1...v14.7.0) (2020-05-12)
2869
2870
2871### Bug Fixes
2872
2873* **GlFormInput:** Restore form input plaintext styles ([b270072](https://gitlab.com/gitlab-org/gitlab-ui/commit/b270072fa5d9ffdce91d9d93d089fd00e400ea13))
2874
2875
2876### Features
2877
2878* **GlChartLegend:** add tabular layout variation ([8180bf2](https://gitlab.com/gitlab-org/gitlab-ui/commit/8180bf23796eb4b83e4aaefb366638e6ef98fd64))
2879
2880## [14.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.6.0...v14.6.1) (2020-05-11)
2881
2882
2883### Bug Fixes
2884
2885* **css:** add gray-800 text utility ([f2d85ee](https://gitlab.com/gitlab-org/gitlab-ui/commit/f2d85eef414f785d80c26958e65367fcf21a4bb7))
2886
2887# [14.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.5.2...v14.6.0) (2020-05-11)
2888
2889
2890### Features
2891
2892* **css:** add two padding classe ([c4c3969](https://gitlab.com/gitlab-org/gitlab-ui/commit/c4c39699d378b1cfa3ae610e78347a5e4814ab3d))
2893
2894## [14.5.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.5.1...v14.5.2) (2020-05-11)
2895
2896
2897### Bug Fixes
2898
2899* **GlButton:** Add conditional for icon ([ca2d5ee](https://gitlab.com/gitlab-org/gitlab-ui/commit/ca2d5ee57bc2005d2079689284f4535dddabc12a))
2900
2901## [14.5.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.5.0...v14.5.1) (2020-05-11)
2902
2903
2904### Bug Fixes
2905
2906* **css:** Rename inherit color to reset ([d8ec0fc](https://gitlab.com/gitlab-org/gitlab-ui/commit/d8ec0fcc2131ea9723c670eee592ed329f4853f7))
2907* **Path:** Fix styles on non-white bg ([e070796](https://gitlab.com/gitlab-org/gitlab-ui/commit/e0707968f8b5f1c5974901b1e5fdca45b4c87206))
2908
2909# [14.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.4.1...v14.5.0) (2020-05-07)
2910
2911
2912### Bug Fixes
2913
2914* **charts:** Use correct palette for series ([29d43cb](https://gitlab.com/gitlab-org/gitlab-ui/commit/29d43cb6411f966c4ec021d8b03776314c0bca84))
2915
2916
2917### Features
2918
2919* Add additional justify css styles ([d7ea9fd](https://gitlab.com/gitlab-org/gitlab-ui/commit/d7ea9fd289121c7e3b65fd2b4e730e7735944507))
2920
2921## [14.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.4.0...v14.4.1) (2020-05-07)
2922
2923
2924### Bug Fixes
2925
2926* **css:** Rename inherist text to reset ([36c335e](https://gitlab.com/gitlab-org/gitlab-ui/commit/36c335e3c974419f045201988a10da117bfec25a))
2927
2928# [14.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.3.1...v14.4.0) (2020-05-07)
2929
2930
2931### Bug Fixes
2932
2933* Annotations tooltip logic ([fafe255](https://gitlab.com/gitlab-org/gitlab-ui/commit/fafe2555264b62b92c3eee6686225038458a2d88))
2934
2935
2936### Features
2937
2938* **Path:** Add icon to Path component ([b09443f](https://gitlab.com/gitlab-org/gitlab-ui/commit/b09443f4a665875399eb4041008c8e2faee7ff75))
2939
2940## [14.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.3.0...v14.3.1) (2020-05-07)
2941
2942
2943### Bug Fixes
2944
2945* **filters:** Correctly handle filters without v-model ([8682b6c](https://gitlab.com/gitlab-org/gitlab-ui/commit/8682b6cb405caa768c45a93872e2da820821e750))
2946* **GlSearchBoxByType:** Fix position of clear input icon ([dd5bacc](https://gitlab.com/gitlab-org/gitlab-ui/commit/dd5baccee5df7b51d5f039384d2d8f6dcd01ee7d))
2947
2948# [14.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.2.1...v14.3.0) (2020-05-07)
2949
2950
2951### Features
2952
2953* **filters:** Make filters component to follow design system ([20b8fbd](https://gitlab.com/gitlab-org/gitlab-ui/commit/20b8fbdd3f389fd36f0df946910402bdc67b0cb0))
2954
2955## [14.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.2.0...v14.2.1) (2020-05-06)
2956
2957
2958### Bug Fixes
2959
2960* **css:** Button text ellipsis ([e0368cd](https://gitlab.com/gitlab-org/gitlab-ui/commit/e0368cd90d0450d3245bf06be89c6ab99051b11d))
2961
2962# [14.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.1.0...v14.2.0) (2020-05-06)
2963
2964
2965### Features
2966
2967* **GlNewDropdown:** Add inherited toggle-class ([50243de](https://gitlab.com/gitlab-org/gitlab-ui/commit/50243deb8c60631ff189a870152b6655bc41b0ee))
2968
2969# [14.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v14.0.0...v14.1.0) (2020-05-06)
2970
2971
2972### Features
2973
2974* **css:** Add display table utility ([10a378e](https://gitlab.com/gitlab-org/gitlab-ui/commit/10a378e4bf35b1926b2b6d0617e8f15db57c13de))
2975
2976# [14.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.9.0...v14.0.0) (2020-05-05)
2977
2978
2979### Bug Fixes
2980
2981* **css:** update to -10 variable ([485f157](https://gitlab.com/gitlab-org/gitlab-ui/commit/485f157f9f3268a978a41c4ae740c659b86c3092))
2982* Rename gray-0 to gray-10 ([13905a6](https://gitlab.com/gitlab-org/gitlab-ui/commit/13905a680cfcbbb70b2ea1b88adc004ad61cb310))
2983
2984
2985### Features
2986
2987* **Path:** Add metric variant ([e34938d](https://gitlab.com/gitlab-org/gitlab-ui/commit/e34938d6c28e83e956aa2575368667adb2596cdc))
2988
2989
2990### BREAKING CHANGES
2991
2992* $white is $gray-0, whereas this is still slightly gray
2993
2994# [13.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.8.2...v13.9.0) (2020-05-04)
2995
2996
2997### Features
2998
2999* **path:** Implement path component ([82f36c4](https://gitlab.com/gitlab-org/gitlab-ui/commit/82f36c4fa75f3b428a569a76d85e88be655c0a73))
3000
3001## [13.8.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.8.1...v13.8.2) (2020-04-30)
3002
3003
3004### Bug Fixes
3005
3006* Update card component border and footer colors ([26047e7](https://gitlab.com/gitlab-org/gitlab-ui/commit/26047e74a88c81c0d8d3a40945af76b02b75c3bd))
3007
3008## [13.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.8.0...v13.8.1) (2020-04-30)
3009
3010
3011### Bug Fixes
3012
3013* **GlButton:** update loading style ([a03ad7c](https://gitlab.com/gitlab-org/gitlab-ui/commit/a03ad7c16936a91b9a80fbf7bf2ead62a64a3422))
3014
3015# [13.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.7.1...v13.8.0) (2020-04-30)
3016
3017
3018### Features
3019
3020* **label:** Remove doc link from scoped labels and correct padding ([b4ae184](https://gitlab.com/gitlab-org/gitlab-ui/commit/b4ae18490938d27c2c0cf0f7832a2f547e686181))
3021
3022## [13.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.7.0...v13.7.1) (2020-04-30)
3023
3024
3025### Bug Fixes
3026
3027* **deps:** upgrade Vue and move it out of dependencies ([55c87d5](https://gitlab.com/gitlab-org/gitlab-ui/commit/55c87d51bcf9ad8dca85a3002def47b80af6217f))
3028* **filters:** Use dropdown icons in filters ([21b4619](https://gitlab.com/gitlab-org/gitlab-ui/commit/21b4619baf9ab3c2153ad06000ce42f908385a5e))
3029
3030# [13.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.6.1...v13.7.0) (2020-04-30)
3031
3032
3033### Bug Fixes
3034
3035* **GlDatepicker:** fix datepicker positioning ([4263493](https://gitlab.com/gitlab-org/gitlab-ui/commit/42634936e88b29dac9995f89d52c2ef7f581f523))
3036
3037
3038### Features
3039
3040* **GlDatepicker:** add slot for custom input ([95bb120](https://gitlab.com/gitlab-org/gitlab-ui/commit/95bb120a664efe69d41c74f3ae6dacd821bb8a26))
3041
3042## [13.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.6.0...v13.6.1) (2020-04-29)
3043
3044
3045### Bug Fixes
3046
3047* **css:** Support arbitrary widths on dropdown ([2ffe961](https://gitlab.com/gitlab-org/gitlab-ui/commit/2ffe96169e94b11b532ba16c6673c976876b2c52))
3048* **GlTextArea:** Set SSOT for styles ([62f703c](https://gitlab.com/gitlab-org/gitlab-ui/commit/62f703cd2f942fffe290a091defee437a2a8ae64))
3049
3050# [13.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.5.0...v13.6.0) (2020-04-29)
3051
3052
3053### Features
3054
3055* Add annotation markers to gitlab ui ([1d0c55e](https://gitlab.com/gitlab-org/gitlab-ui/commit/1d0c55eeff99d71a66dab9e9887d0096c4e74b3a))
3056
3057# [13.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.4.0...v13.5.0) (2020-04-27)
3058
3059
3060### Features
3061
3062* **css:** Remove white-light variable ([24669c2](https://gitlab.com/gitlab-org/gitlab-ui/commit/24669c2a2ea6e3c46a560a9dc178ba74a25e1438))
3063
3064# [13.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.3.0...v13.4.0) (2020-04-24)
3065
3066
3067### Features
3068
3069* **css:** Add line-height and text-align utils ([3048229](https://gitlab.com/gitlab-org/gitlab-ui/commit/3048229463886cf829a07b787c4e722f47d609e8))
3070
3071# [13.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.2.0...v13.3.0) (2020-04-24)
3072
3073
3074### Features
3075
3076* **nav:** Implement GlNav, GlNavItem components ([962b31b](https://gitlab.com/gitlab-org/gitlab-ui/commit/962b31b913aed57320092400505d2714266c94f6))
3077
3078# [13.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.1.0...v13.2.0) (2020-04-23)
3079
3080
3081### Bug Fixes
3082
3083* **button:** disable loading button ([111349d](https://gitlab.com/gitlab-org/gitlab-ui/commit/111349d7dc8f2d72b86b8f4410d510ec2ec7bcea))
3084
3085
3086### Features
3087
3088* **button:** add loading button ([3d5f2f2](https://gitlab.com/gitlab-org/gitlab-ui/commit/3d5f2f26f408816dd69d52bce28b4b0a447e0d29))
3089
3090# [13.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v13.0.0...v13.1.0) (2020-04-22)
3091
3092
3093### Features
3094
3095* **GlFormCheckboxTree:** add toggle all option ([15ce0fd](https://gitlab.com/gitlab-org/gitlab-ui/commit/15ce0fd113a11f8cdb1ac6515ef76025f246a275))
3096
3097# [13.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.3.0...v13.0.0) (2020-04-21)
3098
3099
3100### Bug Fixes
3101
3102* **input:** visible border in iOS ([d9a5aba](https://gitlab.com/gitlab-org/gitlab-ui/commit/d9a5abaf8808ca265ccb489ad69206e435e9eb4d))
3103
3104
3105### Code Refactoring
3106
3107* 💡 Remove deprecated number sizes from GlLoadingIcon ([d26f397](https://gitlab.com/gitlab-org/gitlab-ui/commit/d26f397a078f07a2d0a3a5e0085acded2a2cd9f2))
3108
3109
3110### BREAKING CHANGES
3111
3112* 🧨 GlLoadingIcon does not accept size as a number.
3113Use string instead.
3114
3115# [12.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.2.0...v12.3.0) (2020-04-21)
3116
3117
3118### Features
3119
3120* add clearInput event ([21b9656](https://gitlab.com/gitlab-org/gitlab-ui/commit/21b965621b4fdf8f2310c2c434c625c6d486e1d7))
3121
3122# [12.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.1.1...v12.2.0) (2020-04-20)
3123
3124
3125### Features
3126
3127* **markdown:** Implement markdown typescale ([05d4a64](https://gitlab.com/gitlab-org/gitlab-ui/commit/05d4a64fe30f20937aa0eeed6ed513fb2ddbac57))
3128
3129## [12.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.1.0...v12.1.1) (2020-04-18)
3130
3131
3132### Bug Fixes
3133
3134* **charts:** update legend label spacing ([1a42ccc](https://gitlab.com/gitlab-org/gitlab-ui/commit/1a42ccc3f49af871f0393560939bed4bccfe496d))
3135
3136# [12.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.0.3...v12.1.0) (2020-04-17)
3137
3138
3139### Features
3140
3141* **heatmap:** Add tooltip slot ([0f7f74e](https://gitlab.com/gitlab-org/gitlab-ui/commit/0f7f74eca1b8b96ff2af8ba6614a9367570897cf))
3142
3143## [12.0.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.0.2...v12.0.3) (2020-04-16)
3144
3145
3146### Bug Fixes
3147
3148* **dropdown:** Remove bootstrap [@extend](https://gitlab.com/extend) statements ([ff4fa76](https://gitlab.com/gitlab-org/gitlab-ui/commit/ff4fa76b3a83cacefafc01f1a401aa7bbdb21265))
3149
3150## [12.0.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.0.1...v12.0.2) (2020-04-16)
3151
3152
3153### Bug Fixes
3154
3155* Resolve pagination links not working in compact mode ([978bb49](https://gitlab.com/gitlab-org/gitlab-ui/commit/978bb49338928b7343ee4083d513824780ea9ac3))
3156
3157## [12.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v12.0.0...v12.0.1) (2020-04-16)
3158
3159
3160### Bug Fixes
3161
3162* **charts:** fix engineering notation formatter locale issue ([20259fb](https://gitlab.com/gitlab-org/gitlab-ui/commit/20259fb1481ce627ddad764c835643883d75426d))
3163* **GlFormTextArea:** Apply error styles ([79bac04](https://gitlab.com/gitlab-org/gitlab-ui/commit/79bac04cc744d0a950938e95afb93b105a566ef4))
3164
3165# [12.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.7.0...v12.0.0) (2020-04-15)
3166
3167
3168### Code Refactoring
3169
3170* rename GlNewButton to GlButton ([abc8156](https://gitlab.com/gitlab-org/gitlab-ui/commit/abc81566df72c691fbe34839d62e484c29d11f12))
3171
3172
3173### BREAKING CHANGES
3174
3175* The GlNewButton component has been renamed to GlButton
3176
3177Make sure to update your import statements:
3178
3179```patch
3180- import { GlNewButton } from '@gitlab/ui';
3181+ import { GlButton } from '@gitlab/ui';
3182```
3183
3184And your templates:
3185
3186```patch
3187- <gl-new-button></gl-new-button>
3188+ <gl-button></gl-button>
3189```
3190
3191# [11.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.6.0...v11.7.0) (2020-04-14)
3192
3193
3194### Features
3195
3196* add GlFormCheckboxTree component ([5818d56](https://gitlab.com/gitlab-org/gitlab-ui/commit/5818d564eaf3dcb03f710ade22741a5cf7c7e519))
3197
3198# [11.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.5.0...v11.6.0) (2020-04-14)
3199
3200
3201### Features
3202
3203* Add annotations arrow and tooltip ([56d8a41](https://gitlab.com/gitlab-org/gitlab-ui/commit/56d8a411dce5af6dcee4642b7b6033d31365b3a3))
3204
3205# [11.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.4.0...v11.5.0) (2020-04-14)
3206
3207
3208### Features
3209
3210* **css:** Add display utilities ([5cf8173](https://gitlab.com/gitlab-org/gitlab-ui/commit/5cf81733bb2188d66097c4aa4ce39926ba2dd6ae))
3211* **css:** Add opacity utilities ([2ce766a](https://gitlab.com/gitlab-org/gitlab-ui/commit/2ce766a29522f0924e99b5f27aaf5ef2974f35c7))
3212
3213# [11.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.3.0...v11.4.0) (2020-04-14)
3214
3215
3216### Features
3217
3218* **css:** Add missing scale utilities ([f21d085](https://gitlab.com/gitlab-org/gitlab-ui/commit/f21d0851c0d7a8b4ae383873de6d95e8a15afeed))
3219
3220# [11.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.2.1...v11.3.0) (2020-04-13)
3221
3222
3223### Features
3224
3225* **charts:** Update chart css for long labels ([41bef73](https://gitlab.com/gitlab-org/gitlab-ui/commit/41bef73421abb8d220a96a51bcb881bd52ad8d2c))
3226* **css:** Add flex fill css utility ([65ba334](https://gitlab.com/gitlab-org/gitlab-ui/commit/65ba334f8ff45f0ce26d71aff738409c4fca7866))
3227* **css:** Add padding utilities ([4d65503](https://gitlab.com/gitlab-org/gitlab-ui/commit/4d655037824a838899c3599c484a40e08837811a))
3228
3229## [11.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.2.0...v11.2.1) (2020-04-09)
3230
3231
3232### Bug Fixes
3233
3234* **button:** icon button fill color ([e913662](https://gitlab.com/gitlab-org/gitlab-ui/commit/e9136627b454ddd87ba71a3f15d5095bd3938e07))
3235
3236# [11.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.1.0...v11.2.0) (2020-04-08)
3237
3238
3239### Features
3240
3241* **css:** Add cursor grab css utility ([ad0f02c](https://gitlab.com/gitlab-org/gitlab-ui/commit/ad0f02c61ba3571c5f96d443c2d6ae0418b1d02b))
3242* **css:** Update transform naming ([c8621ca](https://gitlab.com/gitlab-org/gitlab-ui/commit/c8621ca7b2530050afd19870b96169676510126e))
3243
3244# [11.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.0.3...v11.1.0) (2020-04-06)
3245
3246
3247### Features
3248
3249* **css:** Add missing y transform utilities ([32f8b26](https://gitlab.com/gitlab-org/gitlab-ui/commit/32f8b26f04af049dc947c23a3f4162fe1772cf1c))
3250
3251## [11.0.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.0.2...v11.0.3) (2020-04-06)
3252
3253
3254### Bug Fixes
3255
3256* **filters:** Fix styles for GitLab ([2fb56b4](https://gitlab.com/gitlab-org/gitlab-ui/commit/2fb56b4c7ad9f5623f5ece39105789a1e5e19c44))
3257
3258## [11.0.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.0.1...v11.0.2) (2020-04-03)
3259
3260
3261### Bug Fixes
3262
3263* **DaterangePicker:** Add sameDaySelection prop ([44a6459](https://gitlab.com/gitlab-org/gitlab-ui/commit/44a645972dc998bfd05b85909cfdd0ff7f95d305))
3264
3265## [11.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v11.0.0...v11.0.1) (2020-04-03)
3266
3267
3268### Bug Fixes
3269
3270* Chart tooltip positioning logic ([03d7dbf](https://gitlab.com/gitlab-org/gitlab-ui/commit/03d7dbf268a9df4c9f4716ba2664c793b083adcc))
3271
3272# [11.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.4.0...v11.0.0) (2020-04-02)
3273
3274
3275### Features
3276
3277* Add focus state mixins, utilize for form inputs ([72c7be1](https://gitlab.com/gitlab-org/gitlab-ui/commit/72c7be11f753eae566e5bd45c1d4faafb18027b1))
3278* rename GlButton to GlDeprecatedButton ([123324b](https://gitlab.com/gitlab-org/gitlab-ui/commit/123324bb5f973456d233741b4c93c9b1e885579e))
3279
3280
3281### BREAKING CHANGES
3282
3283* The GlButton component has been renamed to
3284GlDeprecatedButton.
3285
3286Import statements need to be updated accordingly:
3287
3288Before:
3289
3290import { GlButton } from '@gitlab/ui';
3291
3292After:
3293
3294import { GlDeprecatedButton } from '@gitlab/ui';
3295
3296In Vue templates, make sure to update the component's usages as well:
3297
3298Before:
3299
3300<gl-button>My button</gl-button>
3301
3302After:
3303
3304<gl-button>My button</gl-button>
3305
3306# [10.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.3.3...v10.4.0) (2020-04-02)
3307
3308
3309### Features
3310
3311* **colors:** Add more text colors for export ([34e39e3](https://gitlab.com/gitlab-org/gitlab-ui/commit/34e39e3ac1dc6b72cc92a3e9bb9f2423b650fe62))
3312
3313## [10.3.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.3.2...v10.3.3) (2020-04-01)
3314
3315
3316### Bug Fixes
3317
3318* Add missing GlAvatar import in GlNewDropdownItem ([be6b3fe](https://gitlab.com/gitlab-org/gitlab-ui/commit/be6b3fe638ee0aeb926ade2d0d7c35500328d249))
3319* **banner:** set line heights and spacings explicitly ([0dbb214](https://gitlab.com/gitlab-org/gitlab-ui/commit/0dbb214774b1ae356b05898c07de97822f7b6d84))
3320
3321## [10.3.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.3.1...v10.3.2) (2020-04-01)
3322
3323
3324### Bug Fixes
3325
3326* block button padding ([e2bc974](https://gitlab.com/gitlab-org/gitlab-ui/commit/e2bc974a24181c7f1cd3cda5f854aab00beaf1ea))
3327* **button:** center text in block button ([b4d10b7](https://gitlab.com/gitlab-org/gitlab-ui/commit/b4d10b7527c85828645e75b2df3cb7588049c4ba))
3328
3329## [10.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.3.0...v10.3.1) (2020-04-01)
3330
3331
3332### Bug Fixes
3333
3334* **radio:** Fix v-model binding ([611e369](https://gitlab.com/gitlab-org/gitlab-ui/commit/611e369c8bffbd9620da7ce5360c16b44dd5fdce))
3335
3336# [10.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.2.0...v10.3.0) (2020-04-01)
3337
3338
3339### Features
3340
3341* **filters:** Fill operator part if only one operator exists ([be4ee6f](https://gitlab.com/gitlab-org/gitlab-ui/commit/be4ee6f81849c34d02642b136a3acb5ed9c1f180))
3342
3343# [10.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.1.3...v10.2.0) (2020-04-01)
3344
3345
3346### Features
3347
3348* Add annotations ([24126fc](https://gitlab.com/gitlab-org/gitlab-ui/commit/24126fcd17ec616bc158c29726049c5d0bafc47e))
3349
3350## [10.1.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.1.2...v10.1.3) (2020-03-31)
3351
3352
3353### Bug Fixes
3354
3355* **segmented_control:** Handle loop edge case ([0afba6f](https://gitlab.com/gitlab-org/gitlab-ui/commit/0afba6fad29e63372b220e401f804ee6b5bd27ad)), closes [/gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/1230#note_313466652](https://gitlab.com//gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/1230/issues/note_313466652)
3356
3357## [10.1.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.1.1...v10.1.2) (2020-03-30)
3358
3359
3360### Bug Fixes
3361
3362* **form:** Update form group message spacing ([a82db41](https://gitlab.com/gitlab-org/gitlab-ui/commit/a82db41e7994019e3e9d444f9a962d8f371d4b5b))
3363
3364## [10.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.1.0...v10.1.1) (2020-03-30)
3365
3366
3367### Bug Fixes
3368
3369* align dropdown caret when block ([eefffcd](https://gitlab.com/gitlab-org/gitlab-ui/commit/eefffcda51bb6c1d722459d88fbd4fac0a6a6189))
3370* use gitlab util class ([7a174f6](https://gitlab.com/gitlab-org/gitlab-ui/commit/7a174f688f2c4fe3d8cf36e78d1171256ad1c8ec))
3371
3372# [10.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.0.1...v10.1.0) (2020-03-27)
3373
3374
3375### Features
3376
3377* **colors:** Mark color variables as default ([e9b0d5b](https://gitlab.com/gitlab-org/gitlab-ui/commit/e9b0d5bb6ff86eabb2748b0b339a721af5d73999))
3378
3379
3380### Reverts
3381
3382* only run on danger-review MR creation/update ([fa68ce0](https://gitlab.com/gitlab-org/gitlab-ui/commit/fa68ce03c723205f6b11c48ed9c4c8372b98de1e))
3383
3384## [10.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v10.0.0...v10.0.1) (2020-03-25)
3385
3386
3387### Bug Fixes
3388
3389* **popover:** add margin 0 by default for popover header ([0028f6f](https://gitlab.com/gitlab-org/gitlab-ui/commit/0028f6f3672d5eec951c895f772c6f231be51aba))
3390
3391# [10.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.33.1...v10.0.0) (2020-03-23)
3392
3393
3394### Features
3395
3396* **colors:** Improve color palette accessibility ([8309567](https://gitlab.com/gitlab-org/gitlab-ui/commit/8309567ffb15bc01011abaf9450178f49ae4ad83))
3397
3398
3399### Reverts
3400
3401* only run on danger-review MR creation/update ([3d174e5](https://gitlab.com/gitlab-org/gitlab-ui/commit/3d174e550e6a5b3f02790932d8c0cb78591f77ab))
3402
3403
3404### BREAKING CHANGES
3405
3406* **colors:** Update color variables to match the
3407accessibility improvements in the Pajamas color specification
3408
3409## [9.33.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.33.0...v9.33.1) (2020-03-23)
3410
3411
3412### Bug Fixes
3413
3414* Make data visualization variables clearer ([5ca173a](https://gitlab.com/gitlab-org/gitlab-ui/commit/5ca173abd7bb3f268dd1567a7c64810d7de8765d))
3415
3416# [9.33.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.32.0...v9.33.0) (2020-03-20)
3417
3418
3419### Features
3420
3421* Data visualization color palette ([22a979f](https://gitlab.com/gitlab-org/gitlab-ui/commit/22a979f8a1c46ab2dca41084e176fb64b3c9bf25))
3422
3423# [9.32.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.31.2...v9.32.0) (2020-03-19)
3424
3425
3426### Features
3427
3428* Dynamically position axis names for long axis labels ([466bbf5](https://gitlab.com/gitlab-org/gitlab-ui/commit/466bbf5e914c8c4cbc922bd7f74fc083aad5af62))
3429
3430## [9.31.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.31.1...v9.31.2) (2020-03-19)
3431
3432
3433### Bug Fixes
3434
3435* add test coverage for events ([4f3a3a5](https://gitlab.com/gitlab-org/gitlab-ui/commit/4f3a3a5aa78b51f73f7bde6d8c89c059820b0b14))
3436* adjust secondary action on modal ([52079c7](https://gitlab.com/gitlab-org/gitlab-ui/commit/52079c79896d10b5d4502bc7afeed27ad07b105d))
3437
3438## [9.31.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.31.0...v9.31.1) (2020-03-19)
3439
3440
3441### Bug Fixes
3442
3443* Set label font size ([8241e2a](https://gitlab.com/gitlab-org/gitlab-ui/commit/8241e2ac527bbfa65b3d82d49cf284371c34b179))
3444
3445# [9.31.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.30.0...v9.31.0) (2020-03-18)
3446
3447
3448### Features
3449
3450* **css:** Generate stateful utility classes ([e9ca4f1](https://gitlab.com/gitlab-org/gitlab-ui/commit/e9ca4f180ea7fd5aa2b3afce09cf283f8d4ca786))
3451
3452# [9.30.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.29.0...v9.30.0) (2020-03-17)
3453
3454
3455### Features
3456
3457* **barchart:** Support bar charts ([d4d0f7e](https://gitlab.com/gitlab-org/gitlab-ui/commit/d4d0f7e9206f27be46fb0fcda1665dad8fb2c35e))
3458
3459# [9.29.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.28.0...v9.29.0) (2020-03-17)
3460
3461
3462### Features
3463
3464* **css:** Add missing spacing utilities ([bd24d60](https://gitlab.com/gitlab-org/gitlab-ui/commit/bd24d601aff43a43ab18ce5bd90d72529cec2144))
3465
3466# [9.28.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.27.0...v9.28.0) (2020-03-14)
3467
3468
3469### Features
3470
3471* Receive inherited attrs & listeners in infinite scroll ([2847f92](https://gitlab.com/gitlab-org/gitlab-ui/commit/2847f9239d4496dd89b3b74cd5f4edbc5c0f59e1))
3472
3473# [9.27.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.26.0...v9.27.0) (2020-03-13)
3474
3475
3476### Features
3477
3478* **filters:** Fix error when scrolling to suggestion ([4595b2b](https://gitlab.com/gitlab-org/gitlab-ui/commit/4595b2bd2f5496bcef1dd51d7f62f1bd3c314d55))
3479
3480# [9.26.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.25.0...v9.26.0) (2020-03-13)
3481
3482
3483### Features
3484
3485* **css:** Add spacing utilities ([1f03cfe](https://gitlab.com/gitlab-org/gitlab-ui/commit/1f03cfe64b41b788c9fd94df9f3ad8884f31b741))
3486
3487# [9.25.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.24.0...v9.25.0) (2020-03-13)
3488
3489
3490### Features
3491
3492* **css:** add spacing utilities ([56e534c](https://gitlab.com/gitlab-org/gitlab-ui/commit/56e534cbcb4d062b48470149a1c8e8dc2f97a129))
3493
3494# [9.24.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.23.2...v9.24.0) (2020-03-12)
3495
3496
3497### Features
3498
3499* **filters:** Sync filters implementation with draft spec ([436eb51](https://gitlab.com/gitlab-org/gitlab-ui/commit/436eb5139e90ec4a096e033454553ca81eee6348))
3500* **utilities:** Add missing utilities ([fd029b2](https://gitlab.com/gitlab-org/gitlab-ui/commit/fd029b28aba2fec62453e3f01f6cc658ec0cf1fc))
3501
3502## [9.23.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.23.1...v9.23.2) (2020-03-11)
3503
3504
3505### Bug Fixes
3506
3507* Update pagination scss to remove custom bootstrap breakpoint ([adc5c55](https://gitlab.com/gitlab-org/gitlab-ui/commit/adc5c550e82177bd02cd5b42e5e2a434cd32eaef))
3508
3509## [9.23.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.23.0...v9.23.1) (2020-03-10)
3510
3511
3512### Bug Fixes
3513
3514* add gl-border-gray-100 utility ([bd2897c](https://gitlab.com/gitlab-org/gitlab-ui/commit/bd2897cc499dde7edf08838300ab1413a0971660))
3515
3516# [9.23.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.22.1...v9.23.0) (2020-03-05)
3517
3518
3519### Features
3520
3521* Adds an navbar component ([3c3d97e](https://gitlab.com/gitlab-org/gitlab-ui/commit/3c3d97e4904b41732aaa355095f6f421d5e03cc6))
3522
3523## [9.22.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.22.0...v9.22.1) (2020-03-04)
3524
3525
3526### Bug Fixes
3527
3528* Reverting flag until it’s true ([21139f0](https://gitlab.com/gitlab-org/gitlab-ui/commit/21139f09f1dfcf4e5e8529b0075f84b089bcb26e))
3529
3530# [9.22.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.21.2...v9.22.0) (2020-03-04)
3531
3532
3533### Bug Fixes
3534
3535* **rollup:** include config.js in dist/ ([d0792d8](https://gitlab.com/gitlab-org/gitlab-ui/commit/d0792d8b4857dc7424c941ef3b5ca119c74c12ab))
3536
3537
3538### Features
3539
3540* Adds an observer component ([314dda4](https://gitlab.com/gitlab-org/gitlab-ui/commit/314dda4b7e37ba103daaa797c37a718d504a5b3c))
3541
3542## [9.21.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.21.1...v9.21.2) (2020-03-04)
3543
3544
3545### Bug Fixes
3546
3547* Registers GlIcon for the GlNewDropdownItems component ([91ae2a3](https://gitlab.com/gitlab-org/gitlab-ui/commit/91ae2a30ab78d8bebdd5989f39655e07f166cfac))
3548
3549## [9.21.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.21.0...v9.21.1) (2020-03-03)
3550
3551
3552### Bug Fixes
3553
3554* **label:** Style fix for labels without link ([0807e47](https://gitlab.com/gitlab-org/gitlab-ui/commit/0807e472f92b423b0894b33e5b336fa54959ad55))
3555
3556# [9.21.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.20.0...v9.21.0) (2020-03-03)
3557
3558
3559### Features
3560
3561* Allow input examples to display ([496f979](https://gitlab.com/gitlab-org/gitlab-ui/commit/496f9798d3e9c926851aaa5ce03f916cd2f1a7ea))
3562
3563# [9.20.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.19.0...v9.20.0) (2020-03-02)
3564
3565
3566### Features
3567
3568* **css:** add 'gl-pl-4' spacing mixin ([7ff8bab](https://gitlab.com/gitlab-org/gitlab-ui/commit/7ff8babf2d1d2278724e2d19f9b661293c7757a7))
3569
3570# [9.19.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.18.2...v9.19.0) (2020-03-02)
3571
3572
3573### Features
3574
3575* **token:** Add new token variants ([603e909](https://gitlab.com/gitlab-org/gitlab-ui/commit/603e909752598ebcd144873dca575ecb1b645b32))
3576
3577## [9.18.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.18.1...v9.18.2) (2020-03-02)
3578
3579
3580### Bug Fixes
3581
3582* Add border to invalid input ([e245506](https://gitlab.com/gitlab-org/gitlab-ui/commit/e245506e2f45a7354a207de32103d58afc0d7b27))
3583
3584## [9.18.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.18.0...v9.18.1) (2020-02-29)
3585
3586
3587### Bug Fixes
3588
3589* **avatar:** Fix avatar styles SASS error ([5df627a](https://gitlab.com/gitlab-org/gitlab-ui/commit/5df627a5b13d27c71d9135264d55405f23ca992a))
3590
3591# [9.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.17.0...v9.18.0) (2020-02-28)
3592
3593
3594### Features
3595
3596* Make gitlab-ui tree-shakeable ([6fd7f1f](https://gitlab.com/gitlab-org/gitlab-ui/commit/6fd7f1fdc12d731d87f75148a1688fba18a3d974))
3597
3598# [9.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.16.0...v9.17.0) (2020-02-26)
3599
3600
3601### Features
3602
3603* **avatar:** Use correct avatar font sizes ([e6a149a](https://gitlab.com/gitlab-org/gitlab-ui/commit/e6a149a986782252e911384cd7c8d073f8769abf))
3604
3605# [9.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.15.0...v9.16.0) (2020-02-25)
3606
3607
3608### Features
3609
3610* **typescale:** Implement UI typescale ([4fc0e56](https://gitlab.com/gitlab-org/gitlab-ui/commit/4fc0e56217800069bf85a4a2e25b4acd2047bfb9))
3611
3612# [9.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.14.0...v9.15.0) (2020-02-25)
3613
3614
3615### Features
3616
3617* update tooltip delay speed ([f127fe2](https://gitlab.com/gitlab-org/gitlab-ui/commit/f127fe2979a1b4381afeaf000ff97bf83f378ae6))
3618
3619# [9.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.13.0...v9.14.0) (2020-02-24)
3620
3621
3622### Features
3623
3624* **pagination:** use gl-icon in prev and next page items ([6d42aff](https://gitlab.com/gitlab-org/gitlab-ui/commit/6d42aff7beb73a7b4adc065cb7fb86f918da73d6))
3625
3626# [9.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.12.0...v9.13.0) (2020-02-24)
3627
3628
3629### Features
3630
3631* **label:** Add title to scoped label tooltip ([47d96d5](https://gitlab.com/gitlab-org/gitlab-ui/commit/47d96d5a70e412f62d3f67ba60af98ee3c6d9fad))
3632
3633# [9.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.11.2...v9.12.0) (2020-02-24)
3634
3635
3636### Features
3637
3638* Adds a new button variation ([a9f95c9](https://gitlab.com/gitlab-org/gitlab-ui/commit/a9f95c91d4b1d4079ba4236ea5b055346b5fd99f))
3639
3640## [9.11.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.11.1...v9.11.2) (2020-02-19)
3641
3642
3643### Bug Fixes
3644
3645* **dropdown:** Fix dropdown caret alignment ([fc9126c](https://gitlab.com/gitlab-org/gitlab-ui/commit/fc9126c591bc61f09ab907f1b688c21e56cfd355))
3646
3647## [9.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.11.0...v9.11.1) (2020-02-17)
3648
3649
3650### Bug Fixes
3651
3652* Show all tooltips when multiple series ([ed022dc](https://gitlab.com/gitlab-org/gitlab-ui/commit/ed022dc036dba2629907a002f898df43e8ed2d84))
3653
3654# [9.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.10.1...v9.11.0) (2020-02-17)
3655
3656
3657### Features
3658
3659* **css:** Add pajamas typescale variables ([bd9ed44](https://gitlab.com/gitlab-org/gitlab-ui/commit/bd9ed447d81c790b488ddb0364fbdd4fca72e241))
3660
3661## [9.10.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.10.0...v9.10.1) (2020-02-14)
3662
3663
3664### Bug Fixes
3665
3666* **radio:** Explicitly set line height ([7d58f43](https://gitlab.com/gitlab-org/gitlab-ui/commit/7d58f438e530cc08a051273dc0a35bcb68c84aac))
3667
3668# [9.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.9.0...v9.10.0) (2020-02-13)
3669
3670
3671### Features
3672
3673* **css:** Expose gl-bg-theme-indigo-50 utility class ([3a364e2](https://gitlab.com/gitlab-org/gitlab-ui/commit/3a364e25fe18c915642d6458f5318ae401c629d5))
3674
3675# [9.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.8.0...v9.9.0) (2020-02-12)
3676
3677
3678### Features
3679
3680* Add autofocus in modal component ([a1f0c8d](https://gitlab.com/gitlab-org/gitlab-ui/commit/a1f0c8dc30de6f525925cae8ad32897a434d42d9))
3681
3682# [9.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.7.0...v9.8.0) (2020-02-11)
3683
3684
3685### Features
3686
3687* Add tooltip to badge for GlAvatarsInline ([81c5495](https://gitlab.com/gitlab-org/gitlab-ui/commit/81c5495852a38fea8bc920e74700aea8c9035105))
3688
3689# [9.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.6.1...v9.7.0) (2020-02-11)
3690
3691
3692### Features
3693
3694* Add gl-form component ([1c4aa0f](https://gitlab.com/gitlab-org/gitlab-ui/commit/1c4aa0f392844bf5715e7335baa688a2b831def9))
3695
3696## [9.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.6.0...v9.6.1) (2020-02-11)
3697
3698
3699### Bug Fixes
3700
3701* Bind bootstrap-vue tooltip events ([bee4bec](https://gitlab.com/gitlab-org/gitlab-ui/commit/bee4bec39fca86c667fcf5c1f1a60985459d05d8))
3702
3703# [9.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.5.0...v9.6.0) (2020-02-10)
3704
3705
3706### Features
3707
3708* add visible label to gl-toggle ([d57be1e](https://gitlab.com/gitlab-org/gitlab-ui/commit/d57be1eccb5c5b19702d30c650f0e0f97cfc2c22))
3709
3710# [9.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.4.1...v9.5.0) (2020-02-07)
3711
3712
3713### Features
3714
3715* **filtered_search:** Implement filtered search ([7ff1ee2](https://gitlab.com/gitlab-org/gitlab-ui/commit/7ff1ee2f1d847b002bad215fdfc03a0b088de507))
3716
3717## [9.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.4.0...v9.4.1) (2020-02-07)
3718
3719
3720### Bug Fixes
3721
3722* **form-input:** apply form-control-focus mixin ([5f2f686](https://gitlab.com/gitlab-org/gitlab-ui/commit/5f2f6860348a499879b3ce925b82a773cfe79904))
3723
3724# [9.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.3.0...v9.4.0) (2020-02-05)
3725
3726
3727### Bug Fixes
3728
3729* **labels:** moved ref from link ([7bc45d0](https://gitlab.com/gitlab-org/gitlab-ui/commit/7bc45d03734814d1d7fc255585a7dec09a240b1e))
3730
3731
3732### Features
3733
3734* **carousel:** Build carousel component ([f29e8fe](https://gitlab.com/gitlab-org/gitlab-ui/commit/f29e8fe0a8d1a0e72a3555b37697058a29068350))
3735
3736# [9.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.2.6...v9.3.0) (2020-02-04)
3737
3738
3739### Features
3740
3741* update size prop to match ds ([ec1400f](https://gitlab.com/gitlab-org/gitlab-ui/commit/ec1400f49f311463919630da6015b8ea0a8f60ef))
3742
3743## [9.2.6](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.2.5...v9.2.6) (2020-01-31)
3744
3745
3746### Bug Fixes
3747
3748* Make classes for gl-filtered-search-suggestion more specific in order to override styles in GitLab ([d475389](https://gitlab.com/gitlab-org/gitlab-ui/commit/d4753891600e6c7ba89f45581b757b207f09fb44))
3749
3750## [9.2.5](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.2.4...v9.2.5) (2020-01-31)
3751
3752
3753### Reverts
3754
3755* fix(bootstrap-vue): Upgrade bootstrap-vue ([f20c5e1](https://gitlab.com/gitlab-org/gitlab-ui/commit/f20c5e1006fe95e5687621956d6d15fc776a6c3d))
3756
3757## [9.2.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.2.3...v9.2.4) (2020-01-30)
3758
3759
3760### Bug Fixes
3761
3762* **bootstrap-vue:** Upgrade bootstrap-vue to 2.3.0 ([d531986](https://gitlab.com/gitlab-org/gitlab-ui/commit/d5319865534f6e496f2255b1d3591352c6e5bb60))
3763
3764## [9.2.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.2.2...v9.2.3) (2020-01-29)
3765
3766
3767### Bug Fixes
3768
3769* add @gitlab/svgs to peerDependencies ([00381c2](https://gitlab.com/gitlab-org/gitlab-ui/commit/00381c285d557142e4569b7d4e03d28478896237))
3770
3771## [9.2.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.2.1...v9.2.2) (2020-01-28)
3772
3773
3774### Bug Fixes
3775
3776* Help text font size being overridden ([3bb7d41](https://gitlab.com/gitlab-org/gitlab-ui/commit/3bb7d4199edf93999a3a46767fe943b3c6a63526))
3777
3778## [9.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.2.0...v9.2.1) (2020-01-28)
3779
3780
3781### Bug Fixes
3782
3783* **popover:** Expose popover event listeners ([684c786](https://gitlab.com/gitlab-org/gitlab-ui/commit/684c7862bdac3f38edf05ba5ef2dcc533202b44d))
3784
3785# [9.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.1.0...v9.2.0) (2020-01-28)
3786
3787
3788### Features
3789
3790* **filtered_search:** Implement static binary token ([591ced0](https://gitlab.com/gitlab-org/gitlab-ui/commit/591ced08a21be587cf8ac7ac3395d859c2721511))
3791
3792# [9.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.0.2...v9.1.0) (2020-01-28)
3793
3794
3795### Features
3796
3797* Add Collapse component ([6be57d0](https://gitlab.com/gitlab-org/gitlab-ui/commit/6be57d07628b717b65f4df51a477ca577d2d068a))
3798* **sprintf:** Allow full sentence interpolation ([af82918](https://gitlab.com/gitlab-org/gitlab-ui/commit/af82918633eaf19d40ea2da36e98401496f6e27a)), closes [/gitlab.com/gitlab-org/gitlab/issues/21344#note_221778896](https://gitlab.com//gitlab.com/gitlab-org/gitlab/issues/21344/issues/note_221778896)
3799
3800## [9.0.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.0.1...v9.0.2) (2020-01-24)
3801
3802
3803### Bug Fixes
3804
3805* **broadcast message:** adjust vertical spacing ([82d5cca](https://gitlab.com/gitlab-org/gitlab-ui/commit/82d5cca46526f6c2118e113edca9ea04e173b432))
3806
3807## [9.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v9.0.0...v9.0.1) (2020-01-24)
3808
3809
3810### Bug Fixes
3811
3812* Enhance daterange_picker range selection ([fa2c4c1](https://gitlab.com/gitlab-org/gitlab-ui/commit/fa2c4c1cbc0fbc4c3b4744c31b63470322f120e7))
3813
3814# [9.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.21.0...v9.0.0) (2020-01-23)
3815
3816
3817### Code Refactoring
3818
3819* Upgrade BootstrapVue to 2.1.0 ([6d6ef5b](https://gitlab.com/gitlab-org/gitlab-ui/commit/6d6ef5bfaade2dc13f86f5f27311aaaebef2df69))
3820
3821
3822### BREAKING CHANGES
3823
3824* Upgrade bootstrap-vue dependency to version 2.1.0. This
3825upgrade contains the following breaking changes:
3826
3827- Import statements for bootstrap-vue components changed.
3828- BTable component has a new slot syntax for custom content.
3829- BTabs component has a new slot syntax for contentless tabs
3830- BPopover and BTooltip components were completely rewritten
3831
3832For more information about this upgrade, check BootstrapVue changelog
3833page https://bootstrap-vue.org/docs/misc/changelog
3834
3835# [8.21.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.20.0...v8.21.0) (2020-01-23)
3836
3837
3838### Features
3839
3840* **avatars:** Detach collapsed state from badge ([a24270b](https://gitlab.com/gitlab-org/gitlab-ui/commit/a24270bcae6ca70cfe0fb651c9a9aa5349f7933d))
3841
3842# [8.20.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.19.1...v8.20.0) (2020-01-23)
3843
3844
3845### Features
3846
3847* **color:** adding $purple color variables ([9310e3f](https://gitlab.com/gitlab-org/gitlab-ui/commit/9310e3f0d48e32ab3fcfb83cbfe628ced2f95988))
3848
3849## [8.19.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.19.0...v8.19.1) (2020-01-22)
3850
3851
3852### Bug Fixes
3853
3854* **avatars-inline:** Fix collapsible behavior ([bb60fdb](https://gitlab.com/gitlab-org/gitlab-ui/commit/bb60fdb2a8c23982467ccfabfaf85d93ea865d36))
3855
3856# [8.19.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.18.0...v8.19.0) (2020-01-21)
3857
3858
3859### Features
3860
3861* Introduce new modal API ([65d8135](https://gitlab.com/gitlab-org/gitlab-ui/commit/65d81352be7f42256b3f27a52b8b90b5a4a80d6a))
3862
3863# [8.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.17.0...v8.18.0) (2020-01-20)
3864
3865
3866### Bug Fixes
3867
3868* Tooltip on Label for gitlab ([10a9507](https://gitlab.com/gitlab-org/gitlab-ui/commit/10a95070d63ad11b51e02eb115a5b92ca120bdd6))
3869
3870
3871### Features
3872
3873* update button props ([95f971c](https://gitlab.com/gitlab-org/gitlab-ui/commit/95f971c1be00045769ea91281e1967951efbed76))
3874
3875# [8.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.16.0...v8.17.0) (2020-01-17)
3876
3877
3878### Features
3879
3880* **filtered_search:** Implement filtered search binary token ([6b14c21](https://gitlab.com/gitlab-org/gitlab-ui/commit/6b14c21077cf60f601c715baa4b943e2b278327d))
3881
3882# [8.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.15.0...v8.16.0) (2020-01-16)
3883
3884
3885### Features
3886
3887* Inline avatars component ([688feba](https://gitlab.com/gitlab-org/gitlab-ui/commit/688febaf7cdb145165042a06a2b2fab8d7ad2f11))
3888
3889# [8.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.14.0...v8.15.0) (2020-01-14)
3890
3891
3892### Features
3893
3894* **filtered_search:** Implement filtered search term ([1d0bc82](https://gitlab.com/gitlab-org/gitlab-ui/commit/1d0bc82f3e74159e9572ba96a8af60ab701fc860))
3895
3896# [8.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.13.0...v8.14.0) (2020-01-14)
3897
3898
3899### Features
3900
3901* add broadcast message component ([aaf98e6](https://gitlab.com/gitlab-org/gitlab-ui/commit/aaf98e65aa01bc3607069eaa9b0d3209f02e680e))
3902
3903# [8.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.12.0...v8.13.0) (2020-01-10)
3904
3905
3906### Features
3907
3908* **filtered_search:** Implement filtered search suggestions ([8b67b12](https://gitlab.com/gitlab-org/gitlab-ui/commit/8b67b12313df23a3b576f4f6f5a8d7a95d682631))
3909
3910# [8.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.11.0...v8.12.0) (2020-01-10)
3911
3912
3913### Features
3914
3915* Add Input Group component ([16fa807](https://gitlab.com/gitlab-org/gitlab-ui/commit/16fa807113dc0faf847577e5e0b8953e3d940537))
3916
3917# [8.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.10.0...v8.11.0) (2020-01-09)
3918
3919
3920### Bug Fixes
3921
3922* prevent text prop when icon/split are used ([ad5e9ec](https://gitlab.com/gitlab-org/gitlab-ui/commit/ad5e9ec59c23d89638d5552558ec3edb91b96f5d))
3923* Set current year to fixed value ([789b612](https://gitlab.com/gitlab-org/gitlab-ui/commit/789b612487a987f5be2f45449461b2596b804812))
3924
3925
3926### Features
3927
3928* Add icon and split to new dropdown ([b9dc446](https://gitlab.com/gitlab-org/gitlab-ui/commit/b9dc446c040e00008d47df28babf629e33f5a404))
3929* **search:** Add tooltip container support for search components ([2ce9b7c](https://gitlab.com/gitlab-org/gitlab-ui/commit/2ce9b7c22e8edf152ea1a67101e3d6dd585c894e))
3930
3931# [8.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.9.0...v8.10.0) (2019-12-30)
3932
3933
3934### Features
3935
3936* Export breakpoints from utils ([b6e4ace](https://gitlab.com/gitlab-org/gitlab-ui/commit/b6e4ace54fec274e0de213c030eb42af1b0306a4))
3937
3938# [8.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.8.1...v8.9.0) (2019-12-20)
3939
3940
3941### Features
3942
3943* update dropdown examples ([ba6d9d7](https://gitlab.com/gitlab-org/gitlab-ui/commit/ba6d9d7b52bad22687db9f95b97eb06e37aebb8a))
3944
3945## [8.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.8.0...v8.8.1) (2019-12-20)
3946
3947
3948### Bug Fixes
3949
3950* Fix empty tooltip on sparklines ([a74c6e1](https://gitlab.com/gitlab-org/gitlab-ui/commit/a74c6e169d73b1ca15e64ed23a0a557ebae9fda6))
3951
3952# [8.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.7.0...v8.8.0) (2019-12-17)
3953
3954
3955### Features
3956
3957* Add xported utils ([1d35af2](https://gitlab.com/gitlab-org/gitlab-ui/commit/1d35af230a741503162e1f295e9737fcac597d4c))
3958
3959# [8.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.6.3...v8.7.0) (2019-12-17)
3960
3961
3962### Features
3963
3964* Init card component ([783121d](https://gitlab.com/gitlab-org/gitlab-ui/commit/783121dcb68a7d6d6b28b09ba29869de6610df46))
3965
3966## [8.6.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.6.2...v8.6.3) (2019-12-16)
3967
3968
3969### Bug Fixes
3970
3971* **search:** fix search components with gitlab CSS ([4c65fdd](https://gitlab.com/gitlab-org/gitlab-ui/commit/4c65fdd1485a0eb7f18eca09903309e8f34e60f0))
3972
3973## [8.6.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v8.6.1...v8.6.2) (2019-12-13)
3974
3975
3976### Reverts
3977
3978* feat: add and style badges ([b78b497](https://gitlab.com/gitlab-org/gitlab-ui/commit/b78b4976d2e47e4d7c37393d460fc134c07edbf6))