@amboss/design-system 1.2.10 → 1.3.0
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 +73 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/src/components/Collapsible/Collapsible.d.ts +12 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,76 @@
|
|
|
1
|
+
# v1.3.0 (Tue May 24 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [srch-1494] Improve animation and add stories to Collapsible ([#479](https://github.com/amboss-mededu/amboss-design-system/pull/479))
|
|
6
|
+
|
|
7
|
+
Put your release notes here
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🚀 Enhancement
|
|
12
|
+
|
|
13
|
+
- [srch-1494] Improve animation and add stories to Collapsible [#479](https://github.com/amboss-mededu/amboss-design-system/pull/479) (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.12 (Thu May 19 2022)
|
|
23
|
+
|
|
24
|
+
### Release Notes
|
|
25
|
+
|
|
26
|
+
#### [srch-1468] Improve performance of Collapsible Component ([#474](https://github.com/amboss-mededu/amboss-design-system/pull/474))
|
|
27
|
+
|
|
28
|
+
Put your release notes here
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
#### 🐛 Bug Fix
|
|
33
|
+
|
|
34
|
+
- [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))
|
|
35
|
+
|
|
36
|
+
#### Authors: 2
|
|
37
|
+
|
|
38
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
39
|
+
- Anita (anm@amboss.com)
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
# v1.2.11 (Wed May 18 2022)
|
|
44
|
+
|
|
45
|
+
### Release Notes
|
|
46
|
+
|
|
47
|
+
#### set type for icon-button of PasswordInput ([#475](https://github.com/amboss-mededu/amboss-design-system/pull/475))
|
|
48
|
+
|
|
49
|
+
- Set type "button" for icon-button of PasswordInput
|
|
50
|
+
- Remove round border of select-items hover styling
|
|
51
|
+
|
|
52
|
+
#### [COR-1787] Add default args to all components ([#472](https://github.com/amboss-mededu/amboss-design-system/pull/472))
|
|
53
|
+
|
|
54
|
+
- Added missing default arguments to all components after SB deprecation of previous default arguments.
|
|
55
|
+
More details can be found [here](https://issuehunt.io/r/storybookjs/storybook/issues/15378)
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
#### 🐛 Bug Fix
|
|
60
|
+
|
|
61
|
+
- set type for icon-button of PasswordInput [#475](https://github.com/amboss-mededu/amboss-design-system/pull/475) ([@Svemakawe](https://github.com/Svemakawe))
|
|
62
|
+
|
|
63
|
+
#### 🏠 Internal
|
|
64
|
+
|
|
65
|
+
- [COR-1787] Add default args to all components [#472](https://github.com/amboss-mededu/amboss-design-system/pull/472) ([@Hadh](https://github.com/Hadh))
|
|
66
|
+
|
|
67
|
+
#### Authors: 2
|
|
68
|
+
|
|
69
|
+
- Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
|
|
70
|
+
- Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
1
74
|
# v1.2.10 (Thu May 05 2022)
|
|
2
75
|
|
|
3
76
|
### Release Notes
|