@amboss/design-system 1.1.2 → 1.1.3
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 +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# v1.1.3 (Thu Mar 31 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Fix pa11yci-config rules and URLs ([#452](https://github.com/amboss-mededu/amboss-design-system/pull/452))
|
|
6
|
+
|
|
7
|
+
Add components iframe URLS
|
|
8
|
+
Add ignore rules from the guideline
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
#### 🐛 Bug Fix
|
|
13
|
+
|
|
14
|
+
- Fix pa11yci-config rules and URLs [#452](https://github.com/amboss-mededu/amboss-design-system/pull/452) ([@Hadh](https://github.com/Hadh))
|
|
15
|
+
|
|
16
|
+
#### Authors: 1
|
|
17
|
+
|
|
18
|
+
- Hadhemi ([@Hadh](https://github.com/Hadh))
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
# v1.1.2 (Thu Mar 24 2022)
|
|
2
23
|
|
|
3
24
|
### Release Notes
|