Commits on Source 9
-
James Rushford authored
Moves disabled input decoration to FilteredSearchToken. It also migrates away from deprecated CSS classes.
-
Mark Florian authored
This commit extracts and uses a `propDefaultFactory` story helper across many slightly buggy stories. Many stories defined a `defaultValue`/`propDefault` helper that returned the default value of the given prop. They all returned the incorrect value in the case that the default value was a function. When the default value is a function, its return value is the default value, not the function itself. The newly extracted helper handles this almost correctly. Almost, because Vue 2/3 pass the Vue instance/raw props as a first argument. This helper does not, because it doesn't have access to them.
-
Replaces `BLink` with `GlLink` in the `GlDisclosureDropdownItem` This change is part of a larger effort to remove Bootstrap Vue as a dependency.
-
Peter Hegman authored
chore: Unify & fix default prop values in stories See merge request !5138 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com>
-
Peter Hegman authored
refactor(GlDisclosureDropdownItem): Replace `BLink` with `GlLink` Closes #3162 See merge request !5115 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Ian Gloude <igloude@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Peter Hegman <phegman@gitlab.com> Co-authored-by:
Bhanuteja Chintha <bhanutejach9@gmail.com>
-
🤖 GitLab Bot 🤖 authored
-
Scott de Jonge authored
chore(deps): update babel to ^7.27.1 See merge request !5141 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Savas Vedova authored
Merge branch '3172-migrate-deprecated-neutral-classes-to-design-tokens-in-filteredsearchterm' into 'main' fix(filteredSearchTerm): fix bug in disabled background color and also fix... Closes #3172 See merge request !5128 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Jeremy Elder <jelder@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Reviewed-by:
Rahul Chanila <rchanila@gitlab.com> Reviewed-by:
James Rushford <jrushford@gitlab.com> Co-authored-by:
James Rushford <jrushford@gitlab.com>
-
semantic-release-bot authored
## [113.3.1](v113.3.0...v113.3.1) (2025-05-05) ### Bug Fixes * **FilteredSearchTerm:** Fix view-only logic and remove unused deprecated class ([3a142b76](3a142b76))