@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.19 → 4.2.2-snapshot.23
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 -3
- package/diarynote.js +1673 -1650
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -296,23 +296,27 @@
|
|
|
296
296
|
* Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view.
|
|
297
297
|
* Change the colors and remove the icon of the date-picker on mobile view when we are not on the current date.
|
|
298
298
|
* Years are not displayed in the date-picker on the weekly view when looking for a week that runs over 2 months.
|
|
299
|
+
* Bugfix: The message when the patient has no medication-scheme is now the correct one.
|
|
299
300
|
|
|
300
301
|
### vidis-prescription-list
|
|
301
302
|
* Using /api/v3 instead of /v3 for all requests.
|
|
302
303
|
* Make practitioner null-safe.
|
|
303
304
|
* Desktop redesign.
|
|
305
|
+
* Improve accessibility.
|
|
304
306
|
|
|
305
307
|
### vidis-prescription-detail
|
|
306
308
|
* Desktop view Redesign.
|
|
307
309
|
* Using /api/v3 instead of /v3 for all requests.
|
|
308
310
|
* Fix screen freeze when phone number is changed in the reservation dialog.
|
|
309
|
-
* Bugfix : Hospital pharmacy not checked but filtering works
|
|
310
|
-
* update pharmacies endpoint from /v1 to /v3
|
|
311
|
-
* Bugfix: delete prescription was producing a bad request error
|
|
311
|
+
* Bugfix : Hospital pharmacy not checked but filtering works.
|
|
312
|
+
* update pharmacies endpoint from /v1 to /v3.
|
|
313
|
+
* Bugfix: delete prescription was producing a bad request error.
|
|
314
|
+
* Improve accessibility.
|
|
312
315
|
|
|
313
316
|
### vidis-diarynote
|
|
314
317
|
* Redesign journal notes-list table for desktop.
|
|
315
318
|
* Using API V3 instead of V2.
|
|
319
|
+
* Improve accessibility for deleted diary notes.
|
|
316
320
|
|
|
317
321
|
### vidis-delivered-medication-list
|
|
318
322
|
* Using /api/v3 instead of /v3 for all requests.
|
|
@@ -322,6 +326,7 @@
|
|
|
322
326
|
### vidis-delivered-medication-detail
|
|
323
327
|
* Using /api/v3 instead of /v3 for all requests.
|
|
324
328
|
* download leaflet : using API V3 instead of V2.
|
|
329
|
+
* Desktop and mobile views redesign.
|
|
325
330
|
|
|
326
331
|
### vidis-medication-scheme-list:
|
|
327
332
|
* Using API V3 instead of V2 for all requests.
|