@amboss/design-system 1.2.10 → 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,34 @@
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
+
1
32
  # v1.2.10 (Thu May 05 2022)
2
33
 
3
34
  ### Release Notes