Skip to content

Update dependency @gitlab/ui to v80

This MR contains the following updates:

Package Type Update Change
@gitlab/ui dependencies major 76.1.0 -> 80.14.1

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

gitlab-org/gitlab-ui (@​gitlab/ui)

v80.14.1

Compare Source

Bug Fixes
  • GlTruncate: Fix Tailwind class name collision (74a698d)

v80.14.0

Compare Source

Features
  • DesignTokens: add background design tokens (c98ff85)
  • Tailwind: add background design tokens to tailwind classes (c78d656)

80.13.2 (2024-05-24)

Bug Fixes
  • GlExperimentBadge: Update language of experiment badges (82a3335)

80.13.1 (2024-05-24)

Bug Fixes
  • GlFilteredSearch: set initial state when value is updated to empty array (19eb8fa)

v80.13.2

Compare Source

Bug Fixes
  • GlExperimentBadge: Update language of experiment badges (82a3335)

v80.13.1

Compare Source

Bug Fixes
  • GlFilteredSearch: set initial state when value is updated to empty array (19eb8fa)

v80.13.0

Compare Source

Bug Fixes
  • DesignTokens: fix styling of deprecated badge (448f116)
Features
  • DesignTokens: make deprecated items appear last in list (39757f8)

v80.12.0

Compare Source

Bug Fixes
  • dropdowns: revert clipping changes (57973f8)
Features
  • DesignTokens: add aliases for semantic text design tokens (24a08b5)

v80.11.0

Compare Source

Features
  • DesignTokens: Generate SCSS output with CSS custom property values (3b92239)

v80.10.0

Compare Source

Features
  • DesignTokens: Create design token table Storybook story (a7d97d1)

v80.9.0

Compare Source

Features
  • generate list of tailwind color definitions statically (6612eae)

80.8.1 (2024-05-10)

Bug Fixes
  • GlDuoChat: less specificity for code CSS (6519f66)

v80.8.1

Compare Source

Bug Fixes
  • GlDuoChat: less specificity for code CSS (6519f66)

v80.8.0

Compare Source

Features
  • ForcedColorsMode: Improve readability of components (d968b6d)
  • ForcedColorsMode: Improve readability of components (3d918b7)
  • ForcedColorsMode: Improve readability of components (d00e2e3)
  • ForcedColorsMode: Improve readability of components (65ed389)
  • ForcedColorsMode: Improve readability of components (69f82f7)

80.7.2 (2024-05-09)

Bug Fixes
  • DuoChat: refactor error styles (6f76567)

80.7.1 (2024-05-09)

Bug Fixes
  • GlChartLegend: Add additional nextTick for Vue3 pipeline (4db605a)
  • GlChartLegend: prevent bottom fade when not scrollable (4df61b9)
  • GlChartLegend: remove console log (5b030f7)

v80.7.2

Compare Source

Bug Fixes
  • DuoChat: refactor error styles (6f76567)

v80.7.1

Compare Source

Bug Fixes
  • GlChartLegend: Add additional nextTick for Vue3 pipeline (4db605a)
  • GlChartLegend: prevent bottom fade when not scrollable (4df61b9)
  • GlChartLegend: remove console log (5b030f7)

v80.7.0

Compare Source

Features
  • GlFormGroup: Refactor text-gl-muted (5c569d9)

80.6.1 (2024-05-08)

Bug Fixes
  • Align with design and docs (544c8fd)

v80.6.1

Compare Source

Bug Fixes
  • Align with design and docs (544c8fd)

v80.6.0

Compare Source

Features
  • DesignTokens: nest default and dark colors in same tokens files (1c3d313)

v80.5.0

Compare Source

Features
  • DesignTokens: check in token build files (4e92530)

v80.4.0

Compare Source

Bug Fixes
Features
  • README: Add design tokens mention (3ff1f07)

v80.3.0

Compare Source

Features
  • GlSearchBoxByClick: Migrate dropdown (51de3bc)

v80.2.0

Compare Source

Features
  • GlFilteredSearch: pass appliedTokens prop to nested token (4eea90a)

v80.1.0

Compare Source

Features
  • GlDrawer: Fix alignment of close button (8bd418a)

80.0.1 (2024-05-02)

Bug Fixes
  • Dropdown: Fix disclosure dropdown a11y issues (34d2c4d)

v80.0.1

Compare Source

Bug Fixes
  • Dropdown: Fix disclosure dropdown a11y issues (34d2c4d)

v80.0.0

Compare Source

