Update dependency @gitlab/ui to v54
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/ui | dependencies | major | ^53.0.0 -> ^54.2.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui
v54.2.0
Features
- GlListbox,GlDisclosure: Updates dropdown styles (6c6ed0e)
54.1.2 (2023-01-26)
Bug Fixes
- GlListbox: Override reset button styles (ec8cf77)
54.1.1 (2023-01-25)
Bug Fixes
- GlDisclosureDropdown: Ensure default ID is unique (3662f91)
v54.1.2
Bug Fixes
- GlListbox: Override reset button styles (ec8cf77)
v54.1.1
Bug Fixes
- GlDisclosureDropdown: Ensure default ID is unique (3662f91)
v54.1.0
Features
- CSS Gap Mixin: Adds spacing scale 2 version of gap mixin (1a3e049)
v54.0.0
Features
- GlDisclosureDropdown: Loosen action item type (bb2b308)
- GlDisclosureDropdown: Pass item to action (8ac2cbf)
BREAKING CHANGES
- GlDisclosureDropdown: Action items are now determined by the lack of an href string. An item with an href string is rendered as a link item, whether or not it has an action callback.
Before this change, if an item had both an href and an action, it would render as a button. Now, it would render as an anchor.
-
GlDisclosureDropdown: The
thisof theGlDisclosureDropdownaction callback is nowundefinedrather than the item it's attached to. It now receives the item as a regular argument instead.
This makes it more similar to the action event that's emitted by the
component, such that the same function could be used in either way.
This also means that the same callback can be attached to all items, instead of requiring a unique callback for each item.
v53.3.0
Features
- GlDisclosureDropdown: Allow to provide custom toggle id (b696ea2)
v53.2.0
Features
- GlDisclosureDropdown: Allow to provide custom item template for groups (c3034b8)
v53.1.0
Features
- css: add gl-w-30 (4cf37cf)
53.0.1 (2023-01-23)
Bug Fixes
- GlDisclosureDropdown: Always set button type (595d6a2)
v53.0.1
Bug Fixes
- GlDisclosureDropdown: Always set button type (595d6a2)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.