@zextras/carbonio-design-system 0.3.4 → 0.3.7
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 +28 -0
- package/dist/zapp-ui.bundle.js +6159 -6052
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.3.7](https://github.com/Zextras/carbonio-design-system/compare/v0.3.6...v0.3.7) (2022-07-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* change badge maximum number shown ([4bbc924](https://github.com/Zextras/carbonio-design-system/commit/4bbc92420d7f7c62f71ba5db32e2f610efad2ff9)), closes [#85](https://github.com/Zextras/carbonio-design-system/issues/85)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* avoid contents inside modal to lose focus on change of active node ([0f6ae04](https://github.com/Zextras/carbonio-design-system/commit/0f6ae045e43c62b8e4839d256ba40ccdca978dfb))
|
|
16
|
+
* toggle open accordion status only on chevron click ([9a776d6](https://github.com/Zextras/carbonio-design-system/commit/9a776d60c56a86dbabdcccc06f755009a0e02e59))
|
|
17
|
+
|
|
18
|
+
### [0.3.6](https://github.com/Zextras/carbonio-design-system/compare/v0.3.5...v0.3.6) (2022-07-05)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* add prop to wrap chips instead of enabling horizontal scroll ([4e6e1b0](https://github.com/Zextras/carbonio-design-system/commit/4e6e1b056d86950d733db19e6b7bc24766c48b61)), closes [#69](https://github.com/Zextras/carbonio-design-system/issues/69)
|
|
24
|
+
|
|
25
|
+
### [0.3.5](https://github.com/Zextras/carbonio-design-system/compare/v0.3.4...v0.3.5) (2022-06-08)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* added navigation on List ([ccb9b46](https://github.com/Zextras/carbonio-design-system/commit/ccb9b46ac634dcd8f9aed17af90e806f69ccf293))
|
|
31
|
+
* dynamic tooltip & textWithTooltip display time with 0,5s fallback ([#56](https://github.com/Zextras/carbonio-design-system/issues/56)) ([4d3cba2](https://github.com/Zextras/carbonio-design-system/commit/4d3cba2e55891b1a6a274befcd12192ce9858005))
|
|
32
|
+
|
|
5
33
|
### [0.3.4](https://github.com/Zextras/carbonio-design-system/compare/v0.3.3...v0.3.4) (2022-05-24)
|
|
6
34
|
|
|
7
35
|
|