Update dependency @gitlab/ui to v132
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/ui (source) | dependencies | major | 131.3.0 -> 132.1.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-services/design.gitlab.com (@gitlab/ui)
v132.1.0
Minor Changes
- !5835: Update Gridstack to 12.6.0 and make GlGridLayout Vue 3 compatible (
@jivanvl)
v132.0.3
Patch Changes
- !5860: GlLink: Replace BootstrapVue's
stringifyQueryObjwith an internalbuildQueryStringutility when serializing thetoprop'squeryobject. Encoding behavior is preserved, but non-plain objects (e.g. class instances) passed asto.querywill now have their own enumerable properties serialized rather than being ignored. (@lorenzvanherwaarden)
v132.0.2
Patch Changes
- !5875: Re-add
dist/in published package. (@marina.mosti)
v132.0.1
Patch Changes
- !5866: GlTooltipDirective: Fix delay modifier so that it only affects the given tooltip instance, rather than all tooltips. (
@markrian)
v132.0.0
Major Changes
-
!5836: Remove object options format for form components (
@lorenzvanherwaarden)GlFormRadioGroup and GlFormCheckboxGroup use Bootstrap Vue's form options mixin to normalize options being passed in as a prop. We're migrating from this mixin to an internal utility function and simultaneously dropping support for the deprecated options as an object format.
BREAKING CHANGE: support for options as an object format for GlFormRadioGroup and GlFormCheckboxGroup is dropped.
v131.3.2
Patch Changes
- !5832: BVTooltip: Fix tooltip
delaydefault to return a fresh object per component instance and avoid shared state between instances (@vanessaotto)
v131.3.1
Patch Changes
- !5849: Use
overflow-x: clipinstead ofoverflow: hiddenfor truncation utilities to prevent descenders and focus rings from being clipped. (@danmh)
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.