@amboss/design-system 1.2.9 → 1.2.10
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 +29 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
# v1.2.10 (Thu May 05 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [COR-1786] fix select arrow ([#471](https://github.com/amboss-mededu/amboss-design-system/pull/471))
|
|
6
|
+
|
|
7
|
+
- Fixed value above arrow in select input
|
|
8
|
+
- Added story for input with long value
|
|
9
|
+
|
|
10
|
+
#### [COR-1785] Remove theme and as properties from control panel ([#469](https://github.com/amboss-mededu/amboss-design-system/pull/469))
|
|
11
|
+
|
|
12
|
+
- Removed `theme` and `as` properties from control panel.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- [COR-1786] fix select arrow [#471](https://github.com/amboss-mededu/amboss-design-system/pull/471) ([@Hadh](https://github.com/Hadh))
|
|
19
|
+
|
|
20
|
+
#### 📝 Documentation
|
|
21
|
+
|
|
22
|
+
- [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))
|
|
23
|
+
|
|
24
|
+
#### Authors: 1
|
|
25
|
+
|
|
26
|
+
- Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
1
30
|
# v1.2.9 (Wed Apr 27 2022)
|
|
2
31
|
|
|
3
32
|
### Release Notes
|