@amboss/design-system 1.0.10 → 1.1.0

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 CHANGED
@@ -1,3 +1,90 @@
1
+ # v1.1.0 (Wed Mar 23 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### [SRCH-1414] Remove inherent padding of `<SearchResult/>` Component ([#448](https://github.com/amboss-mededu/amboss-design-system/pull/448))
6
+
7
+ Removed `<Box/>` from `<SearchResult/>` Component. The change was
8
+ needed to manipulate size of padding in Search Result Page.
9
+
10
+ #### Add shadow-dom story ([#422](https://github.com/amboss-mededu/amboss-design-system/pull/422))
11
+
12
+ Adds a story to demo and explain how to use the DS with web components + shadow DOM
13
+
14
+ #### renaming helm template file extension from .txt to .tpl ([#443](https://github.com/amboss-mededu/amboss-design-system/pull/443))
15
+
16
+ Change helm herlpers file to .tpl
17
+
18
+ ---
19
+
20
+ #### 🚀 Enhancement
21
+
22
+ - [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))
23
+
24
+ #### 🏠 Internal
25
+
26
+ - 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))
27
+ - 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))
28
+
29
+ #### 📝 Documentation
30
+
31
+ - Add shadow-dom story [#422](https://github.com/amboss-mededu/amboss-design-system/pull/422) ([@AlexJeffcott](https://github.com/AlexJeffcott))
32
+
33
+ #### 🔩 Dependency Updates
34
+
35
+ - 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]))
36
+
37
+ #### Authors: 6
38
+
39
+ - [@anitamikas](https://github.com/anitamikas)
40
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
41
+ - Alex ([@AlexJeffcott](https://github.com/AlexJeffcott))
42
+ - Anita (anm@amboss.com)
43
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
44
+ - Jenkins (jenkins@miamed.de)
45
+
46
+ ---
47
+
48
+ # v1.0.12 (Thu Mar 03 2022)
49
+
50
+ ### Release Notes
51
+
52
+ #### Upgraded Storybook version to 6.4.19 ([#425](https://github.com/amboss-mededu/amboss-design-system/pull/425))
53
+
54
+ Upgraded Storybook version to 6.4.19
55
+
56
+ ---
57
+
58
+ #### 🐛 Bug Fix
59
+
60
+ - Upgraded Storybook version to 6.4.19 [#425](https://github.com/amboss-mededu/amboss-design-system/pull/425) ([@Hadh](https://github.com/Hadh))
61
+
62
+ #### Authors: 1
63
+
64
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
65
+
66
+ ---
67
+
68
+ # v1.0.11 (Thu Mar 03 2022)
69
+
70
+ ### Release Notes
71
+
72
+ #### Added Button component documentation ([#424](https://github.com/amboss-mededu/amboss-design-system/pull/424))
73
+
74
+ Added the button component documentation
75
+
76
+ ---
77
+
78
+ #### 🐛 Bug Fix
79
+
80
+ - Added Button component documentation [#424](https://github.com/amboss-mededu/amboss-design-system/pull/424) ([@Hadh](https://github.com/Hadh))
81
+
82
+ #### Authors: 1
83
+
84
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
85
+
86
+ ---
87
+
1
88
  # v1.0.10 (Tue Feb 15 2022)
2
89
 
3
90
  ### Release Notes