Skip to content

Update dependency @gitlab/ui to v94

This MR contains the following updates:

Package Type Update Change
@gitlab/ui dependencies major ^91.7.0 -> ^94.6.1

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


Release Notes

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

v94.6.1

Compare Source

Bug Fixes
  • GlBreadcrumb: Fix items watcher behavior (f4256e4)

v94.6.0

Compare Source

Features
  • DesignTokens: update overlap background color to color.neutral.900 (e0a8b98)

v94.5.0

Compare Source

Features
  • support "local git" Duo Chat pinned context category (127691f)

94.4.2 (2024-09-27)

Bug Fixes
  • update illustrations in stories (8ab654e)

94.4.1 (2024-09-26)

Bug Fixes
  • GlFormInput: Set noWheel to true for number inputs (a218651)

v94.4.2

Compare Source

Bug Fixes
  • update illustrations in stories (8ab654e)

v94.4.1

Compare Source

Bug Fixes
  • GlFormInput: Set noWheel to true for number inputs (a218651)

v94.4.0

Compare Source

Features
  • Add vendored bootstrap@4.6.2 SCSS (d0181d5)

v94.3.0

Compare Source

Features
  • DuoChat: Remove bottom disclaimer (52c95b5)

v94.2.0

Compare Source

Bug Fixes
  • GlFilteredSearchTerm: remove background from input (47a75e9)
Features
  • DesignTokens: add token and filtered-search design tokens (dbc64cc)
  • GlFilteredSearch: update input background and border color (3dcb7cd)
  • GlFilteredSearchToken: use design tokens in GlFilteredSearchToken (fbd61c0)
  • GlToken: use design tokens in GlToken (ce31604)

94.1.1 (2024-09-24)

Bug Fixes
  • update gl-focus Tailwind util definition (6bb0987)

v94.1.1

Compare Source

Bug Fixes
  • update gl-focus Tailwind util definition (6bb0987)

v94.1.0

Compare Source

Features
  • Elevation: Clearer defined and more refined shadows (635b416)
  • GlToast: Add shadow to communicate elevation (942ab0f)
  • GlTooltip: Add shadow to communicate elevation (bf53d96)

94.0.1 (2024-09-24)

Bug Fixes
  • add animated icons to src/index.js (f73e078)

v94.0.1

Compare Source

Bug Fixes
  • add animated icons to src/index.js (f73e078)

v94.0.0

Compare Source

Bug Fixes
  • GlTable: do not override CSS utils styling (9c3ce10)
BREAKING CHANGES
  • GlTable: This rewrites how GlTable's TH elements text alignment is applied. If you were previously passing gl-text-right to a table's thClass field option, you should migrate to the thAlignRight option instead. Not migrating could cause rendering issues in right-aligned sortable columns.

Before:

const fields = [
  {
    key: "column_one",
    label: __("First column"),
    sortable: true,
    thClass: 'gl-text-right',
  },
];

After:

const fields = [
  {
    key: "column_one",
    label: __("First column"),
    sortable: true,
    thAlignRight: true,
  },
];

v93.4.0

Compare Source

Features
  • DuoChat: Remove "generated by AI" message (0e6c72b)

v93.3.0

Compare Source

Features
  • DuoChatContextItemPopover: fix styling for long strings (b7b4517)

v93.2.0

Compare Source

Features
  • DesignTokens: add text warning design tokens (e00b998)

v93.1.0

Compare Source

Bug Fixes
  • GlDisclosureDropdown: Add spacing after loading icon (82eef91)
Features
  • i18n: Setup translation for Duo Chat component and all sub-components (0b766ef)

v93.0.0

Compare Source

Features
  • CloseButton: Replace close btn class with util class (0cf9a37)
BREAKING CHANGES
  • CloseButton: Remove CSS Class .gl-close-btn-color-inherit

This CSS Class was applying mix-blend styles. This style was creating an unwanted design on some background colors. Also, it makes it harder to use with design tokens. This CSS class is now replaced by using the Util CSS class !text-color-inherit.

v92.5.0

Compare Source

Bug Fixes
  • GlAnimatedIcon: Apply design suggestions (7988cae)
  • GlAnimatedIcon: Apply fixes (ef99ace)
Features
  • GlAnimatedIcon: Add component (5db8ae2)

v92.4.0

Compare Source

Features
  • DuoWorkflowPanel: Add Duo panel isExpanded prop (5916cd1)

92.3.1 (2024-09-13)

Bug Fixes
  • update context-items-menu components with updated schema (afff4cb)

v92.3.1

Compare Source

Bug Fixes
  • update context-items-menu components with updated schema (afff4cb)

v92.3.0

Compare Source

Features
  • Remove unused BootstrapVue components (cdd4a17)

v92.2.0

Compare Source

Features
  • DuoChat: MR Feedback from vanessaotto (0cf5b57)
  • DuoChat: UI Polish on context (4ab5ed8)
  • GlButton: Explicitly add btn-block styling rather than relying on bootstrap (40dc96b)

92.1.1 (2024-09-11)

Bug Fixes
  • ensure chat scrolls to bottom with new message (3d048f8)

v92.1.1

Compare Source

Bug Fixes
  • ensure chat scrolls to bottom with new message (3d048f8)

v92.1.0

Compare Source

Features
  • GlDuoChat: add /include command, integrate context-item-menu (3f664f8)

v92.0.0

Compare Source

Features
  • Feedback: Update feedback tokens (2f47efa)
  • Modal: Use new semantic bg tokens (bf79388)
  • Popover: Use new semantic bg tokens (6113aa2)
  • Toast: Remove SCSS var (fe32492)
BREAKING CHANGES
  • Popover: Update the popover to use new semantic overlap design tokens and remove the contextual ones.

v91.15.0

Compare Source

Features
  • add duo chat context menu keyboard interactions (a031d8c)

v91.14.0

Compare Source

Features
  • add duo chat context menu search item styling (1b97743)

v91.13.0

Compare Source

Features
  • DesignTokens: add overlap and section design tokens (f6ebeec)
  • DuoChat: Adjust right alignment of copy code and insert code (aba2397)

v91.12.0

Compare Source

Features
  • GlBroadcast: Create and use design tokens (b6d73ad)

v91.11.0

Compare Source

Features
  • Tailwind: use border default design token for border classes (642bc1c)

v91.10.0

Compare Source

Features
  • add duo chat context menu search (6ac53de)

v91.9.0

Compare Source

Features
  • GlDuoChat: make insert code snippet work with server-generated elements (ce66a88)

v91.8.0

Compare Source

Features
  • GlLink: Add and update tokens (df90a00)

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

Loading