Update dependency @gitlab/ui to v71
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/ui | dependencies | major | ^68.8.0 -> ^71.9.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui
v71.9.0
Features
- css: Add gl-top-full mixin (0c8dfe6)
- GlDateRangePicker: Add start-opened to GlDateRangePicker (ea07ccd)
- GlFilteredSearchToken: Add value argument to complete event (40590dc)
71.8.1 (2023-12-11)
Bug Fixes
- GlAvatarInline: Address MR feedback (c139beb)
- GlAvatarInline: Fix spacing in GlAvatarInlne (4801ecd)
v71.8.1
Bug Fixes
- GlAvatarInline: Address MR feedback (c139beb)
- GlAvatarInline: Fix spacing in GlAvatarInlne (4801ecd)
v71.8.0
Features
- GlBanner: remove embedded property (b024100)
71.7.1 (2023-12-08)
Bug Fixes
- GlDuoChat: better align slash commands (e171560)
v71.7.1
Bug Fixes
- GlDuoChat: better align slash commands (e171560)
v71.7.0
Bug Fixes
- Dropdown: Polish trigger spacing (9e60b07)
Features
- GlAvatarLabeled: Wrap subLabel (aa773e2)
71.6.1 (2023-12-06)
Bug Fixes
- GlLoadingIcon: aria-label for GlLoadingIcon (09e9768)
Reverts
- feat(GlBadge): change spaces (6556551)
v71.6.1
Bug Fixes
- GlLoadingIcon: aria-label for GlLoadingIcon (09e9768)
Reverts
- feat(GlBadge): change spaces (6556551)
v71.6.0
Features
- GlDuoChat: switched /test to /tests command (5045d5d)
v71.5.0
Features
- GlChartTooltip: Add slot API for chart tooltip (572b33e)
v71.4.0
Features
-
GlTruncateText: add
toggleButtonPropsprop (25a6577)
v71.3.0
Features
- DesignTokens: add dark mode colors for data-viz and theme colors (7488ded)
v71.2.0
Features
- GlBadge: change spaces (4f54265)
71.1.1 (2023-11-28)
Bug Fixes
- GlFilteredSearch: Make close button keyboard accessible (78d809c)
v71.1.1
Bug Fixes
- GlFilteredSearch: Make close button keyboard accessible (78d809c)
v71.1.0
Features
- css: Add gl-line-clamp-{value} utility class (304a508)
v71.0.0
Features
- GlFormInput, GlFormSelect, GlDatepicker: remove deprecated props (72ff245)
BREAKING CHANGES
- GlFormInput, GlFormSelect, GlDatepicker: Removes the legacy property "size" from GlFormInput, GlFormSelect & GlDatepicker.
70.0.1 (2023-11-21)
Bug Fixes
- GlChart: Tooltip fix on MS Edge (5eab629)
v70.0.1
Bug Fixes
- GlChart: Tooltip fix on MS Edge (5eab629)
v70.0.0
Performance Improvements
- remove exported scss_to_js scripts and usages (b198d8b)
BREAKING CHANGES
- Remove scss_to_js export. Prefer use of /dist/tokens/js/tokens.js for importing generated token variables.
v69.1.0
Features
- css: Add gl-{size}-mr-0 utility classes (4ce256c)
v69.0.0
Bug Fixes
- css: remove desktop-first CSS utils (797f198)
Features
- css: add responsive CSS utils (ca0d144)
BREAKING CHANGES
-
css: This removes the remaining desktop-first CSS utilities form the library. Any usages of those should be replaced with mobile-first alternatives. See below for replacement suggestions. Note that the proposed replacements should work in the most simple cases. Some use cases might require using different utils combinations.
-
gl-sm-flex-direction-columnReplace withgl-flex-direction-column gl-md-flex-direction-row. -
gl-xs-flex-direction-columnReplace withgl-flex-direction-column gl-sm-flex-direction-row. -
gl-xs-w-fullReplace withgl-w-full gl-sm-w-auto. -
gl-xs-mb-3Replace withgl-mb-3 gl-sm-mb-0.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.