Commits on Source 18
-
BREAKING CHANGE: This makes GitLab UI's stylesheets incompatible with `libsass` which does not support `math.div`. Consuming the stylesheets now requires `dart-sass`.
-
Paul Gascou-Vaillancourt authored
-
Austin Regnery authored
-
Austin Regnery authored
-
Austin Regnery authored
-
Austin Regnery authored
-
Austin Regnery authored
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Paul Gascou-Vaillancourt authored
This rewrites `bin/collect_translations.js` to find externalized labels with AST walking instead of the more fragile RegExp matching approach. This paves the way for further improvement to how we hand labels externalization in GitLab UI.
-
Scott de Jonge authored
refactor(i18n): rewrite translations collection script See merge request gitlab-org/gitlab-ui!4287 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Jannik Lehmann <jlehmann@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
Scott de Jonge authored
-
Simon Knox authored
chore: storybook dark mode background and color to use design tokens See merge request gitlab-org/gitlab-ui!4293 Merged-by:
Simon Knox <simon@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Simon Knox <simon@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com>
-
Lukas Eipert authored
semantic-release does actually use the remote branches for double-checking it's config: https://github.com/semantic-release/semantic-release/blob/v19.0.5/lib/branches/index.js Unfortunately when we manually run a merge pipeline on a fork MR, the pipeline runs in the context of the upstream project, where the fork branch doesn't exist, leading to an error. The easiest fix is to just disable the dry-run job for these kind of MRs. (Alternatively we could change the remote in the job, but that sounds messy?)
-
Jose Ivan Vargas authored
chore(deps): update dependency @gitlab/svgs to v3.102.0 See merge request gitlab-org/gitlab-ui!4286 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Co-authored-by:
Lukas Eipert <leipert@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Lukas 'ai-pi' Eipert authored
feat(DuoChat): Improve the message response while generating See merge request gitlab-org/gitlab-ui!4264 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Katie Macoy <kmacoy@gitlab.com> Approved-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Reviewed-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
Austin Regnery <aregnery@gitlab.com>
-
Lukas 'ai-pi' Eipert authored
Update deprecated division syntax Closes #1954 See merge request gitlab-org/gitlab-ui!3987 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Stanislav Lashmanov <slashmanov@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Reviewed-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> Co-authored-by:
Ian Gloude <igloude@gitlab.com>
-
semantic-release-bot authored
# [82.0.0](gitlab-org/gitlab-ui@v81.1.0...v82.0.0) (2024-06-18) ### chore * update deprecated division syntax to use math.div ([153c5bae](gitlab-org/gitlab-ui@153c5bae)) ### Features * **DuoChat:** Add check for loading icon in spec ([67fca116](gitlab-org/gitlab-ui@67fca116)) * **DuoChat:** Add story for message population ([b94cbe1e](gitlab-org/gitlab-ui@b94cbe1e)) * **DuoChat:** Improve the message response while generating ([56a78520](gitlab-org/gitlab-ui@56a78520)) * **DuoChat:** Remove computed streaming logic ([bfab0658](gitlab-org/gitlab-ui@bfab0658)) * **DuoChat:** Update test for loading icon ([b986944f](gitlab-org/gitlab-ui@b986944f)) ### BREAKING CHANGES * This makes GitLab UI's stylesheets incompatible with `libsass` which does not support `math.div`. Consuming the stylesheets now requires `dart-sass`.