-
- Downloads
feat(GlModal): Remove variant options
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.
parent
5d7e20f1
No related branches found
No related tags found
Showing
- src/components/base/modal/modal.stories.js 0 additions, 52 deletionssrc/components/base/modal/modal.stories.js
- src/utils/constants.js 0 additions, 6 deletionssrc/utils/constants.js
- src/vendor/bootstrap-vue/src/components/modal/MODIFICATIONS.md 27 additions, 0 deletions...endor/bootstrap-vue/src/components/modal/MODIFICATIONS.md
- src/vendor/bootstrap-vue/src/components/modal/README.md 2 additions, 118 deletionssrc/vendor/bootstrap-vue/src/components/modal/README.md
- src/vendor/bootstrap-vue/src/components/modal/index.d.ts 0 additions, 10 deletionssrc/vendor/bootstrap-vue/src/components/modal/index.d.ts
- src/vendor/bootstrap-vue/src/components/modal/modal.js 4 additions, 43 deletionssrc/vendor/bootstrap-vue/src/components/modal/modal.js
- src/vendor/bootstrap-vue/src/components/modal/package.json 0 additions, 36 deletionssrc/vendor/bootstrap-vue/src/components/modal/package.json
-
mentioned in commit 82ca90f2
-
mentioned in merge request gitlab-org/editor-extensions/gitlab-jetbrains-plugin!1095 (merged)
-
mentioned in merge request status-page!903
-
mentioned in merge request gitlab!168179 (merged)
-
mentioned in merge request gitlab!168368 (closed)
-
mentioned in merge request gitlab-org/frontend/playground/accessibility-scanner!55 (closed)
-
mentioned in merge request gitlab-org/frontend/pajamas-adoption-scanner!352 (merged)
-
mentioned in merge request gitlab-org/frontend/playground/accessibility-scanner!58 (merged)
Please register or sign in to comment