@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.9 → 4.2.2
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 +3 -28
- package/diarynote.js +24219 -31939
- package/package.json +1 -1
- package/types/main.d.ts +4 -0
- package/types/main.d.ts.map +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -284,46 +284,21 @@
|
|
|
284
284
|
* Fix the bug during the Visibility pharmacy update to make it visible to everyone.
|
|
285
285
|
* Removing leaflet if medication is a compound.
|
|
286
286
|
|
|
287
|
-
##
|
|
288
|
-
|
|
289
|
-
* Upgrade project to Angular version 22
|
|
287
|
+
## v4.2.2 (2026-09-04)
|
|
290
288
|
|
|
291
289
|
### vidis-medication-scheme-list:
|
|
292
|
-
*
|
|
293
|
-
* Using togglers to change view on desktop view.
|
|
294
|
-
* New icons for the togglers on desktop view and for the menu in mobile view.
|
|
295
|
-
* Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view.
|
|
296
|
-
* Change the colors and remove the icon of the date-picker on mobile view when we are not on the current date.
|
|
297
|
-
* Years are not displayed in the date-picker on the weekly view when looking for a week that runs over 2 months.
|
|
290
|
+
* Bugfix: As a patient with no medication-scheme, the message displayed was the one for professional.
|
|
298
291
|
|
|
299
292
|
### vidis-prescription-list
|
|
300
293
|
* Using /api/v3 instead of /v3 for all requests.
|
|
301
|
-
* Desktop redesign.
|
|
302
294
|
|
|
303
295
|
### vidis-prescription-detail
|
|
304
|
-
* Desktop view Redesign.
|
|
305
296
|
* Using /api/v3 instead of /v3 for all requests.
|
|
306
|
-
* Fix screen freeze when phone number is changed in the reservation dialog.
|
|
307
|
-
* Bugfix : Hospital pharmacy not checked but filtering works
|
|
308
|
-
* update pharmacies endpoint from /v1 to /v3
|
|
309
|
-
|
|
310
|
-
### vidis-diarynote
|
|
311
|
-
* Redesign journal notes-list table for desktop.
|
|
312
|
-
* Using API V3 instead of V2.
|
|
313
297
|
|
|
314
298
|
### vidis-delivered-medication-list
|
|
315
299
|
* Using /api/v3 instead of /v3 for all requests.
|
|
316
|
-
* Sorting label adaptations.
|
|
317
300
|
|
|
318
301
|
### vidis-delivered-medication-detail
|
|
319
302
|
* Using /api/v3 instead of /v3 for all requests.
|
|
320
303
|
|
|
321
|
-
|
|
322
|
-
* Using API V3 instead of V2 for all requests.
|
|
323
|
-
|
|
324
|
-
### vidis-medication-scheme-detail
|
|
325
|
-
* Using API V3 instead of V2 for all requests.
|
|
326
|
-
|
|
327
|
-
### vidis-medication-scheme-list:
|
|
328
|
-
* Secure components against API v3 payload changes and add '-' in case of empty or null value
|
|
329
|
-
* Desktop redesign.
|
|
304
|
+
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|