Update dependency @gitlab/ui to v109 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/ui | dependencies | major | 108.10.0 -> 109.2.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui (@gitlab/ui)
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
BCollapsecomponent (f53fdd4)
BREAKING CHANGES
-
GlCollapse:
GlCollapsenow has its own implementation and does not rely onBCollapseanymore.
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:
-
appearprop -
v-b-toggle, which can be used to trigger multiple collapse elements - turn a group of collapse components into an accordion with
accordionprop - navbar support with
is-navprop - $root event
-
showandhideevents
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.