@amboss/design-system 1.0.12 → 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,50 @@
|
|
|
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
|
+
|
|
1
48
|
# v1.0.12 (Thu Mar 03 2022)
|
|
2
49
|
|
|
3
50
|
### Release Notes
|