@appquality/unguess-design-system 2.12.39 → 2.12.41

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 CHANGED
@@ -1,3 +1,36 @@
1
+ # v2.12.41 (Thu Dec 01 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix tabs and allow scroll [#130](https://github.com/AppQuality/unguess-design-system/pull/130) ([@d-beezee](https://github.com/d-beezee))
6
+ - fix: Type fix [#129](https://github.com/AppQuality/unguess-design-system/pull/129) ([@d-beezee](https://github.com/d-beezee))
7
+ - fix: Add scroll to tabs if heigth is set to container [#128](https://github.com/AppQuality/unguess-design-system/pull/128) ([@d-beezee](https://github.com/d-beezee))
8
+
9
+ #### Authors: 1
10
+
11
+ - [@d-beezee](https://github.com/d-beezee)
12
+
13
+ ---
14
+
15
+ # v2.12.40 (Thu Dec 01 2022)
16
+
17
+ #### 🐛 Bug Fix
18
+
19
+ - Legend component, custom tooltips and tabs rework [#126](https://github.com/AppQuality/unguess-design-system/pull/126) ([@d-beezee](https://github.com/d-beezee) [@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
20
+ - fix: Use correct styles [#127](https://github.com/AppQuality/unguess-design-system/pull/127) ([@d-beezee](https://github.com/d-beezee))
21
+ - Add legend component [#120](https://github.com/AppQuality/unguess-design-system/pull/120) ([@d-beezee](https://github.com/d-beezee))
22
+ - Replace zendesk tab with the new shine handmade awesome customTabs [#125](https://github.com/AppQuality/unguess-design-system/pull/125) ([@cannarocks](https://github.com/cannarocks))
23
+ - feat: Allow setting custom tooltip on pie and sunburst [#122](https://github.com/AppQuality/unguess-design-system/pull/122) ([@d-beezee](https://github.com/d-beezee))
24
+
25
+ #### Authors: 4
26
+
27
+ - [@d-beezee](https://github.com/d-beezee)
28
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
29
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
30
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
31
+
32
+ ---
33
+
1
34
  # v2.12.39 (Wed Nov 30 2022)
2
35
 
3
36
  #### 🐛 Bug Fix