Features
  • CSS: remove gl-gap-x/y-* CSS utility classes (1ad137a)
  • DesignTokens: Update to use default for deprecated text.primary (24c8e3b)
BREAKING CHANGES
  • CSS: these utility classes were using margin to adjust spacing and were causing a conflict with Tailwind utility classes. Usage of these utilities should be migrated to Tailwind gap utilities.

79.4.1 (2024-04-25)

Bug Fixes
  • GlKeysetPagination: set default prev text to "Previous" (e245aaa)

v79.4.1

Compare Source

Bug Fixes
  • GlKeysetPagination: set default prev text to "Previous" (e245aaa)

v79.4.0

Compare Source

Bug Fixes
  • GlBreadcrumb: Fix containerWidth calc with ResizeObserver (daa8013)
  • GlBreadcrumb: Fix details in resize calc (4025e2e)
  • GlBreadcrumb: Watch autoResize prop and react to change (b4808bf)
Features
  • GlBreadcrumb: Add boolean prop to disable auto-resize (0dad528)

v79.3.0

Compare Source

Features
  • DesignTokens: add new text colors and deprecate pilot text colors (818f109)

v79.2.0

Compare Source

Bug Fixes
  • dropdowns: ignore vertical boundaries (3fec816)
Features
  • GlDuoChatMessage: output errors (f4c804a)

79.1.1 (2024-04-24)

Bug Fixes
  • GlFormTextarea: fix bug when value prop is null (dffde58)

v79.1.1

Compare Source

Bug Fixes
  • GlFormTextarea: fix bug when value prop is null (dffde58)

v79.1.0

Compare Source

Features
  • GlFilteredSearch: Improve dropdown styles (ac13b05)
  • GlFilteredSearch: Improve dropdown styles (47ae89a)

v79.0.0

Compare Source

Features
  • BaseDropdown: Use a "main" element boundary when available (ee0cd82)
BREAKING CHANGES
  • BaseDropdown: This change slightly alters the default positioning of GlDisclosureDropdown and GlListbox.

If the dropdown is placed inside a element: The disclosure will use main as a boundary to not overflow it. This change aims to smartly reduce the need to use custom "placement" ('right' and 'bottom-end') options, especially when the dropdown is placed on the right side, such as in contextual menus.

If the dropdown is not placed in a element, behavior does change.

v78.19.0

Compare Source

Features
  • GlFormTextarea: add support for character count (1b359aa)

v78.18.0

Compare Source

Features
  • GlDisclosureDropdown: Reorder dropdown items in example (7145be6)

v78.17.0

Compare Source

Features
  • GlLabel: Fix size for legacy label implementations (HAML) (56c497c)

v78.16.0

Compare Source

Features
  • GlFormInput: wrap gl-form-input in gl-form-group (468ccac)

78.15.2 (2024-04-18)

Bug Fixes
  • GlCard: Fixing header and foter inner border radii (1c28af7)

78.15.1 (2024-04-17)

Bug Fixes
  • GlKeysetPagination: externalize labels (9057c19)

v78.15.2

Compare Source

Bug Fixes
  • GlCard: Fixing header and foter inner border radii (1c28af7)

v78.15.1

Compare Source

Bug Fixes
  • GlKeysetPagination: externalize labels (9057c19)

v78.15.0

Compare Source

Features
  • label: Reduce label variants (b411a2d)

78.14.1 (2024-04-15)

Bug Fixes
  • Isolate DuoChat styles from GlDrawer component (fa8bd24)

v78.14.1

Compare Source

Bug Fixes
  • Isolate DuoChat styles from GlDrawer component (fa8bd24)

v78.14.0

Compare Source

Features
  • tailwind: add transparent to supported colors (8b43228)

v78.13.0

Compare Source

Features
  • tailwind: add data-viz colors to the preset (9b31bd0)

v78.12.0

Compare Source

Features
  • GlBaseDropdown: Migrates "placement" values to match floating-ui placements (a9f37b6)

v78.11.0

Compare Source

Features
  • GlHeatmap: Add prop to show/hide tooltip (77a0484)

78.10.1 (2024-04-09)

Bug Fixes
  • GlLabel: Add fallback value to focus ring CSS variable (2f3c184)

v78.10.1

Compare Source

Bug Fixes
  • GlLabel: Add fallback value to focus ring CSS variable (2f3c184)

v78.10.0

Compare Source

Features
  • GlDuoChat: detect streaming based on chunkId (6cdfe5c)
  • GlDuoChatMessage: Handle streaming in the component (082ab86)

