@amboss/design-system 1.2.8 → 1.2.11

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,84 @@
1
+ # v1.2.11 (Wed May 18 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### set type for icon-button of PasswordInput ([#475](https://github.com/amboss-mededu/amboss-design-system/pull/475))
6
+
7
+ - Set type "button" for icon-button of PasswordInput
8
+ - Remove round border of select-items hover styling
9
+
10
+ #### [COR-1787] Add default args to all components ([#472](https://github.com/amboss-mededu/amboss-design-system/pull/472))
11
+
12
+ - Added missing default arguments to all components after SB deprecation of previous default arguments.
13
+ More details can be found [here](https://issuehunt.io/r/storybookjs/storybook/issues/15378)
14
+
15
+ ---
16
+
17
+ #### 🐛 Bug Fix
18
+
19
+ - set type for icon-button of PasswordInput [#475](https://github.com/amboss-mededu/amboss-design-system/pull/475) ([@Svemakawe](https://github.com/Svemakawe))
20
+
21
+ #### 🏠 Internal
22
+
23
+ - [COR-1787] Add default args to all components [#472](https://github.com/amboss-mededu/amboss-design-system/pull/472) ([@Hadh](https://github.com/Hadh))
24
+
25
+ #### Authors: 2
26
+
27
+ - Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
28
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
29
+
30
+ ---
31
+
32
+ # v1.2.10 (Thu May 05 2022)
33
+
34
+ ### Release Notes
35
+
36
+ #### [COR-1786] fix select arrow ([#471](https://github.com/amboss-mededu/amboss-design-system/pull/471))
37
+
38
+ - Fixed value above arrow in select input
39
+ - Added story for input with long value
40
+
41
+ #### [COR-1785] Remove theme and as properties from control panel ([#469](https://github.com/amboss-mededu/amboss-design-system/pull/469))
42
+
43
+ - Removed `theme` and `as` properties from control panel.
44
+
45
+ ---
46
+
47
+ #### 🐛 Bug Fix
48
+
49
+ - [COR-1786] fix select arrow [#471](https://github.com/amboss-mededu/amboss-design-system/pull/471) ([@Hadh](https://github.com/Hadh))
50
+
51
+ #### 📝 Documentation
52
+
53
+ - [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))
54
+
55
+ #### Authors: 1
56
+
57
+ - Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
58
+
59
+ ---
60
+
61
+ # v1.2.9 (Wed Apr 27 2022)
62
+
63
+ ### Release Notes
64
+
65
+ #### [srch-1464] Fix Collapsible not rendering on children change ([#470](https://github.com/amboss-mededu/amboss-design-system/pull/470))
66
+
67
+ Put your release notes here
68
+
69
+ ---
70
+
71
+ #### 🐛 Bug Fix
72
+
73
+ - [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))
74
+
75
+ #### Authors: 2
76
+
77
+ - [@anitamikas](https://github.com/anitamikas)
78
+ - Anita (anm@amboss.com)
79
+
80
+ ---
81
+
1
82
  # v1.2.8 (Tue Apr 26 2022)
2
83
 
3
84
  ### Release Notes