UNPKG

@gitlab/ui

Version:
1,311 lines (606 loc) • 175 kB
## [32.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.6.0...v32.6.1) (2021-09-03) ### Bug Fixes * **toast:** White text in dark mode ([f8a36ac](https://gitlab.com/gitlab-org/gitlab-ui/commit/f8a36acbf155a349975d4fc12dc61977e4613f23)) # [32.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.5.0...v32.6.0) (2021-09-02) ### Features * **GlDateRangePicker:** Add daterange indicator and help icon ([75a3661](https://gitlab.com/gitlab-org/gitlab-ui/commit/75a3661c2378e6713a892eb2b225d7956343d8a6)) # [32.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.4.0...v32.5.0) (2021-09-01) ### Features * **GlDropdown:** Add optional clear all button ([a265e49](https://gitlab.com/gitlab-org/gitlab-ui/commit/a265e49a298cf94f31398cf4c135dcae14057563)) # [32.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.3.2...v32.4.0) (2021-08-26) ### Features * **GlSingleStat:** Conditionally add hover class ([e931aae](https://gitlab.com/gitlab-org/gitlab-ui/commit/e931aaeb9dfcea85521cef4aa492d93b49d373d4)) ## [32.3.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.3.1...v32.3.2) (2021-08-25) ### Bug Fixes * **issue-template:** Remove deprecated label from issue template ([ca12a30](https://gitlab.com/gitlab-org/gitlab-ui/commit/ca12a3032db592bd29db0a6b0e4f05dc2e4b706e)) ## [32.3.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.3.0...v32.3.1) (2021-08-25) ### Bug Fixes * **GlDropdown:** Fix no-caret dropdown-button pd ([718e39e](https://gitlab.com/gitlab-org/gitlab-ui/commit/718e39ecba7ff61754a630e563f7f7dbeab16116)) # [32.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.2.3...v32.3.0) (2021-08-20) ### Features * **css:** Add min-width utility classes ([0738c1a](https://gitlab.com/gitlab-org/gitlab-ui/commit/0738c1af123449ae091f0cee6cbcb7fc580abb14)) ## [32.2.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.2.2...v32.2.3) (2021-08-19) ### Bug Fixes * **formInput:** fix cursor Issue on Colorpicker ([c1fa1bd](https://gitlab.com/gitlab-org/gitlab-ui/commit/c1fa1bd4a9a53fc12ad0dc481909796c1afc7356)) ## [32.2.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.2.1...v32.2.2) (2021-08-19) ### Bug Fixes * **GlFilteredSearch:** Stop component mutating `value` prop ([8e27e2e](https://gitlab.com/gitlab-org/gitlab-ui/commit/8e27e2ebbfc1584b3a86b0219405862303540e88)) ## [32.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.2.0...v32.2.1) (2021-08-16) ### Bug Fixes * **gaugeChart:** Correct reference ([456657d](https://gitlab.com/gitlab-org/gitlab-ui/commit/456657db91b3c650a05de0cc4ce32539e387faee)) # [32.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.1.0...v32.2.0) (2021-08-10) ### Features * **css:** Override pikaday colors to support dark mode for GlDatepicker ([3c28884](https://gitlab.com/gitlab-org/gitlab-ui/commit/3c28884553580f359b5751cc547308692e1d69e8)) # [32.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v32.0.0...v32.1.0) (2021-08-07) ### Features * add gl-pb-8 spacing utility ([d2d33e0](https://gitlab.com/gitlab-org/gitlab-ui/commit/d2d33e0f579fec347f19edd87be8eeb4867dbd3d)) # [32.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.7.0...v32.0.0) (2021-08-03) ### Bug Fixes * **GlToggle:** Make label required for accessibility ([1e8dc4a](https://gitlab.com/gitlab-org/gitlab-ui/commit/1e8dc4a07ac6a1f8997d0b976615db4d5a9c06b1)) ### Code Refactoring * Move documentation entrypoint to documentation/ ([85af91f](https://gitlab.com/gitlab-org/gitlab-ui/commit/85af91f21dc4e35013fe231ed9a76184cce5186a)) * **GlDeprecatedDropdown:** Delete GlDeprecatedDropdown component ([d151796](https://gitlab.com/gitlab-org/gitlab-ui/commit/d1517963468995ceff8b69416d3ecbefaa0824d2)) ### Features * Change supported browsers for pre-compiled version ([c48640c](https://gitlab.com/gitlab-org/gitlab-ui/commit/c48640c13f0735e4ca4f50e70310f20fe27a2326)) * Remove resize-observer-polyfill ([a23cd7c](https://gitlab.com/gitlab-org/gitlab-ui/commit/a23cd7cdb44fdf18e12f692ec9cb0734e388cd0a)) ### BREAKING CHANGES * If you target browsers that do not support ResizeObserver, you need to polyfill it yourself. * Pre-compiled version of GitLab UI dropped older browser support. If you need to use GitLab UI with older browsers, consume the source of GitLab UI directly. * If you imported `@gitlab/ui/documentation` it should still work as before, but you might need to import `@gitlab/ui/documentation/index.js` directly * **GlToggle:** Make label required so that every toggle has an accessible name. If a visual label is not desired then you can use label-position="hidden" to visually hide it. * **GlDeprecatedDropdown:** Delete GlDeprecatedDropdown as it is superseded by GlDropdown. # [31.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.6.1...v31.7.0) (2021-08-02) ### Features * allow to provide token styles in TokenSelector components ([15d48ed](https://gitlab.com/gitlab-org/gitlab-ui/commit/15d48ed9591ffa1d3645ff1434bab97ace1351e0)) ## [31.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.6.0...v31.6.1) (2021-07-29) ### Bug Fixes * **GlSorting:** Make dropdown toggle conform to design ([cf322a1](https://gitlab.com/gitlab-org/gitlab-ui/commit/cf322a1330f2b26bb5f6e221dafca9336ab5058a)) # [31.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.5.0...v31.6.0) (2021-07-21) ### Features * **GlDrawer:** Add sidebar variant ([a9a4bff](https://gitlab.com/gitlab-org/gitlab-ui/commit/a9a4bffe2f2ca8e66683b9e3cbcad3f492ede416)) # [31.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.4.1...v31.5.0) (2021-07-14) ### Features * **css:** Add padding size to utility class ([c40101e](https://gitlab.com/gitlab-org/gitlab-ui/commit/c40101e692d13ce5f1885ca7c1c1098d943ae39d)) ## [31.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.4.0...v31.4.1) (2021-07-13) ### Bug Fixes * **GlFilteredSearch:** Revert "Stop component mutating `value` prop" ([b8940c9](https://gitlab.com/gitlab-org/gitlab-ui/commit/b8940c934cabdca5ad8191fea1f0b04f5cd80dca)) # [31.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.3.0...v31.4.0) (2021-07-13) ### Features * **css:** Add gl-text-theme-indigo-900 mixin ([ef53398](https://gitlab.com/gitlab-org/gitlab-ui/commit/ef53398080927a0083a9006fec820c9666e352dc)) # [31.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.2.0...v31.3.0) (2021-07-12) ### Features * **GlSingleStat:** Fade units after animation ([41531ac](https://gitlab.com/gitlab-org/gitlab-ui/commit/41531ac1d661d5df9a9212417b650f652a846e7e)) # [31.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.1.0...v31.2.0) (2021-07-09) ### Features * **GlSafeHtml:** sanitize potentially dangerous data attributes ([e3cc94e](https://gitlab.com/gitlab-org/gitlab-ui/commit/e3cc94eea5e136a8e768a47e19d65e5ed03aaedc)) # [31.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.0.1...v31.1.0) (2021-07-08) ### Features * **css:** Add gl-left-50p utility class ([65dd918](https://gitlab.com/gitlab-org/gitlab-ui/commit/65dd91843375957a77723036bcceb1132f9c04f4)) ## [31.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v31.0.0...v31.0.1) (2021-07-08) ### Bug Fixes * **GlLabel:** Fix visibility of underline on hover and focus state ([790aa16](https://gitlab.com/gitlab-org/gitlab-ui/commit/790aa16f4308d59bd2b44bffa604c38c335aad32)) # [31.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v30.3.0...v31.0.0) (2021-07-08) ### Bug Fixes * **GlDrawer:** align title and close icon ([df09bfb](https://gitlab.com/gitlab-org/gitlab-ui/commit/df09bfbcdaec756f2a19c866da3a4cff7b13d2fb)) ### BREAKING CHANGES * **GlDrawer:** the header slot has been split up into two distinct slots: * The title slot should only contain the drawer's title. * The header slot can be used to display additional content below the title. Usages of GlDrawer need to be updated to move the contents to the correct slots. # [30.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v30.2.2...v30.3.0) (2021-07-07) ### Features * Add props to allow adding and hiding labels ([05eb875](https://gitlab.com/gitlab-org/gitlab-ui/commit/05eb875c23d8cf1423652aab54c787b1cffa3fb4)) ## [30.2.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v30.2.1...v30.2.2) (2021-07-07) ### Bug Fixes * **GlFilteredSearch:** Stop component mutating `value` prop ([5ff7bdb](https://gitlab.com/gitlab-org/gitlab-ui/commit/5ff7bdb35764686e7400e526a023c7d6b785b2b1)) ## [30.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v30.2.0...v30.2.1) (2021-07-05) ### Bug Fixes * **GlTable:** update hover and selected primary background ([ac37040](https://gitlab.com/gitlab-org/gitlab-ui/commit/ac37040065e43616a53ebdf04a92d552a85acdd9)) # [30.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v30.1.0...v30.2.0) (2021-06-30) ### Features * add gl-md-max-w-30p and gl-md-w-50p classes ([73336c1](https://gitlab.com/gitlab-org/gitlab-ui/commit/73336c12b206389559f7cb7d89675939ead809ad)) * remove gl-flex-grow-4 class ([60e0b5c](https://gitlab.com/gitlab-org/gitlab-ui/commit/60e0b5c1358ee898cbefd9d57cdb0c797979d772)) # [30.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v30.0.1...v30.1.0) (2021-06-29) ### Features * add gl-mx-n5 mixin ([6d6d705](https://gitlab.com/gitlab-org/gitlab-ui/commit/6d6d7055eee8e3b666b7e4cf18a21966d8684fbd)) ## [30.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v30.0.0...v30.0.1) (2021-06-28) ### Bug Fixes * **GlSafeLinkDirective:** pass arguments to `update` hook ([3a4de98](https://gitlab.com/gitlab-org/gitlab-ui/commit/3a4de98fecfe8e7808e3e83cd84a0639c1e6f33b)) # [30.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.38.1...v30.0.0) (2021-06-22) ### Bug Fixes * **GlToast:** set background opacity to 1 ([46983f5](https://gitlab.com/gitlab-org/gitlab-ui/commit/46983f5711ebc08d3ef423d1d3dd9fb8372cf04a)) ### Code Refactoring * **toast:** Replace vue-toasted with BootstrapVue's Toast plugin ([59e94f9](https://gitlab.com/gitlab-org/gitlab-ui/commit/59e94f9a5cedb135698f1db8ce7065d9859b205c)) ### BREAKING CHANGES * **toast:** This replaces the internal toasts library. BootstrapVue's built-in toasts are now used instead of `vue-toasted`. As a result, the following changes should be made when upgrading: * The following options have been renamed: * `duration` now is `autoHideDelay` * `className` now is `toasClass`. * The following options are not supported anymore: * `fullWidth` * `fitToScreen` * `containerClass` * `iconPack` * `Icon` * `theme` * `closeOnSwipe` * `keepOnHover` * `singleton` * `type` (note that while this option was previously supported, it didn't have any effect visually and can thus be removed altogether) * It is not possible to render HTML in toasts' body anymore, make sure to only pass plain text to the `.show()` method. * To adhere with the design system, the `position` option has also been removed. Toasts should only appear in the bottom-left corner. * The callbacks have been backported: * `onComplete` should work as usual. * `onClick`'s second argument is an object with the following properties: * `id` is the BootstrapVue toast's ID. * `hide` is a method that can be called to hide the toast. It replaces `goAway(0)`. ## [29.38.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.38.0...v29.38.1) (2021-06-18) ### Bug Fixes * **GlEmptyState:** Add role img to empty state image ([53ad49f](https://gitlab.com/gitlab-org/gitlab-ui/commit/53ad49f85b949eeb3b94a6d85388011f64d4f5dd)) # [29.38.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.37.1...v29.38.0) (2021-06-17) ### Features * add gl-pt-11 util class ([010dfa5](https://gitlab.com/gitlab-org/gitlab-ui/commit/010dfa5bbef7a27de6ecc866aac5b0a7655e26a7)), closes [/gitlab.com/gitlab-org/gitlab/-/merge_requests/62965#note_604208606](https://gitlab.com//gitlab.com/gitlab-org/gitlab/-/merge_requests/62965/issues/note_604208606) ## [29.37.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.37.0...v29.37.1) (2021-06-17) ### Bug Fixes * **css:** replace gl-sm-border-l-none with gl-md-border-l-solid ([5ce26ba](https://gitlab.com/gitlab-org/gitlab-ui/commit/5ce26baaf018b69d691d5bfec3a1c7ed714db244)) * **GlFilteredSearch:** Improve multi-select UX ([6cfe25c](https://gitlab.com/gitlab-org/gitlab-ui/commit/6cfe25c9828630e02340363633f406a3379924e7)) # [29.37.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.36.0...v29.37.0) (2021-06-16) ### Features * **GlTabs:** add support for syncing active tab with query params ([846e259](https://gitlab.com/gitlab-org/gitlab-ui/commit/846e259262bfc54986d80069632bc3ade951f3f7)) # [29.36.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.35.0...v29.36.0) (2021-06-16) ### Features * add gl-sm-border-l-none util class ([36b5f17](https://gitlab.com/gitlab-org/gitlab-ui/commit/36b5f1760071c88ddf7caff3e535c5f9cf8cc278)) # [29.35.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.34.1...v29.35.0) (2021-06-15) ### Features * **css:** Add CSS class for max-width: max-content ([e079017](https://gitlab.com/gitlab-org/gitlab-ui/commit/e079017d9df84a1d32cc98730a2a5000ed09cfa0)) ## [29.34.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.34.0...v29.34.1) (2021-06-15) ### Bug Fixes * **css:** rename flex grow shorthand utility ([1cc14d3](https://gitlab.com/gitlab-org/gitlab-ui/commit/1cc14d3346a1614a97c840e2b5d417997894f55b)) # [29.34.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.33.0...v29.34.0) (2021-06-09) ### Features * **css:** add gl-sm-display-inline as display utility ([cdbf2e5](https://gitlab.com/gitlab-org/gitlab-ui/commit/cdbf2e58afadf65bb99af957c7ab5b7016cf7bf4)) # [29.33.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.32.2...v29.33.0) (2021-06-04) ### Features * **AnimatedNumber:** Disable animation on mount ([f2d0bd5](https://gitlab.com/gitlab-org/gitlab-ui/commit/f2d0bd5dedb6992008f59070852c34ac293ea6ef)) ## [29.32.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.32.1...v29.32.2) (2021-06-03) ### Bug Fixes * **GlPath:** fix active shape outline ([644f458](https://gitlab.com/gitlab-org/gitlab-ui/commit/644f45851adb4a105a9fb38980609143d89e45ff)) ## [29.32.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.32.0...v29.32.1) (2021-06-03) ### Bug Fixes * **GlModal:** Define GlModal model ([3f9340a](https://gitlab.com/gitlab-org/gitlab-ui/commit/3f9340a3e007f449f5961271f053e1c256ec1edf)) # [29.32.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.31.0...v29.32.0) (2021-06-01) ### Features * **formgroup:** Add label description to form group ([e811c15](https://gitlab.com/gitlab-org/gitlab-ui/commit/e811c15836d5cc674b08de773d0a0eedb2a8ab5e)) # [29.31.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.30.0...v29.31.0) (2021-05-27) ### Features * add flex: 4 util class to flex.scss ([351e2af](https://gitlab.com/gitlab-org/gitlab-ui/commit/351e2afeb8f5a9bd9e146af02d04a9dc4a219b30)) # [29.30.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.29.3...v29.30.0) (2021-05-26) ### Features * **GlPagination:** Add previous and next events ([811f123](https://gitlab.com/gitlab-org/gitlab-ui/commit/811f123d051ca50f780dffd1cba11d3e162f93ce)) ## [29.29.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.29.2...v29.29.3) (2021-05-25) ### Bug Fixes * **GlFormSelect:** Remove valid state icon ([74f0bc4](https://gitlab.com/gitlab-org/gitlab-ui/commit/74f0bc4f96965fdf252957b4d9b11757a2dbbaa7)) ## [29.29.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.29.1...v29.29.2) (2021-05-21) ### Bug Fixes * **GlToken:** use CloseButton instead of GlIcon ([c849f7d](https://gitlab.com/gitlab-org/gitlab-ui/commit/c849f7d0e0356c6f0f756c3051619ff54f19f7e4)) ## [29.29.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.29.0...v29.29.1) (2021-05-21) ### Bug Fixes * **GlIcon:** Give icons img role ([c40d82e](https://gitlab.com/gitlab-org/gitlab-ui/commit/c40d82ecca641709c999e391c793b241eef304e5)) # [29.29.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.28.0...v29.29.0) (2021-05-21) ### Features * **css:** Add gl-stroke-white ([3f3fb23](https://gitlab.com/gitlab-org/gitlab-ui/commit/3f3fb23227a2e7605c674778ac4036ad22644b9a)) # [29.28.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.27.0...v29.28.0) (2021-05-20) ### Features * **css:** Add gl-text-purple-600 ([dec5e36](https://gitlab.com/gitlab-org/gitlab-ui/commit/dec5e36664d6367bd7016592544158d3cddd3d59)) # [29.27.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.26.0...v29.27.0) (2021-05-17) ### Features * **broadcast_message:** update to use GlButton ([db3e4ff](https://gitlab.com/gitlab-org/gitlab-ui/commit/db3e4ffc574d48ffc6dfe8c6563e48e2e9f89428)) # [29.26.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.25.0...v29.26.0) (2021-05-14) ### Features * **css:** Add max width height none utilities ([2a677c2](https://gitlab.com/gitlab-org/gitlab-ui/commit/2a677c20dc7715957bf9d6b96d093d72a14ee3e9)) # [29.25.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.24.0...v29.25.0) (2021-05-12) ### Features * Add transition duration medium class ([bd3ff16](https://gitlab.com/gitlab-org/gitlab-ui/commit/bd3ff1646304522d6c3f316bfb47a544e122dec6)) # [29.24.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.23.0...v29.24.0) (2021-05-12) ### Features * Add transition property width class ([9b5e1ec](https://gitlab.com/gitlab-org/gitlab-ui/commit/9b5e1ec5db82667f33e17f1d7ac17f23861455dc)) # [29.23.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.22.0...v29.23.0) (2021-05-12) ### Bug Fixes * **GlButton:** use safe link directive ([8fd31c8](https://gitlab.com/gitlab-org/gitlab-ui/commit/8fd31c85d1167d7a3361937bd6b9e8f58b6535b9)) ### Features * allow unsafe links via the isUnsafeLink prop ([3fd35c2](https://gitlab.com/gitlab-org/gitlab-ui/commit/3fd35c2f51d0ee2c2f912f32805089a971fedae0)) # [29.22.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.21.0...v29.22.0) (2021-05-12) ### Features * add gl-lg-justify-content-start ([f04fc93](https://gitlab.com/gitlab-org/gitlab-ui/commit/f04fc93ff045e4df72e11a678da59d687ed6f385)) # [29.21.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.20.0...v29.21.0) (2021-05-11) ### Features * Add gl-border-x-0 utility classes ([e1f4a68](https://gitlab.com/gitlab-org/gitlab-ui/commit/e1f4a68b5071ca62ecb56e0f27fb36d21c32c62a)) # [29.20.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.19.0...v29.20.0) (2021-05-10) ### Features * Add gl-m-auto utility classi ([6bd5d59](https://gitlab.com/gitlab-org/gitlab-ui/commit/6bd5d59ed876bd7f0c083242d9572de21e5db9e8)) # [29.19.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.18.0...v29.19.0) (2021-05-10) ### Bug Fixes * Make GlTabs explicitly default to indigo ([a88c62d](https://gitlab.com/gitlab-org/gitlab-ui/commit/a88c62de62f6578116034dfd780d3c1e2133e3e0)) ### Features * **Tabs:** Add additional color themes to GlTabs ([d8fabea](https://gitlab.com/gitlab-org/gitlab-ui/commit/d8fabeaa77a65d1ca299ee5c9a95cbba7624d10d)) # [29.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.17.0...v29.18.0) (2021-05-07) ### Features * add 70% util class to sizing.scss ([464a4e4](https://gitlab.com/gitlab-org/gitlab-ui/commit/464a4e49faca0b1ecff5e5ca25bbb810cf261f0b)) # [29.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.16.0...v29.17.0) (2021-05-06) ### Features * Add gl-word-break-word utility class ([bc7d76a](https://gitlab.com/gitlab-org/gitlab-ui/commit/bc7d76aad5c25098c8d156819ea55e4433f804d2)) # [29.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.15.0...v29.16.0) (2021-05-06) ### Features * **GlHoverLoadDirective:** Add hover load directive ([2b80072](https://gitlab.com/gitlab-org/gitlab-ui/commit/2b800726f58abe2a765c5fd32d8da4e39f253aa8)) # [29.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.14.0...v29.15.0) (2021-05-05) ### Features * **GlTokenSelector:** add `state` prop for validation ([eb9c8ea](https://gitlab.com/gitlab-org/gitlab-ui/commit/eb9c8ea074b14dfc1a773bc827c153b301ea9ee0)) # [29.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.13.0...v29.14.0) (2021-05-05) ### Bug Fixes * **GlDatepicker:** use defaultDate as an initial value ([e9a0532](https://gitlab.com/gitlab-org/gitlab-ui/commit/e9a0532a9f712c253a489b05be6a050821ad1c1b)) ### Features * **GlSingleStat:** Add light gray on hover ([b9bd376](https://gitlab.com/gitlab-org/gitlab-ui/commit/b9bd376953c958b8ecdbe8bd7d27085b345407d6)) # [29.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.12.1...v29.13.0) (2021-05-04) ### Features * **css:** Add margin top auto ([b0cd6e6](https://gitlab.com/gitlab-org/gitlab-ui/commit/b0cd6e62efaf5c67355b295aa1b48f9abe5366c3)) ## [29.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.12.0...v29.12.1) (2021-05-03) ### Bug Fixes * **deps:** upgrade BootstrapVue to v2.16.0 ([389862b](https://gitlab.com/gitlab-org/gitlab-ui/commit/389862becbbac099a312f99b3ac1a0b644f31ca7)) # [29.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.11.1...v29.12.0) (2021-05-03) ### Features * **GlFilteredSearch:** Add friendly text option + improvements ([de537f6](https://gitlab.com/gitlab-org/gitlab-ui/commit/de537f6e6741fa8a085250bbcceaf327f22fff7f)) ## [29.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.11.0...v29.11.1) (2021-04-28) ### Bug Fixes * **GlBadge:** set badge's role when icon-only ([6260794](https://gitlab.com/gitlab-org/gitlab-ui/commit/62607945ac62b292cfdbad41a8c83ffec3082ce4)) # [29.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.10.0...v29.11.0) (2021-04-23) ### Features * **GlBanner:** emit a primary event ([d0e5306](https://gitlab.com/gitlab-org/gitlab-ui/commit/d0e5306acec02aafdf09fa1630f8d2423bf5d81b)) # [29.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.9.0...v29.10.0) (2021-04-23) ### Features * **GlOutsideDirective:** Add new directive ([3d2664d](https://gitlab.com/gitlab-org/gitlab-ui/commit/3d2664dfc353a2864819f79f557bf2fe936c1935)) # [29.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.8.2...v29.9.0) (2021-04-22) ### Features * add gl-max-w-15 utility class ([d1b8c78](https://gitlab.com/gitlab-org/gitlab-ui/commit/d1b8c78b95c1febd9bd2c98f776d90d32bd8f3dd)) ### Reverts * fix(GlButton): use safe link directive ([e891e14](https://gitlab.com/gitlab-org/gitlab-ui/commit/e891e141bedaa5bc355e6930028094b299e0a4ef)) ## [29.8.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.8.1...v29.8.2) (2021-04-22) ### Bug Fixes * **GlButton:** use safe link directive ([6836db7](https://gitlab.com/gitlab-org/gitlab-ui/commit/6836db7703ebbfe83999b62f9ec8ed4c3da42291)) ## [29.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.8.0...v29.8.1) (2021-04-22) ### Bug Fixes * **deps:** upgrade BootstrapVue to v2.15.0 ([c0bd972](https://gitlab.com/gitlab-org/gitlab-ui/commit/c0bd972f6c02821ec34defe678664c92c865fd72)) # [29.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.7.4...v29.8.0) (2021-04-21) ### Features * **GlTabs:** Add horizontal scrolling interaction ([0bd52e9](https://gitlab.com/gitlab-org/gitlab-ui/commit/0bd52e9ed84129c989392a73fbb89d3db921c907)) ## [29.7.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.7.3...v29.7.4) (2021-04-20) ### Bug Fixes * **GlTabs:** Update hover state bottom border color ([09aa059](https://gitlab.com/gitlab-org/gitlab-ui/commit/09aa059a2c338f2d5c33218f66c42a7614134dac)) ## [29.7.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.7.2...v29.7.3) (2021-04-16) ### Bug Fixes * **deps:** upgrade BootstrapVue to v2.14.0 ([e721648](https://gitlab.com/gitlab-org/gitlab-ui/commit/e7216484f34cc6ceb1ebbb2bf25f6847d2ce96c5)) ## [29.7.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.7.1...v29.7.2) (2021-04-15) ### Bug Fixes * Point Pajamas anchors to main branch ([ad9f5aa](https://gitlab.com/gitlab-org/gitlab-ui/commit/ad9f5aac253d4e4fbce36aade9a6bbeea0e18ef8)) ## [29.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.7.0...v29.7.1) (2021-04-15) ### Bug Fixes * Add and improve accessible names within components ([28c9d07](https://gitlab.com/gitlab-org/gitlab-ui/commit/28c9d07ab36a0945ae756606de39f3f92e442523)) # [29.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.6.0...v29.7.0) (2021-04-15) ### Features * **Markdown:** Style blockquote blocks ([e541a7e](https://gitlab.com/gitlab-org/gitlab-ui/commit/e541a7ed1f61b13db7aa1defd475b78eb0f4090c)) # [29.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.5.1...v29.6.0) (2021-04-15) ### Features * **SingleStat:** Integrate animated-number ([dee4ec2](https://gitlab.com/gitlab-org/gitlab-ui/commit/dee4ec27300c0fb7e06ee781001970d1f0442c52)) ## [29.5.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.5.0...v29.5.1) (2021-04-15) ### Performance Improvements * **v-safe-html:** Remove looping node removal for text setter ([3f026eb](https://gitlab.com/gitlab-org/gitlab-ui/commit/3f026eb9c3916bd76e711a20021a9985652e98d0)) # [29.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.4.0...v29.5.0) (2021-04-14) ### Features * **AnimatedNumber:** Add AnimatedNumber component ([efe5f91](https://gitlab.com/gitlab-org/gitlab-ui/commit/efe5f91364e4d758558522d9d592a81e8a219c93)) # [29.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.3.0...v29.4.0) (2021-04-12) ### Features * **GlTooltip:** Add longer delay on show ([6416778](https://gitlab.com/gitlab-org/gitlab-ui/commit/6416778a8e8f062a2f0b306653e52184f5453fcc)) # [29.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.2.1...v29.3.0) (2021-04-09) ### Features * **GlFormSelect:** apply invalid state styles ([91df9e3](https://gitlab.com/gitlab-org/gitlab-ui/commit/91df9e3f3c09d608109295ecfc6d3df6a3e78950)) ## [29.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.2.0...v29.2.1) (2021-04-06) ### Bug Fixes * **GlDropdown:** Dropdown icon only fix with textSrOnly ([ddbdd4b](https://gitlab.com/gitlab-org/gitlab-ui/commit/ddbdd4b4a3cae1a1cc7db063afc36f223eaaa52b)) # [29.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.1.1...v29.2.0) (2021-04-02) ### Features * add gl-translate-y-n50 utility class ([81f1dee](https://gitlab.com/gitlab-org/gitlab-ui/commit/81f1deec2059525de4ecefb512a1e7a1b1b8d8cd)) ## [29.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.1.0...v29.1.1) (2021-04-02) ### Bug Fixes * **GlForm:** Remove background image icon ([f2f4900](https://gitlab.com/gitlab-org/gitlab-ui/commit/f2f49002a10b8c2b5187364afed589277db94a7e)) # [29.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v29.0.0...v29.1.0) (2021-03-31) ### Features * **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)) # [29.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.18.2...v29.0.0) (2021-03-31) ### Features * **GlAccordion:** Move props from GlAccordionItem to GlAccordion ([394baff](https://gitlab.com/gitlab-org/gitlab-ui/commit/394baff56b7fefb7054860c319bd225f5979d448)) * **GlAccordion:** Wrap the accordion trigger button in header element ([dbafc41](https://gitlab.com/gitlab-org/gitlab-ui/commit/dbafc4172872d085eb1eb4add519f235d1938fa9)) ### BREAKING CHANGES * **GlAccordion:** this adds a new required property to GlAccordionItem ## [28.18.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.18.1...v28.18.2) (2021-03-31) ### Bug Fixes * **GlAlert:** Migrate dismiss btn to CloseButton ([8968fc1](https://gitlab.com/gitlab-org/gitlab-ui/commit/8968fc1d5ddb13c42f1acce244226aeea764a19e)) ## [28.18.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.18.0...v28.18.1) (2021-03-30) ### Bug Fixes * **GlAvatar:** Fix incorrect size property validation logic ([d62e915](https://gitlab.com/gitlab-org/gitlab-ui/commit/d62e91528a1d4d372121b2c1731f85af29a7b23b)) * **GlForm:** Add invalid styling to form select ([daf8c98](https://gitlab.com/gitlab-org/gitlab-ui/commit/daf8c9837243c1af8568180fdedb60ebc7ecbf46)) # [28.18.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.17.1...v28.18.0) (2021-03-30) ### Features * **css:** add hover variant for gl-bg-transparent ([2af7b2d](https://gitlab.com/gitlab-org/gitlab-ui/commit/2af7b2dec4d3bd03bd84a3eef401dc61232b1439)) ## [28.17.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.17.0...v28.17.1) (2021-03-30) ### Bug Fixes * **GlPopover:** Fix custom triggers not working due to hard-coded triggers ([5889093](https://gitlab.com/gitlab-org/gitlab-ui/commit/58890935d1e1b4cd49f7efd9ab1631a113006ec0)) # [28.17.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.16.2...v28.17.0) (2021-03-25) ### Features * **GlBanner:** Add ability to add custom actions to the right of button ([2bd5103](https://gitlab.com/gitlab-org/gitlab-ui/commit/2bd510305fb6937f8859df2e8a27e5545f5b10bf)) ## [28.16.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.16.1...v28.16.2) (2021-03-25) ### Bug Fixes * **GlModal:** Update modal header background to white ([84f62e4](https://gitlab.com/gitlab-org/gitlab-ui/commit/84f62e499a133bbb3b0baa467aa51c22c3d53cf3)) ## [28.16.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.16.0...v28.16.1) (2021-03-25) ### Bug Fixes * **GlAccordion:** Remove incorrect role attributes ([9853a4e](https://gitlab.com/gitlab-org/gitlab-ui/commit/9853a4ebb86413ab494dd210d287e80fa7c5e72f)) # [28.16.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.15.0...v28.16.0) (2021-03-24) ### Features * **css:** add gl-font-style-normal class ([15e8056](https://gitlab.com/gitlab-org/gitlab-ui/commit/15e80561dda6cf290869e50559e01975a2165c45)) # [28.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.14.0...v28.15.0) (2021-03-23) ### Features * **GlPopover:** Make popover accessible by hover and focus by default ([d4f199a](https://gitlab.com/gitlab-org/gitlab-ui/commit/d4f199a46369abd3e23db8dd9628f305886889ed)) # [28.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.13.1...v28.14.0) (2021-03-23) ### Features * **GlPath:** Allow to append custom content to path items ([f01a502](https://gitlab.com/gitlab-org/gitlab-ui/commit/f01a5029d288dafc0eaa2652a8ffe050cd6f3320)) ## [28.13.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.13.0...v28.13.1) (2021-03-23) ### Bug Fixes * Make accessibility improvements to components ([dc6246d](https://gitlab.com/gitlab-org/gitlab-ui/commit/dc6246d121e7be9b97953ed506347bd6db3b276c)) # [28.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.12.1...v28.13.0) (2021-03-21) ### Features * Add utility class for break-word ([0bcc4c2](https://gitlab.com/gitlab-org/gitlab-ui/commit/0bcc4c2237677c02ea0e8631f732f04570c862b7)) ## [28.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.12.0...v28.12.1) (2021-03-18) ### Bug Fixes * **GlButton:** Adjust right padding for small dropdown icon only button ([8ff2a8b](https://gitlab.com/gitlab-org/gitlab-ui/commit/8ff2a8b236fac6ebd3db9a79d990d3b6c40fe876)) # [28.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.3...v28.12.0) (2021-03-18) ### Features * **css:** gl-pl-11-5 utility class ([d7d6535](https://gitlab.com/gitlab-org/gitlab-ui/commit/d7d653592ba32ea17a748fd4f1c1d531d1acb95d)) ## [28.11.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.2...v28.11.3) (2021-03-18) ### Bug Fixes * **GlButton:** Default all dropdown button icon sizes to 16 ([bc33d94](https://gitlab.com/gitlab-org/gitlab-ui/commit/bc33d94bac9978fc26c039d501fff95b65cf01b8)) ## [28.11.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.1...v28.11.2) (2021-03-17) ### Bug Fixes * **empty-states:** Remove deprecated button variant and fix spacing ([df6f321](https://gitlab.com/gitlab-org/gitlab-ui/commit/df6f321b3759eb1cc24d20154666b9cb0c679ab5)) ## [28.11.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.11.0...v28.11.1) (2021-03-17) ### Bug Fixes * **dropdown:** Add deprecation notice to button variants ([ccd2157](https://gitlab.com/gitlab-org/gitlab-ui/commit/ccd215786010dacb803d61fd79c8524a650633ff)) # [28.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.10.0...v28.11.0) (2021-03-16) ### Features * **css:** gl-pl-11 utility class ([b4f5cf3](https://gitlab.com/gitlab-org/gitlab-ui/commit/b4f5cf3da51770c03282290219ca28eb7fbcd143)) # [28.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.9.1...v28.10.0) (2021-03-15) ### Features * **GlEmptyState:** allow only secondary button ([e10d1fb](https://gitlab.com/gitlab-org/gitlab-ui/commit/e10d1fb39d12c27bcb2196992884b96600fd9639)) ## [28.9.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.9.0...v28.9.1) (2021-03-11) ### Bug Fixes * **GlButton:** Fix non-hidden caret with no-caret dropdown button ([8daf56d](https://gitlab.com/gitlab-org/gitlab-ui/commit/8daf56db960326fcd490c4590254f37529a471fd)) # [28.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.8.0...v28.9.0) (2021-03-10) ### Features * **css:** add md variant of display-inline-block ([83c27c0](https://gitlab.com/gitlab-org/gitlab-ui/commit/83c27c09ecb08e5f5e7a082c371e2a71f293437a)) # [28.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.7.0...v28.8.0) (2021-03-09) ### Features * **GlDaterangePicker:** Expose datepicker props and events ([772d1ad](https://gitlab.com/gitlab-org/gitlab-ui/commit/772d1ad130a5cd650847bf299635a52afa09cd11)) # [28.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.6.0...v28.7.0) (2021-03-09) ### Features * **css:** Add gl-focus-outline-none utility class ([2913030](https://gitlab.com/gitlab-org/gitlab-ui/commit/29130302099477745b3bce050a4a1e07a1a3e8d7)) # [28.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.5.0...v28.6.0) (2021-03-08) ### Features * Add float alignment utilities ([541cb7f](https://gitlab.com/gitlab-org/gitlab-ui/commit/541cb7fcbc61ca8cdeea0317baf902b91ea384d8)) # [28.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.4.0...v28.5.0) (2021-03-08) ### Features * **css:** add additional md and lg margins ([ef4192d](https://gitlab.com/gitlab-org/gitlab-ui/commit/ef4192dd252b4fe7a808674c90853d2366f43fa5)) # [28.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.3.0...v28.4.0) (2021-03-08) ### Features * **Button:** Prevent text underline ([52aa80f](https://gitlab.com/gitlab-org/gitlab-ui/commit/52aa80fc81cd44dd0d93dab05cc612a018d0a11b)) # [28.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.2.0...v28.3.0) (2021-03-05) ### Features * **GlIcon:** update validator for deprecated icons sizes ([3c6e65b](https://gitlab.com/gitlab-org/gitlab-ui/commit/3c6e65bc60cadd7778988c13e73f77c27f6856f9)) # [28.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.1.0...v28.2.0) (2021-03-05) ### Features * **css:** Add gl-sm-display-inline-block class ([730e11f](https://gitlab.com/gitlab-org/gitlab-ui/commit/730e11fc2ca4d62e69b2475c5d7c94d61ec0e2cc)) # [28.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v28.0.0...v28.1.0) (2021-03-03) ### Features * **css:** Add gl-flex-fill-2 ([fe44017](https://gitlab.com/gitlab-org/gitlab-ui/commit/fe44017304f323bd2a4a981d554717331c82f466)) # [28.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.15.0...v28.0.0) (2021-03-02) ### Bug Fixes * **GlFormCheckbox:** Show pointer cursor on hover ([dd1f45a](https://gitlab.com/gitlab-org/gitlab-ui/commit/dd1f45aadd9e0a540e14a2c0bd2e39b709361508)) * **GlFormCheckboxTree:** Increase indentation to better align checkbox ([1e4e301](https://gitlab.com/gitlab-org/gitlab-ui/commit/1e4e301950c8609655b48378e4552202ecad12ec)) ### Features * **GlFormCheckbox:** Style checkboxes according to design ([ec54f68](https://gitlab.com/gitlab-org/gitlab-ui/commit/ec54f68fcda42481bd8f967026644d4bb2676a75)) * **GlFormRadio:** Style custom radio boxes and improve text spacing ([874260f](https://gitlab.com/gitlab-org/gitlab-ui/commit/874260f5bed2bda705a31ab547fd7f95864ea251)) ### BREAKING CHANGES * **GlFormRadio:** updates gitlab-ui radio box elements to utilize some of the same stylings as the checkboxes taking advantage of bootstrap's styled radio implementation, with alternations made to conform to the UI kit design including colors, hover states, and other enhancements * **GlFormCheckbox:** updates gitlab-ui checkboxes to utilize bootstrap's styled checkbox implementation, with alternations made to conform to the UI kit design including colors, hover states, and other enhancements # [27.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.14.0...v27.15.0) (2021-03-01) ### Features * **GlPopover:** Update popover max-width to match Figma specs ([c4cfb42](https://gitlab.com/gitlab-org/gitlab-ui/commit/c4cfb4212d3f587f855bd4de522ca8e6afa055dd)) # [27.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.13.1...v27.14.0) (2021-02-25) ### Features * **css:** Add gl-mt-11 ([8c94546](https://gitlab.com/gitlab-org/gitlab-ui/commit/8c9454616d51be4166c3078370cae8a3cb9c8dcd)) ### Reverts * temporarily revert the update for icon sizes ([5d09680](https://gitlab.com/gitlab-org/gitlab-ui/commit/5d0968075198d6d19c262e9603946208be7fc769)) ## [27.13.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.13.0...v27.13.1) (2021-02-24) ### Bug Fixes * **GlFormInputGroup:** Migrate GlDeprecatedDropdown to GlDropdown ([4950fef](https://gitlab.com/gitlab-org/gitlab-ui/commit/4950feff8442c5c44ce8b3f68a73b1695fdf800c)) # [27.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.12.2...v27.13.0) (2021-02-24) ### Features * **css:** Add gl-md-w-auto ([93bb29a](https://gitlab.com/gitlab-org/gitlab-ui/commit/93bb29a09c036ce2ac6101494cdd083ea70b47a7)) ## [27.12.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.12.1...v27.12.2) (2021-02-24) ### Bug Fixes * ensure labels are not underlined in gl-alerts ([c2740b5](https://gitlab.com/gitlab-org/gitlab-ui/commit/c2740b51570b20ea7e444b7e48a51f6fb7e995a1)) ## [27.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.12.0...v27.12.1) (2021-02-23) ### Bug Fixes * **banner:** Remove deprecated info button variant in favor of confirm ([5e5c1e9](https://gitlab.com/gitlab-org/gitlab-ui/commit/5e5c1e95dd42f29cc72a83cdac09c30ec1cd217c)) # [27.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.11.0...v27.12.0) (2021-02-23) ### Features * **GlAlert:** Add sticky property ([edb326f](https://gitlab.com/gitlab-org/gitlab-ui/commit/edb326f10c792dfaba460164553c86cb7e76be4c)) # [27.11.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.10.0...v27.11.0) (2021-02-23) ### Features * **css:** gl-pl-8 utility class ([53799fc](https://gitlab.com/gitlab-org/gitlab-ui/commit/53799fc313a2a84ca2c6cee3f1237c738b0ab4e7)) # [27.10.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.9.1...v27.10.0) (2021-02-22) ### Features * **GlFilteredSearch:** Add OR multi-select capability ([d85e072](https://gitlab.com/gitlab-org/gitlab-ui/commit/d85e07275ee9dcd139c2483eb23e324de77df068)) ## [27.9.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.9.0...v27.9.1) (2021-02-22) ### Bug Fixes * **alert:** Remove deprecated info button variant in favor of confirm ([7871f7c](https://gitlab.com/gitlab-org/gitlab-ui/commit/7871f7c9c720605097a0693a4c60774a091cf27f)) * **modal:** Remove depreacted button variants from modals ([71cb98d](https://gitlab.com/gitlab-org/gitlab-ui/commit/71cb98d15b91608f6b1f2e04ea3fd9eef0c0c886)) # [27.9.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.8.1...v27.9.0) (2021-02-19) ### Features * **css:** gl-order-n1 utility class ([1e5e637](https://gitlab.com/gitlab-org/gitlab-ui/commit/1e5e6371a122c9c83d0f20c87e2c916655285c86)) ## [27.8.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.8.0...v27.8.1) (2021-02-19) ### Bug Fixes * **FriendlyWrap:** Gracefully handle nullish text ([39f5d1d](https://gitlab.com/gitlab-org/gitlab-ui/commit/39f5d1db596330ab0cd62c35c679d9442d456a16)) * correcting spacing for top dropdown ([9238e27](https://gitlab.com/gitlab-org/gitlab-ui/commit/9238e27ab6de08f93383f37e1f848f50eb2f0234)) # [27.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.7.1...v27.8.0) (2021-02-19) ### Features * **GlSingleStat:** allow unit prop to accept string or number ([52dbd6f](https://gitlab.com/gitlab-org/gitlab-ui/commit/52dbd6fb8152075ece2fd9a868c3dc065a588787)) ## [27.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.7.0...v27.7.1) (2021-02-17) ### Bug Fixes * **GlSingleStat:** Update component examples ([eac46db](https://gitlab.com/gitlab-org/gitlab-ui/commit/eac46dbc3c35909863bb817bcab57402875563c9)) # [27.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.6.1...v27.7.0) (2021-02-16) ### Features * add util class for 100vw max width ([e2fc649](https://gitlab.com/gitlab-org/gitlab-ui/commit/e2fc6496949cf38dc8510efdf02484f308e172e1)) ## [27.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.6.0...v27.6.1) (2021-02-12) ### Bug Fixes * set color for .gl-avatar-labeled ([e0c8b80](https://gitlab.com/gitlab-org/gitlab-ui/commit/e0c8b8071ffe0e9896e8b466f98fcaa83e74b6a6)) # [27.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.5.0...v27.6.0) (2021-02-11) ### Features * **css:** Add gl-text-blue-200 utility class ([269ec74](https://gitlab.com/gitlab-org/gitlab-ui/commit/269ec74e44b36a72eae2f90debc269534fbdaf99)) # [27.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.7...v27.5.0) (2021-02-11) ### Features * **GlTokenSelector:** Add new CSS props and dropdown slot ([8a5deff](https://gitlab.com/gitlab-org/gitlab-ui/commit/8a5defff847f71daceba5bcc42543e07246375d0)) ## [27.4.7](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.6...v27.4.7) (2021-02-09) ### Bug Fixes * **GlDropdown:** Add space between split dropdown for btn-confirm ([5bc8823](https://gitlab.com/gitlab-org/gitlab-ui/commit/5bc8823cf035fb4790d2d6e1d17a3b366de43452)) * **GlDropdown:** Match chevron color and fix disabled spacing ([69d5b44](https://gitlab.com/gitlab-org/gitlab-ui/commit/69d5b446d58bc2d31300b6f10f7d6615ef7c2496)) * **GlDropdown:** Update split dropdown chevron to match border-color ([3438c83](https://gitlab.com/gitlab-org/gitlab-ui/commit/3438c83b81860230a983d920b95dc4a9901bcec0)) ## [27.4.6](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.5...v27.4.6) (2021-02-05) ### Bug Fixes * **GlPopover:** Pass through popover manual events ([3bd7635](https://gitlab.com/gitlab-org/gitlab-ui/commit/3bd7635ee1600f47cdfd7cf958b0e499c73fb427)) ## [27.4.5](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.4...v27.4.5) (2021-02-05) ### Bug Fixes * **GlChart:** Upgrade to echarts 4.9.0 ([1a832ed](https://gitlab.com/gitlab-org/gitlab-ui/commit/1a832ed73d8db84220f4348b1c299acb78c1986d)) ## [27.4.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.3...v27.4.4) (2021-02-05) ### Bug Fixes * **GlSearchBoxByType:** fix overlapping clear button and loading icon ([b72c70e](https://gitlab.com/gitlab-org/gitlab-ui/commit/b72c70ec62d96b7ccaf4c2ddfade457da079292c)) ## [27.4.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.2...v27.4.3) (2021-02-04) ### Reverts * feat(GlFormGroup): Add validation states and style text ([15e9c17](https://gitlab.com/gitlab-org/gitlab-ui/commit/15e9c17724049fdf26acb11abc67ff5d87cb1cb5)) ## [27.4.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.1...v27.4.2) (2021-02-04) ### Bug Fixes * **GlDropdown:** Uncenter dropdown item check ([88fe7e6](https://gitlab.com/gitlab-org/gitlab-ui/commit/88fe7e619041e801751a08658ec6c181f8f57a48)) ## [27.4.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.4.0...v27.4.1) (2021-02-03) ### Bug Fixes * **GlToggle:** Make toggle accessible ([ba894e3](https://gitlab.com/gitlab-org/gitlab-ui/commit/ba894e38dc5a5540e43f5e83da4becc3b89e3e36)) # [27.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.3.0...v27.4.0) (2021-02-02) ### Features * **GlAlert:** create opt-in for content max-width ([5247500](https://gitlab.com/gitlab-org/gitlab-ui/commit/5247500e986cff992a46c549aa55cd7a093163f1)) # [27.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.2.0...v27.3.0) (2021-02-02) ### Features * **GlFormGroup:** Add validation states and style text ([8791369](https://gitlab.com/gitlab-org/gitlab-ui/commit/8791369cdf2800ebcbbf7cc70a22e3ca5d89061e)) # [27.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.5...v27.2.0) (2021-02-02) ### Features * **GlAvatarLabeled:** Add optional label & sublabel links ([805ab02](https://gitlab.com/gitlab-org/gitlab-ui/commit/805ab02754194eca70be683ec26f42d752e6e882)) ## [27.1.5](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.4...v27.1.5) (2021-02-01) ### Bug Fixes * Fix gl-md-mt-0 utility mixin ([a9710a3](https://gitlab.com/gitlab-org/gitlab-ui/commit/a9710a3d172acc3809c21aa0cbeeb9ec4c90afe7)) ## [27.1.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.3...v27.1.4) (2021-01-29) ### Bug Fixes * **GlTabs:** Fix tab with counter badges height ([40bc958](https://gitlab.com/gitlab-org/gitlab-ui/commit/40bc958fdf990a932ac5a9f352fd8d397f0ca72e)) ## [27.1.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.2...v27.1.3) (2021-01-28) ### Bug Fixes * **GlDropdown:** adjust spacing to match design specs ([d71fe91](https://gitlab.com/gitlab-org/gitlab-ui/commit/d71fe91ecb5b1c4aceed2be87ba7999056b05289)) ## [27.1.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.1...v27.1.2) (2021-01-28) ### Bug Fixes * **Chart:** Wait Tick Before Initializing Chart ([856836e](https://gitlab.com/gitlab-org/gitlab-ui/commit/856836e9469c4c959bd8c5bece4541b179263983)) ## [27.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.1.0...v27.1.1) (2021-01-26) ### Performance Improvements * Improve splitAfterSymbols ([84fe3ce](https://gitlab.com/gitlab-org/gitlab-ui/commit/84fe3cef20e196d23c4a3c2d9b5afa0429f86901)) * Make FriendlyWrap a functional component ([9d7a86d](https://gitlab.com/gitlab-org/gitlab-ui/commit/9d7a86d59cc82434be314015c02b3df1d46f0c4a)) # [27.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v27.0.0...v27.1.0) (2021-01-26) ### Features * **css:** add gl-w-30p utility ([299402b](https://gitlab.com/gitlab-org/gitlab-ui/commit/299402bd8b0990c95e0a56df437122b94ffb822c)) # [27.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.4.0...v27.0.0) (2021-01-25) ### Bug Fixes * **css:** rename display mixins to match naming conventions ([2513af8](https://gitlab.com/gitlab-org/gitlab-ui/commit/2513af850b7b5aefca64be6f2026f81fc9ee3c8e)) ### BREAKING CHANGES * **css:** This renames responsive display CSS mixins to adhere to GitLab UI's naming conventions. Any project that uses one of those mixins, or their corresponding utility classes will have to proceed to the following replacements: * `gl-display-sm-none` -> `gl-sm-display-none` * `gl-display-md-none` -> `gl-md-display-none` * `gl-display-lg-none` -> `gl-lg-display-none` * `gl-display-sm-flex` -> `gl-sm-display-flex` * `gl-display-md-flex` -> `gl-md-display-flex` * `gl-display-lg-flex` -> `gl-lg-display-flex` * `gl-display-sm-inline-flex` -> `gl-sm-display-inline-flex` * `gl-display-lg-inline-flex` -> `gl-lg-display-inline-flex` * `gl-display-sm-block` -> `gl-sm-display-block` * `gl-display-md-block` -> `gl-md-display-block` * `gl-display-lg-block` -> `gl-lg-display-block` * `gl-display-lg-inline-block` -> `gl-lg-display-inline-block` * `gl-display-lg-table-cell` -> `gl-lg-display-table-cell` # [26.4.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.3.0...v26.4.0) (2021-01-25) ### Features * **css:** Add gl-table-layout-fixed class ([e67f25a](https://gitlab.com/gitlab-org/gitlab-ui/commit/e67f25a64313f2eb0ecf8050e7971b5a4adcc3b6)) # [26.3.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.2.0...v26.3.0) (2021-01-22) ### Features * **css:** add gl-ml-n4 and gl-mr-n4 ([6a600d3](https://gitlab.com/gitlab-org/gitlab-ui/commit/6a600d3e76fc483910e1a292855100d4ca919ab7)) # [26.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.1.0...v26.2.0) (2021-01-22) ### Features * **GlTokenSelector:** Add `textInputAttrs` prop ([063f872](https://gitlab.com/gitlab-org/gitlab-ui/commit/063f872d7fbf936fe368a9b873ef994cd017732f)) # [26.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v26.0.0...v26.1.0) (2021-01-21) ### Features * **css:** Add gl-lg-ml-2 ([62313a6](https://gitlab.com/gitlab-org/gitlab-ui/commit/62313a603c2e9d682ad73a9d608cccc17bfd767f)) # [26.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.12.2...v26.0.0) (2021-01-20) ### Bug Fixes * **GlAccordionItem:** properly resolve collapse directive ([10eb214](https://gitlab.com/gitlab-org/gitlab-ui/commit/10eb21486e7a859a05290c6488f40d1873c00efc)) ### Features * **GlSingleStat:** Restyle and enhance component ([4917aa4](https://gitlab.com/gitlab-org/gitlab-ui/commit/4917aa49728edb3c98990e92be68361ad49c414f)) ### BREAKING CHANGES * **GlSingleStat:** Update component API The component is being restyled from the ground up. Additional props are being exposed via the component API in order to display additional functionality. ## [25.12.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.12.1...v25.12.2) (2021-01-20) ### Bug Fixes * **GlModal:** Update gl-modal to design guidelines ([46f7239](https://gitlab.com/gitlab-org/gitlab-ui/commit/46f7239ced60eb605fcb3a4f5e349413f2ce6a25)) ## [25.12.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.12.0...v25.12.1) (2021-01-19) ### Bug Fixes * **Chart:** Revert Wait Tick For Charts ([525ade2](https://gitlab.com/gitlab-org/gitlab-ui/commit/525ade26afbe94e8dbcd6d445e86a41c3c12dd5d)) # [25.12.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v25.11.4...v25.12.0) (2021-01-19) ### Features * **css:** Add gl-max-h-full class ([37d2c2c](https://gitlab.com/gitlab