@smals-belgium-shared/vidis-prescription-list 3.4.2-snapshot.5 → 3.4.2-snapshot.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -171,3 +171,11 @@
171
171
  ### vidis-delivered-medication-list
172
172
  * redesign of information banner, aligned to design kit
173
173
  * make banner expanded by default for desktop view and collapsed for mobile view
174
+
175
+ ### vidis-medication-scheme-list:
176
+ * Change the type of `onSelectMedication` output : new type `{ id: string; date?: string; }`, old type : `id: string`.
177
+
178
+ ### vidis-medication-scheme-detail:
179
+ * Mobile view : Redesign the Medicationscheme details page to provide a more structured overview.
180
+ * Remove of `id` input.
181
+ * Add of `detail` input, with the type : `{ id: string; date?: string; }`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-prescription-list",
3
- "version": "3.4.2-snapshot.5",
3
+ "version": "3.4.2-snapshot.7",
4
4
  "description": "Prescription list web component",
5
5
  "main": "prescription-list.js",
6
6
  "author": "smals",