Update dependency @gitlab/ui to v133
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/ui (source) | dependencies | major | 132.1.0 -> 133.0.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-services/design.gitlab.com (@gitlab/ui)
v133.0.0
Major Changes
-
!5807: Remove BFormTextarea dependency from GlFormTextarea (
@lorenzvanherwaarden)GlFormTextarea now uses a native
<textarea>element instead of BootstrapVue's BFormTextarea component. It also does not support a couple helper methods/setters.BREAKING CHANGE: The following props and helper methods/setters are no longer supported:
lazy- The v-model is now always updated on input. Use thedebounceprop for delayed updates.lazy-formatter- The formatter is now always applied on input.no-auto-shrink- Auto-height mode always shrinks with content.number- Use Vue'sv-model.numbermodifier or handle conversion in the parent component.plaintext- Usereadonlywith custom styling instead.wrap- The browser default 'soft' wrap is always used.trim- Use Vue'sv-model.trimmodifier instead.selectionStart- UseselectionStartfrom the DOM textareaselectionEnd- UseselectionEndfrom the DOM textareaselectionDirection- UseselectionDirectionfrom the DOM textareavalidity- Usevalidityfrom the DOM textareavalidationMessage- UsevalidationMessagefrom the DOM textareawillValidate- UsewillValidatefrom the DOM textarea
These last 6 helper methods/setters were also removed from GlFormInput.
v132.2.2
Patch Changes
- !5837: Replaces "mobile-issue-close" icon with "check" icon so that "mobile-issue-close" can be deprecated. See #271390 for details. (
@clavimoniere)
v132.2.1
Patch Changes
- !5933: Fix off-by-one errors in purple deprecated color dark mode aliases (
@danmh)
v132.2.0
Minor Changes
- !5902: Add theme tinted neutrals (
@danmh)
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.