@myhealth-belgium/webcomponent-therapeutic-relations 1.0.2 → 1.0.4

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,13 @@
1
+ # 1.0.4
2
+
3
+ - Fixed an issue where the headers for the translations were not sent correctly
4
+
5
+ # 1.0.3
6
+
7
+ **Bug fixes:**
8
+
9
+ - Fixed an issue where the translations were not loaded correctly on load and on refresh
10
+
1
11
  # 1.0.2
2
12
 
3
13
  **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