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