@vcita/design-system 1.5.10 → 1.5.12
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 +8 -0
- package/dist/@vcita/design-system.esm.js +190 -164
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +159 -133
- package/package.json +1 -1
- package/src/components/VcMenuItem/VcMenuItem.stories.js +1 -1
- package/src/components/VcMenuItem/VcMenuItem.vue +2 -1
- package/src/components/VcTopMenuBar/VcTopMenuBar.stories.js +2 -1
- package/src/components/VcTopMenuBar/VcTopMenuBar.vue +13 -5
- package/src/components/list/VcListEntity/VcListEntity.vue +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
### Unreleased changes
|
|
9
9
|
|
|
10
|
+
### v1.5.12(2023-03-29)
|
|
11
|
+
- vcMenuItem - add badge option to sub items
|
|
12
|
+
|
|
13
|
+
### v1.5.11(2023-03-27)
|
|
14
|
+
- VcListEntity - fix width of text
|
|
15
|
+
- VcTopMenuBar - Add badge support to main buttons
|
|
16
|
+
- VcTopMenuBar - fix RTL arrow direction related bug
|
|
17
|
+
|
|
10
18
|
### v1.5.10(2023-03-21)
|
|
11
19
|
- VcTopMenuBar - fix bug to align items to the start
|
|
12
20
|
- VcTopMenuBar - change height to 59px
|