@amboss/design-system 1.0.11 → 1.1.1
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 +92 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/src/components/Form/PasswordInput/PasswordInput.d.ts +56 -0
- package/build/src/components/ShadowWebComponent/ShadowWebComponent.d.ts +13 -0
- package/build/src/index.d.ts +1 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,95 @@
|
|
|
1
|
+
# v1.1.1 (Thu Mar 24 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### GR-1559 ([#447](https://github.com/amboss-mededu/amboss-design-system/pull/447))
|
|
6
|
+
|
|
7
|
+
Put your release notes here
|
|
8
|
+
- After a design update for our password input field, we need to create a new component in order to tackle the new design.
|
|
9
|
+
- We have discussed the case with @clbagrat and he approved the creation of a new component.
|
|
10
|
+
- New design:
|
|
11
|
+
<img width="394" alt="Screenshot 2022-03-23 at 18 34 53" src="https://user-images.githubusercontent.com/5692440/159761242-c302e946-7e88-4040-996a-7e4caac0ea68.png">
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- GR-1559 [#447](https://github.com/amboss-mededu/amboss-design-system/pull/447) ([@nikolaounkl](https://github.com/nikolaounkl) [@eliasliedholm](https://github.com/eliasliedholm))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- Elias Liedholm ([@eliasliedholm](https://github.com/eliasliedholm))
|
|
22
|
+
- Nikolaos Nikolaou ([@nikolaounkl](https://github.com/nikolaounkl))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# v1.1.0 (Wed Mar 23 2022)
|
|
27
|
+
|
|
28
|
+
### Release Notes
|
|
29
|
+
|
|
30
|
+
#### [SRCH-1414] Remove inherent padding of `<SearchResult/>` Component ([#448](https://github.com/amboss-mededu/amboss-design-system/pull/448))
|
|
31
|
+
|
|
32
|
+
Removed `<Box/>` from `<SearchResult/>` Component. The change was
|
|
33
|
+
needed to manipulate size of padding in Search Result Page.
|
|
34
|
+
|
|
35
|
+
#### Add shadow-dom story ([#422](https://github.com/amboss-mededu/amboss-design-system/pull/422))
|
|
36
|
+
|
|
37
|
+
Adds a story to demo and explain how to use the DS with web components + shadow DOM
|
|
38
|
+
|
|
39
|
+
#### renaming helm template file extension from .txt to .tpl ([#443](https://github.com/amboss-mededu/amboss-design-system/pull/443))
|
|
40
|
+
|
|
41
|
+
Change helm herlpers file to .tpl
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
#### 🚀 Enhancement
|
|
46
|
+
|
|
47
|
+
- [SRCH-1414] Remove inherent padding of `<SearchResult/>` Component [#448](https://github.com/amboss-mededu/amboss-design-system/pull/448) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
|
|
48
|
+
|
|
49
|
+
#### 🏠 Internal
|
|
50
|
+
|
|
51
|
+
- renaming helm template file extension from .txt to .tpl [#443](https://github.com/amboss-mededu/amboss-design-system/pull/443) ([@Hadh](https://github.com/Hadh))
|
|
52
|
+
- Closing all dependabot PRs [#431](https://github.com/amboss-mededu/amboss-design-system/pull/431) ([@dependabot[bot]](https://github.com/dependabot[bot]) jenkins@miamed.de [@Hadh](https://github.com/Hadh))
|
|
53
|
+
|
|
54
|
+
#### 📝 Documentation
|
|
55
|
+
|
|
56
|
+
- Add shadow-dom story [#422](https://github.com/amboss-mededu/amboss-design-system/pull/422) ([@AlexJeffcott](https://github.com/AlexJeffcott))
|
|
57
|
+
|
|
58
|
+
#### 🔩 Dependency Updates
|
|
59
|
+
|
|
60
|
+
- Bump auto from 10.13.2 to 10.34.1 [#428](https://github.com/amboss-mededu/amboss-design-system/pull/428) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
61
|
+
|
|
62
|
+
#### Authors: 6
|
|
63
|
+
|
|
64
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
65
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
66
|
+
- Alex ([@AlexJeffcott](https://github.com/AlexJeffcott))
|
|
67
|
+
- Anita (anm@amboss.com)
|
|
68
|
+
- Hadhemi ([@Hadh](https://github.com/Hadh))
|
|
69
|
+
- Jenkins (jenkins@miamed.de)
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
# v1.0.12 (Thu Mar 03 2022)
|
|
74
|
+
|
|
75
|
+
### Release Notes
|
|
76
|
+
|
|
77
|
+
#### Upgraded Storybook version to 6.4.19 ([#425](https://github.com/amboss-mededu/amboss-design-system/pull/425))
|
|
78
|
+
|
|
79
|
+
Upgraded Storybook version to 6.4.19
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
#### 🐛 Bug Fix
|
|
84
|
+
|
|
85
|
+
- Upgraded Storybook version to 6.4.19 [#425](https://github.com/amboss-mededu/amboss-design-system/pull/425) ([@Hadh](https://github.com/Hadh))
|
|
86
|
+
|
|
87
|
+
#### Authors: 1
|
|
88
|
+
|
|
89
|
+
- Hadhemi ([@Hadh](https://github.com/Hadh))
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
1
93
|
# v1.0.11 (Thu Mar 03 2022)
|
|
2
94
|
|
|
3
95
|
### Release Notes
|