@myhealth-belgium/webcomponent-therapeutic-relations 1.0.3 → 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,11 @@
1
+ # 1.1.0
2
+
3
+ - Instead of rendering all items in the list at once, a 'Load more' button has been added to load the next 10 after the initial 10
4
+
5
+ # 1.0.4
6
+
7
+ - Fixed an issue where the headers for the translations were not sent correctly
8
+
1
9
  # 1.0.3
2
10
 
3
11
  **Bug fixes:**
package/README.md CHANGED
@@ -42,11 +42,10 @@ The manifest can be viewed to see the component(s) inside the package, as well a
42
42
 
43
43
  `tagName`: `<mh-web-component-therapeutic-relations />`
44
44
 
45
- | Property | Type | Required | Description |
46
- | ------------------------ | -------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
47
- | `user-language` | `UserLanguage` | No | The language for the webcomponent interface. Automatically updates the translation service when changed. |
48
- | `config-name` | `ConfigName` | No | The configuration name that determines the environment and API endpoints. Set to `"demo"` to use mock data instead of API calls. |
49
- | `cdk-scroll-view-height` | `string` | No | The height of the CDK scroll with cards that is displayed on mobile. Injected as CSS and should thus be a number followed by any [CSS size unit](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units). F.e.: `500px`. |
45
+ | Property | Type | Required | Description |
46
+ | --------------- | -------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------- |
47
+ | `user-language` | `UserLanguage` | No | The language for the webcomponent interface. Automatically updates the translation service when changed. |
48
+ | `config-name` | `ConfigName` | No | The configuration name that determines the environment and API endpoints. Set to `"demo"` to use mock data instead of API calls. |
50
49
 
51
50
  ### Mock data
52
51