Skip to content

Update dependency @gitlab/ui to v78

This MR contains the following updates:

Package Type Update Change
@gitlab/ui dependencies major ^73.3.1 -> ^78.2.2

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


Release Notes

gitlab-org/gitlab-ui

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

v76.1.0

Compare Source

Features
  • DesignTokens: add text design tokens (7eb5a49)

76.0.1 (2024-02-27)

Bug Fixes
  • tailwind: add font sizes to the preset (02f26b3)
  • tailwind: add font weights to the preset (84fe175)

v76.0.1

Compare Source

Bug Fixes
  • tailwind: add font sizes to the preset (02f26b3)
  • tailwind: add font weights to the preset (84fe175)

v76.0.0

Compare Source

Bug Fixes
  • make gl-content-empty mixin internal (51195ac)
  • make gl-mask-chevron-down mixin internal (d58d804)
  • remove legacy gl-appearance-none utility mixin (000795e)
  • remove mix blend mode utilities (f3b6b2c)
  • remove table layout utilities (20f9027)
  • remove user select utility mixins (a9ee4bd)
BREAKING CHANGES
  • The gl-content-empty utility has been removed. Consumer that need content utilities can enable the content Tailwind core plugin.
  • The table user select utilities have been removed. Consumer that need such utilities can enable the userSelect Tailwind core plugin.
  • The table layout utility has been removed. Consumer that need such utility can enable the tableLayout Tailwind core plugin.
  • The appearance utility has been removed. Consumer that need such utility can enable the appearance Tailwind core plugin.
  • The mix blend mode utility has been removed. Consumer that need such utility can enable the mixBlendMode Tailwind core plugin.
  • The gl-mask-chevron-down utility has been removed.

v75.2.0

Compare Source

Features
  • GlMarkdown: Use heading scale (19c39b6)

v75.1.0

Compare Source

Features
  • GlDrawer: Emit "opened" event in transition after-enter hook (f752b36)

v75.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • This removes the isolation CSS utilities. Isolation should now be applied via Tailwind CSS utils instead.

74.9.3 (2024-02-20)

Bug Fixes
  • DuoChat: Force a scroll-bar if we have messages (31f846a)

74.9.2 (2024-02-20)

Bug Fixes
  • Align left margin for inactive state (5e20544)
  • Decrease left margin for icon (1b2e829)
  • Make icon darker again (6350e75)
  • Move icon sort position in table (28f2599)
  • Simplify if statements and width (21bc5b2)

74.9.1 (2024-02-20)

Bug Fixes
  • dropdown: set aria-expanded to string (8fbae07)

v74.9.3

Compare Source

Bug Fixes
  • DuoChat: Force a scroll-bar if we have messages (31f846a)

v74.9.2

Compare Source

Bug Fixes
  • Align left margin for inactive state (5e20544)
  • Decrease left margin for icon (1b2e829)
  • Make icon darker again (6350e75)
  • Move icon sort position in table (28f2599)
  • Simplify if statements and width (21bc5b2)

v74.9.1

Compare Source

Bug Fixes
  • dropdown: set aria-expanded to string (8fbae07)

v74.9.0

Compare Source

Features
  • GlFilteredSearch: Add showSearchButton to GlFilteredSearch (cb119b1)

v74.8.0

Compare Source

Features
  • Adds align-items: flex-start for md (fc1a07b)

74.7.1 (2024-02-19)

Bug Fixes

v74.7.1

Compare Source

Bug Fixes

v74.7.0

Compare Source

Features
  • add purple-500 class: Add utility classes for purple-500 (8a02d5a)

v74.6.0

Compare Source

Features
  • GlFormFields: Add prop for server field validations (6c23b37)

v74.5.0

Compare Source

Bug Fixes
  • DuoChat: Move global error to header (7d026ef)
Features
  • DuoChat: Remove unused hero header (30ab50c)

v74.4.0

Compare Source

Features
  • DuoChat: Add default markdown renderer for streaming messages (07fea1c)

74.3.1 (2024-02-08)

Bug Fixes
  • DuoChat: Stick to bottom of history while streaming answers (647442a)

v74.3.1

Compare Source

Bug Fixes
  • DuoChat: Stick to bottom of history while streaming answers (647442a)

v74.3.0

Compare Source

Features
  • css: adds gl-md-flex-basis-13 utility class (9bfde57)

v74.2.0

Compare Source

Features
  • GlSorting: add block prop (8d76bea)

v74.1.0

Compare Source

Bug Fixes
  • Gap: remove gl-gap-y-6 addition (7c04d9f)
Features
  • utilities: add styles from CustomersDot (260b697)

v74.0.0

Compare Source

Features
  • Disable colored tooltip and popover variants (0278dc4)
BREAKING CHANGES
  • Remove Pajamas non-compliant Tooltip and Popover coloring options.

73.3.1 (2024-02-02)

Bug Fixes
  • DuoChat: Handle large text in chat input (df6578d)

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