v78.9.0

Compare Source

Features
  • DuoChat: add mandatory field indicator on DuoChat Feedback Modal (df7d4a5)

78.8.1 (2024-04-04)

Bug Fixes
  • Vertical alignment of Duo loader (b8cc06b)

v78.8.1

Compare Source

Bug Fixes
  • Vertical alignment of Duo loader (b8cc06b)

v78.8.0

Compare Source

Features
  • GlFormFields: add support for additional slots (6ff8a22)

v78.7.0

Compare Source

Features
  • BaseDropdown: Adds "right-start" placement (c1c82d6)

78.6.1 (2024-04-02)

Bug Fixes
  • update light theme colors for text and background (a566158)

v78.6.1

Compare Source

Bug Fixes
  • update light theme colors for text and background (a566158)

v78.6.0

Compare Source

Features
  • css: Add gl-lg-display-grid css class (9dfa9d9)

v78.5.0

Compare Source

Features
  • publish internal Tailwind utils (069353a)

v78.4.0

Compare Source

Features
  • GlDuoChat: trim the prompt (89b1253)

v78.3.0

Compare Source

Bug Fixes
  • GlDisclosureDropdown: Prevent unwanted slot overrides in Vue 3 (6aef295)
Features
  • GlBreadcrumb: Always show as many breadcrumbs as possible (b58ba76)

78.2.3 (2024-03-21)

Bug Fixes
  • GlBaseDropdown: Check focused element before closing the dropdown (54948dd)
  • GlBaseDropdown: Close menu with escape key on toggle (990f65d)

78.2.2 (2024-03-20)

Bug Fixes
  • Show sort icon on hover in table header (ab36e49)

78.2.1 (2024-03-19)

Bug Fixes
  • GlDuoChat: clear prompt after /clean (d3fcd9f)

v78.2.3

Compare Source

Bug Fixes
  • GlBaseDropdown: Check focused element before closing the dropdown (54948dd)
  • GlBaseDropdown: Close menu with escape key on toggle (990f65d)

v78.2.2

Compare Source

Bug Fixes
  • Show sort icon on hover in table header (ab36e49)

v78.2.1

Compare Source

Bug Fixes
  • GlDuoChat: clear prompt after /clean (d3fcd9f)

v78.2.0

Compare Source

Features
  • css: Add easing variables (33a3973)

78.1.2 (2024-03-13)

Bug Fixes
  • Repair right alignment for table header (3051537)

78.1.1 (2024-03-05)

Bug Fixes
  • GlDuoChat: allow typing prompt while streaming (bc107bf)

v78.1.2

Compare Source

Bug Fixes
  • Repair right alignment for table header (3051537)

v78.1.1

Compare Source

Bug Fixes
  • GlDuoChat: allow typing prompt while streaming (bc107bf)

v78.1.0

Compare Source

Features
  • GlDuoChat: explicitly disable Experimental Badge (d701cc9)

v78.0.0

Compare Source

Features
  • GlDuoChat: refactor hasFeedback to rely on props (97d1664)
BREAKING CHANGES
  • GlDuoChat: This commit refactors the GlDuoChat Feedback indicator on every message to use the information coming in from props not from localState.

v77.7.0

Compare Source

Features
  • GlLink: adding deprecated export for upcoming breaking changes (4a633ce)

v77.6.0

Compare Source

Features
  • GlDisclosureDropdownItem: Support Vue router links (2bff76d)

v77.5.0

Compare Source

Features
  • DuoChat: Make DuoChat fullWidth by default (5c8c0ea)
  • tailwind: add text color design tokens to the preset (d3535f9)

v77.4.0

Compare Source

Features
  • css: add two utils (c1d2b05)
  • css: remove edits to position.scss (306f0b4)

v77.3.0

Compare Source

Features
  • GlCollapsibleListbox: Render correctly in button group (aa7b93a)

v77.2.0

Compare Source

Features
  • tailwind: add screens to the preset (d6835dd)

v77.1.0

Compare Source

Features
  • DuoChat: Improve the feedback mechanism in the DuoChat (235077d)

v77.0.0

Compare Source

Bug Fixes
  • migrate internal positioning utilities to Tailwind (bc9ad6a)
  • remove legacy positioning utilities (8d0450a)
BREAKING CHANGES
  • Positioning utilities have been removed. Consumers should enable the following Tailwind CSS core plugins:
  • float
  • inset
  • position

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports