Commits on Source 14
-
Chandra Kiran G authored
-
Thomas Hutterer authored
-
Thomas Hutterer authored
Listening to a window resize was not enough. The available space might change without such an event. E.g. when a new sibling element pops up, taking away horizontal space.
-
Thomas Hutterer authored
For the first size check with all items visible, it is not needed to consider the collapse button width, as it wouldn't be shown in case all items fit. Also shrink the expected size of the button to not expect more space than what is actually required. This otherwise can lead to recursive calls, shrinking down to the last element because the actual wrapper size is smaller than what the calc expects.
-
Thomas Hutterer authored
This now allows the prop to be changed after component mount.
-
Chandra Kiran G authored
-
Thomas Hutterer authored
-
Chandra Kiran G authored
-
Paul Gascou-Vaillancourt authored
test(GlFormDate): add A11Y tests Closes #2543 See merge request gitlab-org/gitlab-ui!4110 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paulina Sedlak-Jakubowska <psedlak-jakubowska@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Chandra Kiran G <chandrakiran.g19@gmail.com> -
🤖 GitLab Bot 🤖 authored
-
Paul Gascou-Vaillancourt authored
test(GlFormDate): add A11Y tests Closes #2543 See merge request gitlab-org/gitlab-ui!4110 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paulina Sedlak-Jakubowska <psedlak-jakubowska@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Dan Mizzi-Harris <dmizzi-harris@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
Chandra Kiran G <chandrakiran.g19@gmail.com> -
Paul Slaughter authored
test(GlSorting): add a11y tests Closes #2521 See merge request gitlab-org/gitlab-ui!4099 Merged-by:
Paul Slaughter <pslaughter@gitlab.com>
Approved-by:
Paul Slaughter <pslaughter@gitlab.com>
Co-authored-by:
Chandra Kiran G <chandrakiran.g19@gmail.com> -
Lukas 'ai-pi' Eipert authored
feat(GlBreadcrumb): Add boolean prop to disable auto-resize See merge request gitlab-org/gitlab-ui!4079 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Reviewed-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Co-authored-by:
Thomas Hutterer <thutterer@gitlab.com>
-
semantic-release-bot authored
# [79.4.0](gitlab-org/gitlab-ui@v79.3.0...v79.4.0) (2024-04-25) ### Bug Fixes * **GlBreadcrumb:** Fix containerWidth calc with ResizeObserver ([daa80133](gitlab-org/gitlab-ui@daa80133)) * **GlBreadcrumb:** Fix details in resize calc ([4025e2e0](gitlab-org/gitlab-ui@4025e2e0)) * **GlBreadcrumb:** Watch autoResize prop and react to change ([b4808bfa](gitlab-org/gitlab-ui@b4808bfa)) ### Features * **GlBreadcrumb:** Add boolean prop to disable auto-resize ([0dad528c](gitlab-org/gitlab-ui@0dad528c))