@amboss/design-system 1.2.5 → 1.2.8
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 +63 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/src/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
|
1
|
+
# v1.2.8 (Tue Apr 26 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [Fix] Empty error messages taking up space in FormFieldGroup ([#465](https://github.com/amboss-mededu/amboss-design-system/pull/465))
|
|
6
|
+
|
|
7
|
+
Empty strings need to be filtered out in order to avoid an empty error message taking up space as an stack item.
|
|
8
|
+
This was already fixed for FormFields.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
#### 🐛 Bug Fix
|
|
13
|
+
|
|
14
|
+
- [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))
|
|
15
|
+
|
|
16
|
+
#### Authors: 1
|
|
17
|
+
|
|
18
|
+
- Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# v1.2.7 (Mon Apr 25 2022)
|
|
23
|
+
|
|
24
|
+
### Release Notes
|
|
25
|
+
|
|
26
|
+
#### [srch-1433] Export Collapsible Component ([#466](https://github.com/amboss-mededu/amboss-design-system/pull/466))
|
|
27
|
+
|
|
28
|
+
Put your release notes here
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
#### 🐛 Bug Fix
|
|
33
|
+
|
|
34
|
+
- [srch-1433] Export Collapsible Component [#466](https://github.com/amboss-mededu/amboss-design-system/pull/466) (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.6 (Wed Apr 13 2022)
|
|
44
|
+
|
|
45
|
+
### Release Notes
|
|
46
|
+
|
|
47
|
+
#### [Fix] Empty String Error Messages Taking Up Space ([#464](https://github.com/amboss-mededu/amboss-design-system/pull/464))
|
|
48
|
+
|
|
49
|
+
empty error messages should be filtered out to avoid taking up space as an stack-item
|
|
50
|
+
<img width="540" alt="Screenshot 2022-04-13 at 15 50 34" src="https://user-images.githubusercontent.com/43936890/163195667-b6e175de-c339-47d5-b047-497b54033103.png">
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
#### 🐛 Bug Fix
|
|
55
|
+
|
|
56
|
+
- [Fix] Empty String Error Messages Taking Up Space [#464](https://github.com/amboss-mededu/amboss-design-system/pull/464) ([@Svemakawe](https://github.com/Svemakawe))
|
|
57
|
+
|
|
58
|
+
#### Authors: 1
|
|
59
|
+
|
|
60
|
+
- Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
1
64
|
# v1.2.5 (Wed Apr 13 2022)
|
|
2
65
|
|
|
3
66
|
### Release Notes
|