@amboss/design-system 1.2.7 → 1.2.10

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,74 @@
1
+ # v1.2.10 (Thu May 05 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### [COR-1786] fix select arrow ([#471](https://github.com/amboss-mededu/amboss-design-system/pull/471))
6
+
7
+ - Fixed value above arrow in select input
8
+ - Added story for input with long value
9
+
10
+ #### [COR-1785] Remove theme and as properties from control panel ([#469](https://github.com/amboss-mededu/amboss-design-system/pull/469))
11
+
12
+ - Removed `theme` and `as` properties from control panel.
13
+
14
+ ---
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - [COR-1786] fix select arrow [#471](https://github.com/amboss-mededu/amboss-design-system/pull/471) ([@Hadh](https://github.com/Hadh))
19
+
20
+ #### 📝 Documentation
21
+
22
+ - [COR-1785] Remove theme and as properties from control panel [#469](https://github.com/amboss-mededu/amboss-design-system/pull/469) ([@Hadh](https://github.com/Hadh))
23
+
24
+ #### Authors: 1
25
+
26
+ - Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
27
+
28
+ ---
29
+
30
+ # v1.2.9 (Wed Apr 27 2022)
31
+
32
+ ### Release Notes
33
+
34
+ #### [srch-1464] Fix Collapsible not rendering on children change ([#470](https://github.com/amboss-mededu/amboss-design-system/pull/470))
35
+
36
+ Put your release notes here
37
+
38
+ ---
39
+
40
+ #### 🐛 Bug Fix
41
+
42
+ - [srch-1464] Fix Collapsible not rendering on children change [#470](https://github.com/amboss-mededu/amboss-design-system/pull/470) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
43
+
44
+ #### Authors: 2
45
+
46
+ - [@anitamikas](https://github.com/anitamikas)
47
+ - Anita (anm@amboss.com)
48
+
49
+ ---
50
+
51
+ # v1.2.8 (Tue Apr 26 2022)
52
+
53
+ ### Release Notes
54
+
55
+ #### [Fix] Empty error messages taking up space in FormFieldGroup ([#465](https://github.com/amboss-mededu/amboss-design-system/pull/465))
56
+
57
+ Empty strings need to be filtered out in order to avoid an empty error message taking up space as an stack item.
58
+ This was already fixed for FormFields.
59
+
60
+ ---
61
+
62
+ #### 🐛 Bug Fix
63
+
64
+ - [Fix] Empty error messages taking up space in FormFieldGroup [#465](https://github.com/amboss-mededu/amboss-design-system/pull/465) ([@Svemakawe](https://github.com/Svemakawe))
65
+
66
+ #### Authors: 1
67
+
68
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
69
+
70
+ ---
71
+
1
72
  # v1.2.7 (Mon Apr 25 2022)
2
73
 
3
74
  ### Release Notes