Commits on Source 6
-
Vanessa Otto authored
BREAKING CHANGE: Remove util constants variantOptionsWithNoDefault, and possibility to apply header, body, and footer variants. BootstrapVue's Modal supported multiple variants: * headerBgVariant * headerBorderVariant * headerTextVariant * headerCloseVariant * bodyBgVariant * bodyTextVariant * footerBgVariant * footerBorderVariant * footerTextVariant These attributes were passed through the GitLab UI Component to the BootstrapVue's original component. These variants have never been used and are now deleted. Alongside with the exported constant in the utils folder.
-
Vanessa Otto authored
BREAKING CHANGE: * Rename variantOptions to progressBarOptions since they're only used for the GlProgressBar * Remove options: secondary, light, dark, info
-
Vanessa Otto authored
* Create contextual design tokens * Create and import SCSS file to override default with custom properties * Create warning and danger stories * Create a11y specs for warning and danger stories
-
-
Vanessa Otto authored
Resolve "Use design tokens in GlProgressBar" Closes #2723 See merge request gitlab-org/gitlab-ui!4556 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com>
-
semantic-release-bot authored
# [95.0.0](gitlab-org/gitlab-ui@v94.10.0...v95.0.0) (2024-10-04) ### Features * **GlModal:** Remove variant options ([5580ba31](gitlab-org/gitlab-ui@5580ba31)) * **GlProgressBar:** Apply design tokens ([47769055](gitlab-org/gitlab-ui@47769055)) * **GlProgressBar:** Remove some progress bar color variants ([4a3289d7](gitlab-org/gitlab-ui@4a3289d7)) ### BREAKING CHANGES * **GlProgressBar:** * Rename variantOptions to progressBarOptions since they're only used for the GlProgressBar * Remove options: secondary, light, dark, info * **GlModal:** Remove util constants variantOptionsWithNoDefault, and possibility to apply header, body, and footer variants. BootstrapVue's Modal supported multiple variants: * headerBgVariant * headerBorderVariant * headerTextVariant * headerCloseVariant * bodyBgVariant * bodyTextVariant * footerBgVariant * footerBorderVariant * footerTextVariant These attributes were passed through the GitLab UI Component to the BootstrapVue's original component. These variants have never been used and are now deleted. Alongside with the exported constant in the utils folder.