@gitlab/ui 111.10.2 → 112.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/index.js +0 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/package.json +1 -1
- package/src/components/base/animated_icon/animated_icon.scss +2 -0
- package/src/components/base/nav/nav.md +0 -5
- package/src/index.js +0 -1
- package/dist/components/base/nav/nav_item_dropdown.js +0 -62
- package/src/components/base/nav/nav_item_dropdown.vue +0 -40
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [112.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v112.0.0...v112.0.1) (2025-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **GlAnimatedIcon:** explicitly set animation properties ([cdd8fad](https://gitlab.com/gitlab-org/gitlab-ui/commit/cdd8fadd9d962a24666c5d8f710d6578270bf61e))
|
|
7
|
+
|
|
8
|
+
# [112.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v111.10.2...v112.0.0) (2025-04-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### chore
|
|
12
|
+
|
|
13
|
+
* **GlNavItemDropdown:** Remove component ([b948f97](https://gitlab.com/gitlab-org/gitlab-ui/commit/b948f97142242fd870b4bc60f6d970d9e41d0c20))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### BREAKING CHANGES
|
|
17
|
+
|
|
18
|
+
* **GlNavItemDropdown:** This commit removes the GlNavItemDropdown component.
|
|
19
|
+
|
|
20
|
+
It is not used by any of our projects. Removing it will allow us to
|
|
21
|
+
drop another Bootstrap dependency, BNavItemDropdown.
|
|
22
|
+
|
|
1
23
|
## [111.10.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v111.10.1...v111.10.2) (2025-04-01)
|
|
2
24
|
|
|
3
25
|
|