@amboss/design-system 1.2.4 → 1.2.7
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 +62 -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,65 @@
|
|
|
1
|
+
# v1.2.7 (Mon Apr 25 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [srch-1433] Export Collapsible Component ([#466](https://github.com/amboss-mededu/amboss-design-system/pull/466))
|
|
6
|
+
|
|
7
|
+
Put your release notes here
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- [srch-1433] Export Collapsible Component [#466](https://github.com/amboss-mededu/amboss-design-system/pull/466) (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.6 (Wed Apr 13 2022)
|
|
23
|
+
|
|
24
|
+
### Release Notes
|
|
25
|
+
|
|
26
|
+
#### [Fix] Empty String Error Messages Taking Up Space ([#464](https://github.com/amboss-mededu/amboss-design-system/pull/464))
|
|
27
|
+
|
|
28
|
+
empty error messages should be filtered out to avoid taking up space as an stack-item
|
|
29
|
+
<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">
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
#### 🐛 Bug Fix
|
|
34
|
+
|
|
35
|
+
- [Fix] Empty String Error Messages Taking Up Space [#464](https://github.com/amboss-mededu/amboss-design-system/pull/464) ([@Svemakawe](https://github.com/Svemakawe))
|
|
36
|
+
|
|
37
|
+
#### Authors: 1
|
|
38
|
+
|
|
39
|
+
- Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
# v1.2.5 (Wed Apr 13 2022)
|
|
44
|
+
|
|
45
|
+
### Release Notes
|
|
46
|
+
|
|
47
|
+
#### Fixing pa11yci js configuration file ([#463](https://github.com/amboss-mededu/amboss-design-system/pull/463))
|
|
48
|
+
|
|
49
|
+
- Fixing failing accessibility tests to find the configuration file
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
#### 🐛 Bug Fix
|
|
54
|
+
|
|
55
|
+
- Fixing pa11yci js configuration file [#463](https://github.com/amboss-mededu/amboss-design-system/pull/463) ([@Hadh](https://github.com/Hadh))
|
|
56
|
+
|
|
57
|
+
#### Authors: 1
|
|
58
|
+
|
|
59
|
+
- Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
1
63
|
# v1.2.4 (Wed Apr 13 2022)
|
|
2
64
|
|
|
3
65
|
### Release Notes
|