@gitlab/ui 100.0.0 → 101.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +2 -2
- package/dist/tokens/css/tokens.dark.css +2 -2
- package/dist/tokens/js/tokens.dark.js +2 -2
- package/dist/tokens/json/tokens.dark.json +4 -10
- package/dist/tokens/json/tokens.json +2 -8
- package/dist/tokens/scss/_tokens.dark.scss +2 -2
- package/package.json +1 -3
- package/src/scss/bootstrap.scss +33 -33
- package/src/scss/bootstrap_vue.scss +0 -4
- package/src/scss/storybook.scss +3 -3
- package/src/tokens/build/css/tokens.dark.css +2 -2
- package/src/tokens/build/js/tokens.dark.js +2 -2
- package/src/tokens/build/json/tokens.dark.json +4 -10
- package/src/tokens/build/json/tokens.json +2 -8
- package/src/tokens/build/scss/_tokens.dark.scss +2 -2
- package/src/tokens/feedback.tokens.json +2 -8
- package/src/vendor/bootstrap-vue/package.json +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [101.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v101.0.0...v101.0.1) (2024-10-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* feedback.strong.* icon and link contrast ([68b00cf](https://gitlab.com/gitlab-org/gitlab-ui/commit/68b00cfbc0be018d87d405b127805e6296ffc01c))
|
|
7
|
+
|
|
8
|
+
# [101.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v100.0.0...v101.0.0) (2024-10-29)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Remove bootstrap peer-depenceny and use vendored version instead ([1628107](https://gitlab.com/gitlab-org/gitlab-ui/commit/1628107e3fd80e2accd7f0fe30505fd600073acc))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### BREAKING CHANGES
|
|
17
|
+
|
|
18
|
+
* In release 94.4.0 we added vendored bootstrap@4.6.2 SCSS. Now
|
|
19
|
+
@gitlab/ui stops relying on the bootstrap peer dependency and uses the
|
|
20
|
+
vendored bootstrap SCSS files instead. Unless you use JavaScript bits
|
|
21
|
+
of bootstrap, you can simply drop the bootstrap dependency.
|
|
22
|
+
|
|
1
23
|
# [100.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v99.1.0...v100.0.0) (2024-10-29)
|
|
2
24
|
|
|
3
25
|
|