Commits on Source 9
-
Vanessa Otto authored
The GlOutsideDirective now uses event capturing, which means that its timestamp-checking behaviour can be removed. This behavior was added before to prevent calls on the event listener before the component with the outside click directive was actually rendered into the DOM. By adding E2E tests with Cypress for this behavior, we can delete the Unit tests written in Jest which tested the timestamp-checking behaviour.
-
Vanessa Otto authored
-
Vanessa Otto authored
-
Scott de Jonge authored
-
Vanessa Otto authored
And remove ConditionalVisibility story and Cypress test
-
Vanessa Otto authored
-
Enrique Alcántara authored
Merge branch '1994-clean-up-remove-event-timestamp-checking-code-from-gloutsidedirective' into 'main' Remove event timestamp checking code from GlOutsideDirective Closes #1994 See merge request gitlab-org/gitlab-ui!4272 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Mark Florian <mflorian@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Co-authored-by: Vanessa Otto <votto@gitlab.com>
-
Paul Gascou-Vaillancourt authored
feat(CSS): include design token CSS custom properties in gitlab_ui.scss Closes #2743 See merge request gitlab-org/gitlab-ui!4289 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com>
-
semantic-release-bot authored
# [82.1.0](gitlab-org/gitlab-ui@v82.0.1...v82.1.0) (2024-06-20) ### Features * **CSS:** include design token CSS custom properties in gitlab_ui.scss ([1a8db73b](gitlab-org/gitlab-ui@1a8db73b))