Update NodeJS dependencies (major)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/eslint-plugin | devDependencies | major | ^8.4.0 -> ^9.0.2 |
| @gitlab/ui (source) | dependencies | major | ^29.38.1 -> ^31.5.0 |
| babel-jest | devDependencies | major | ^26.6.3 -> ^27.0.6 |
| jest (source) | devDependencies | major | ^26.6.3 -> ^27.0.6 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui
v31.5.0
Features
- css: Add padding size to utility class (c40101e)
31.4.1 (2021-07-13)
Bug Fixes
-
GlFilteredSearch: Revert "Stop component mutating
valueprop" (b8940c9)
v31.4.1
Bug Fixes
-
GlFilteredSearch: Revert "Stop component mutating
valueprop" (b8940c9)
v31.4.0
Features
- css: Add gl-text-theme-indigo-900 mixin (ef53398)
v31.3.0
Features
- GlSingleStat: Fade units after animation (41531ac)
v31.2.0
Features
- GlSafeHtml: sanitize potentially dangerous data attributes (e3cc94e)
v31.1.0
Features
- css: Add gl-left-50p utility class (65dd918)
31.0.1 (2021-07-08)
Bug Fixes
- GlLabel: Fix visibility of underline on hover and focus state (790aa16)
v31.0.1
Bug Fixes
- GlLabel: Fix visibility of underline on hover and focus state (790aa16)
v31.0.0
Bug Fixes
- GlDrawer: align title and close icon (df09bfb)
BREAKING CHANGES
-
GlDrawer: the header slot has been split up into two distinct slots:
-
The title slot should only contain the drawer's title.
-
The header slot can be used to display additional content below the title.
Usages of GlDrawer need to be updated to move the contents to the correct slots.
v30.3.0
Features
- Add props to allow adding and hiding labels (05eb875)
30.2.2 (2021-07-07)
Bug Fixes
-
GlFilteredSearch: Stop component mutating
valueprop (5ff7bdb)
30.2.1 (2021-07-05)
Bug Fixes
- GlTable: update hover and selected primary background (ac37040)
v30.2.2
Bug Fixes
-
GlFilteredSearch: Stop component mutating
valueprop (5ff7bdb)
v30.2.1
Bug Fixes
- GlTable: update hover and selected primary background (ac37040)
v30.2.0
Features
v30.1.0
Features
- add gl-mx-n5 mixin (6d6d705)
30.0.1 (2021-06-28)
Bug Fixes
-
GlSafeLinkDirective: pass arguments to
updatehook (3a4de98)
v30.0.1
Bug Fixes
-
GlSafeLinkDirective: pass arguments to
updatehook (3a4de98)
v30.0.0
Bug Fixes
- GlToast: set background opacity to 1 (46983f5)
Code Refactoring
- toast: Replace vue-toasted with BootstrapVue's Toast plugin (59e94f9)
BREAKING CHANGES
- toast: This replaces the internal toasts library.
BootstrapVue's built-in toasts are now used instead of vue-toasted.
As a result, the following changes should be made when upgrading:
- The following options have been renamed:
-
durationnow isautoHideDelay -
classNamenow istoasClass.
-
- The following options are not supported anymore:
fullWidthfitToScreencontainerClassiconPackIconthemecloseOnSwipekeepOnHoversingleton-
type(note that while this option was previously supported, it didn't have any effect visually and can thus be removed altogether)
- It is not possible to render HTML in toasts' body anymore, make sure
to only pass plain text to the
.show()method. - To adhere with the design system, the
positionoption has also been removed. Toasts should only appear in the bottom-left corner. - The callbacks have been backported:
-
onCompleteshould work as usual. -
onClick's second argument is an object with the following properties:-
idis the BootstrapVue toast's ID. -
hideis a method that can be called to hide the toast. It replacesgoAway(0).
-
-
29.38.1 (2021-06-18)
Bug Fixes
- GlEmptyState: Add role img to empty state image (53ad49f)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.