@smals-belgium-shared/vidis-prescription-list 3.4.4-snapshot.5 → 3.4.4-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.
- package/CHANGELOG.md +8 -0
- package/assets/{main-Cw0wlTR5.js → main-4gIzWcYa.js} +103 -101
- package/package.json +1 -1
- package/prescription-list.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -191,6 +191,14 @@
|
|
|
191
191
|
* Add 2 new components for reservation and changing visibility of a prescription for mobile view:
|
|
192
192
|
* `vidis-pharmacy-reservation` with input `info` and output `finishReservation`
|
|
193
193
|
* `vidis-prescription-visibility` with input `info` and output `finishVisibility`
|
|
194
|
+
* Bugfix: replace ‘patient’ with ‘beneficiary’ in the translation for mobile view
|
|
194
195
|
|
|
195
196
|
### vidis-diarynote
|
|
196
197
|
* Add snackbar confirmation when a note is created
|
|
198
|
+
|
|
199
|
+
### vidis-prescription-list:
|
|
200
|
+
* Redesign of the cards
|
|
201
|
+
* Improve accessibility for the cards
|
|
202
|
+
|
|
203
|
+
### vidis-medication-scheme-detail:
|
|
204
|
+
* Bugfix: add comment section in the mobile view
|