An error occurred while loading commit signatures
Commits on Source (9)
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Savas Vedova authored
chore(deps): update babel to ^7.26.8 See merge request !4973 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Lukas Eipert authored
chore(deps): update dependency eslint-plugin-storybook to v0.11.2 See merge request !4967 Merged-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Sascha Eggenberger authored
Adds variant prop like GlIcon to make use of design tokens when using a different color.
-
Lukas Eipert authored
With gitlab#503993 being rolled out, the pages_prefix is now part of `CI_PAGES_URL`. This means we need to update our environment URL, so that review apps have the correct URLs again.
-
Peter Hegman authored
feat(GlAnimatedIcon): Add variant prop See merge request !4971 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Julia Miocene <jmiocene@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
Payton Burdette authored
ci: Remove pages_prefix from review app urls See merge request !4974 Merged-by:
Payton Burdette <pburdette@gitlab.com> Approved-by:
Payton Burdette <pburdette@gitlab.com> Co-authored-by:
Lukas Eipert <leipert@gitlab.com>
-
semantic-release-bot authored
# [108.3.0](v108.2.0...v108.3.0) (2025-02-12) ### Features * **GlAnimatedIcon:** Add variant prop ([a1f1d8f2](a1f1d8f2))
Showing
- .gitlab-ci.yml 22 additions, 14 deletions.gitlab-ci.yml
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- package.json 4 additions, 4 deletionspackage.json
- src/components/base/animated_icon/animated_chevron_right_down_icon.vue 1 addition, 1 deletion...s/base/animated_icon/animated_chevron_right_down_icon.vue
- src/components/base/animated_icon/animated_duo_chat_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_duo_chat_icon.vue
- src/components/base/animated_icon/animated_icon.scss 40 additions, 0 deletionssrc/components/base/animated_icon/animated_icon.scss
- src/components/base/animated_icon/animated_icon.spec.js 29 additions, 1 deletionsrc/components/base/animated_icon/animated_icon.spec.js
- src/components/base/animated_icon/animated_icon.stories.js 15 additions, 10 deletionssrc/components/base/animated_icon/animated_icon.stories.js
- src/components/base/animated_icon/animated_loader_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_loader_icon.vue
- src/components/base/animated_icon/animated_notifications_icon.vue 1 addition, 1 deletion...onents/base/animated_icon/animated_notifications_icon.vue
- src/components/base/animated_icon/animated_sidebar_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_sidebar_icon.vue
- src/components/base/animated_icon/animated_smile_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_smile_icon.vue
- src/components/base/animated_icon/animated_sort_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_sort_icon.vue
- src/components/base/animated_icon/animated_star_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_star_icon.vue
- src/components/base/animated_icon/animated_todo_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_todo_icon.vue
- src/components/base/animated_icon/animated_upload_icon.vue 1 addition, 1 deletionsrc/components/base/animated_icon/animated_upload_icon.vue
- src/components/base/animated_icon/base_animated_icon.vue 15 additions, 1 deletionsrc/components/base/animated_icon/base_animated_icon.vue
- src/utils/constants.js 13 additions, 0 deletionssrc/utils/constants.js
- yarn.lock 119 additions, 113 deletionsyarn.lock
{ | ||
"name": "@gitlab/ui", | ||
"version": "108.2.0", | ||
"version": "108.3.0", | ||
"description": "GitLab UI Components", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
... | ... | @@ -100,10 +100,10 @@ |
"jackspeak": "2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.26.7", | ||
"@babel/core": "^7.26.8", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | ||
"@babel/preset-env": "^7.26.7", | ||
"@babel/preset-env": "^7.26.8", | ||
"@babel/preset-react": "^7.26.3", | ||
"@cypress/grep": "^4.0.1", | ||
"@gitlab/eslint-plugin": "20.7.1", | ||
... | ... | @@ -155,7 +155,7 @@ |
"eslint-formatter-gitlab": "^5.1.0", | ||
"eslint-import-resolver-jest": "3.0.2", | ||
"eslint-plugin-cypress": "3.6.0", | ||
"eslint-plugin-storybook": "0.11.1", | ||
"eslint-plugin-storybook": "0.11.2", | ||
"fuse.js": "^7.0.0", | ||
"gitlab-api-async-iterator": "^1.3.1", | ||
"glob": "10.3.3", | ||
... | ... |
This diff is collapsed.