@smals-belgium-shared/vidis-diarynote 4.2.1 → 4.2.2-snapshot.1
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 +35 -0
- package/diarynote.js +11224 -9605
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -285,3 +285,38 @@
|
|
|
285
285
|
* Removing leaflet if medication is a compound.
|
|
286
286
|
|
|
287
287
|
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|
|
288
|
+
|
|
289
|
+
### vidis-medication-scheme-list:
|
|
290
|
+
* Styling correction for mobile view.
|
|
291
|
+
* Using togglers to change view on desktop view.
|
|
292
|
+
* New icons for the togglers on desktop view and for the menu in mobile view.
|
|
293
|
+
* Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view.
|
|
294
|
+
* Change the colors and remove the icon of the date-picker on mobile view when we are not on the current date.
|
|
295
|
+
* Years are not displayed in the date-picker on the weekly view when looking for a week that runs over 2 months.
|
|
296
|
+
|
|
297
|
+
### vidis-prescription-list
|
|
298
|
+
* Using /api/v3 instead of /v3 for all requests.
|
|
299
|
+
* Desktop redesign.
|
|
300
|
+
|
|
301
|
+
### vidis-prescription-detail
|
|
302
|
+
* Desktop view Redesign.
|
|
303
|
+
* Using /api/v3 instead of /v3 for all requests.
|
|
304
|
+
* Fix screen freeze when phone number is changed in the reservation dialog.
|
|
305
|
+
* Bugfix : Hospital pharmacy not checked but filtering works
|
|
306
|
+
|
|
307
|
+
### vidis-diarynote-list
|
|
308
|
+
* Redesign journal notes-list table for desktop.
|
|
309
|
+
|
|
310
|
+
### vidis-delivered-medication-list
|
|
311
|
+
* Using /api/v3 instead of /v3 for all requests.
|
|
312
|
+
* Sorting label adaptations.
|
|
313
|
+
|
|
314
|
+
### vidis-delivered-medication-detail
|
|
315
|
+
* Using /api/v3 instead of /v3 for all requests.
|
|
316
|
+
|
|
317
|
+
### vidis-medication-scheme-list:
|
|
318
|
+
* Using API V3 instead of V2 for all requests.
|
|
319
|
+
|
|
320
|
+
### vidis-medication-scheme-detail
|
|
321
|
+
* Using API V3 instead of V2 for all requests.
|
|
322
|
+
|