Commits on Source (3)
-
Vanessa Otto authored
BREAKING CHANGE: In release 94.4.0 we added vendored bootstrap@4.6.2 SCSS. Now @gitlab/ui stops relying on the bootstrap peer dependency and uses the vendored bootstrap SCSS files instead. Unless you use JavaScript bits of bootstrap, you can simply drop the bootstrap dependency.
1628107e -
Paul Gascou-Vaillancourt authored
Resolve "Use vendored bootstrap" Closes #2951 See merge request !4708 Merged-by: Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by: Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by: Vanessa Otto <votto@gitlab.com>
b7f0b5da -
semantic-release-bot authored
# [101.0.0](v100.0.0...v101.0.0) (2024-10-29) ### Features * Remove bootstrap peer-depenceny and use vendored version instead ([1628107e](1628107e)) ### BREAKING CHANGES * In release 94.4.0 we added vendored bootstrap@4.6.2 SCSS. Now @gitlab/ui stops relying on the bootstrap peer dependency and uses the vendored bootstrap SCSS files instead. Unless you use JavaScript bits of bootstrap, you can simply drop the bootstrap dependency.
{ | ||
"name": "@gitlab/ui", | ||
"version": "100.0.0", | ||
"version": "101.0.0", | ||
"description": "GitLab UI Components", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
... | ... | @@ -90,7 +90,6 @@ |
}, | ||
"peerDependencies": { | ||
"@gitlab/svgs": "^1.116.0 || ^2.0.0 || ^3.0.0", | ||
"bootstrap": ">=4.5.3 <=4.6.2", | ||
"dompurify": ">=2.5.2 <3.0.0 || >=3.1.2", | ||
"emoji-regex": ">=10.0.0", | ||
"pikaday": "^1.8.0", | ||
... | ... | @@ -145,7 +144,6 @@ |
"axe-core": "^4.2.3", | ||
"babel-jest": "29.0.1", | ||
"babel-loader": "^8.0.5", | ||
"bootstrap": "4.6.2", | ||
"cypress": "13.15.1", | ||
"cypress-axe": "^1.4.0", | ||
"cypress-real-events": "^1.11.0", | ||
... | ... |