Update dependency @gitlab/ui to v112 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@gitlab/ui | dependencies | major | ^108.10.0 -> ^112.2.3 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui (@gitlab/ui)
v112.2.3
Bug Fixes
- SearchBoxByClick: add accessible name to empty search button (0c3948d)
- apply feedback (ffc8966)
- SearchBoxByClick: add accessible name to empty search button (d29957a)
v112.2.2
Bug Fixes
- GlKeysetPagination: Fix spacing between buttons (7991c38)
v112.2.1
Bug Fixes
- DesignTokens: remove size/pxToRem transform from dimension type (451fc7d)
v112.2.0
Features
- GlChartLegend: Localizes chart legend labels (d0e3716)
112.1.2 (2025-04-03)
Bug Fixes
- GlTooltip: use feedback.strong.text.color for tooltip scoped label (25784e3)
112.1.1 (2025-04-03)
Bug Fixes
- GlLineChart, GlStackedColumn: Legend is updated on changes (dabba78)
v112.1.2
Bug Fixes
- GlTooltip: use feedback.strong.text.color for tooltip scoped label (25784e3)
v112.1.1
Bug Fixes
- GlLineChart, GlStackedColumn: Legend is updated on changes (dabba78)
v112.1.0
Features
- GlAvatarLabeled: add label-link-click event (ed38bc9)
112.0.1 (2025-04-02)
Bug Fixes
- GlAnimatedIcon: explicitly set animation properties (cdd8fad)
v112.0.1
Bug Fixes
- GlAnimatedIcon: explicitly set animation properties (cdd8fad)
v112.0.0
chore
- GlNavItemDropdown: Remove component (b948f97)
BREAKING CHANGES
- GlNavItemDropdown: This commit removes the GlNavItemDropdown component.
It is not used by any of our projects. Removing it will allow us to drop another Bootstrap dependency, BNavItemDropdown.
111.10.2 (2025-04-01)
Bug Fixes
- GlToggle: Fix label required if slot is used (c39ca40)
111.10.1 (2025-03-31)
Bug Fixes
- GlAreaChart: Legend is updated on changes (0caa619)
v111.10.2
Bug Fixes
- GlToggle: Fix label required if slot is used (c39ca40)
v111.10.1
Bug Fixes
- GlAreaChart: Legend is updated on changes (0caa619)
v111.10.0
Features
- GlCollapsibleListbox: Allow listbox options to have a null value (6e1c5f6)
111.9.1 (2025-03-28)
Bug Fixes
- GlCollapsibleListbox: Enter press should toggle selection (0a89dc6)
v111.9.1
Bug Fixes
- GlCollapsibleListbox: Enter press should toggle selection (0a89dc6)
v111.9.0
Features
- GlTooltip: add custom global container selector (691e2b0)
111.8.1 (2025-03-27)
Bug Fixes
- GlLineChart, GlAreaChart, GlStackedColumn: Fix tooltip updates (7ac5e58)
v111.8.1
Bug Fixes
- GlLineChart, GlAreaChart, GlStackedColumn: Fix tooltip updates (7ac5e58)
v111.8.0
Features
- GlAnimatedIcon: add down-up, lg-down-up and lg-right-down chevrons (1bc7430)
111.7.1 (2025-03-25)
Bug Fixes
- GlButtonGroup: Isolate button divider so it doesn't overlap others (7b0481c)
v111.7.1
Bug Fixes
- GlButtonGroup: Isolate button divider so it doesn't overlap others (7b0481c)
v111.7.0
Features
- GlChart: Allow charts to opt-out of aria (14c0bfc)
v111.6.0
Bug Fixes
- GlLink: fix passing of attributes to Vue 3 RouterLink (0e2632d)
Features
- GlDatepicker: Add global firstDay config (4b3c9a8)
v111.5.0
Features
- DesignTokens: Compile JSON files for Figma plugin (2834c7e)
v111.4.0
Features
- DesignTokens: Replace illustration stroke width with unitless (f172642)
111.3.1 (2025-03-18)
Bug Fixes
-
GlTokenSelector: Remove text intput
aria-label
attr (85d1e7e)
v111.3.1
Bug Fixes
-
GlTokenSelector: Remove text intput
aria-label
attr (85d1e7e)
v111.3.0
Features
- GlCollapsibleListbox: Add toggleId prop (e3d6ed2)
v111.2.0
Features
- DesignTokens: organise design tokens into directories (f891a62)
111.1.1 (2025-03-13)
Bug Fixes
- DesignTokens: Add missing dropdown token keys (1d8b1f5)
v111.1.1
Bug Fixes
- DesignTokens: Add missing dropdown token keys (1d8b1f5)
v111.1.0
Features
- DesignTokens: define chart contextual design tokens (57eafc4)
v111.0.0
Features
-
GlLink: Remove
BLink
fromGlLink
(22f8323)
BREAKING CHANGES
-
GlLink: Removed support for the following props:
append
,event
,exact
,exact-path
,exact-path-active-class
,no-prefetch
,router-component-name
,router-tag
. Also removed support forbv::link::clicked
global event.
v110.1.0
Features
- use design tokens in Bootstrap .table class styles (1b61082)
v110.0.0
Features
- charts: Removes GlChartTooltip component from published package (99517f4)
BREAKING CHANGES
- charts: GlChartTooltip cannot be imported from '@gitlab/ui/dist/charts'
109.2.1 (2025-03-07)
Bug Fixes
- combobox: Combobox ARIA labeling (2d46733)
v109.2.1
Bug Fixes
- combobox: Combobox ARIA labeling (2d46733)
v109.2.0
Features
- GlCollapsibleListbox: Visually highlight first result when searching (0430cc4)
v109.1.0
Features
- GlChart: Remove deprecated "disable-theme" prop (64c8f57)
v109.0.0
Code Refactoring
-
GlCollapse: remove
BCollapse
component (f53fdd4)
BREAKING CHANGES
-
GlCollapse:
GlCollapse
now has its own implementation and does not rely onBCollapse
anymore.
Drops support of the toggle
directive for toggling the GlCollapse
's
state. Going forward, the v-model
should be used instead.
Drops support of hide
, show
events.
Also drops supports of:
-
appear
prop -
v-b-toggle
, which can be used to trigger multiple collapse elements - turn a group of collapse components into an accordion with
accordion
prop - navbar support with
is-nav
prop - $root event
-
show
andhide
events
See bootstrap doc (https://bootstrap-vue.org/docs/components/collapse#collapse) for details.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.