@smals-belgium-shared/vidis-diarynote 4.1.1-snapshot.9 → 4.2.0
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 +15 -5
- package/diarynote.js +2595 -2595
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -248,19 +248,29 @@
|
|
|
248
248
|
* Bugfix : Medication prescriptions list is truncated after scrolling to the bottom then refresh.
|
|
249
249
|
* Bugfix : Prescriptions from previous profile briefly displayed after switching profile.
|
|
250
250
|
|
|
251
|
-
##
|
|
251
|
+
## v4.2.0 (2026-07-15)
|
|
252
252
|
|
|
253
253
|
### vidis-medication-scheme-list:
|
|
254
254
|
* Bugfix: fix horizontal scrolling on iOS.
|
|
255
255
|
* Replace the filter button toggle group with a dropdown (select).
|
|
256
256
|
* Replace the mobile sort dropdown with a sort toggler.
|
|
257
|
+
* Redesign of the tabs for current and future schemes.
|
|
258
|
+
* Redesign of the daily and weekly view sections. A new menu is added to switch between the different view on mobile
|
|
257
259
|
|
|
258
260
|
### vidis-prescription-list
|
|
259
261
|
* Bugfix : Number of selected prescriptions is correctly updated after a refresh in mobile and desktop views.
|
|
262
|
+
* Using API V3 instead of V2.
|
|
263
|
+
|
|
264
|
+
### vidis-prescription-detail
|
|
265
|
+
* Using API V3 instead of V2, including improved error handling for reservation and visi-flag responses.
|
|
260
266
|
|
|
261
267
|
### vidis-delivered-medication-list
|
|
262
|
-
*
|
|
263
|
-
*
|
|
268
|
+
* Using API V3 instead of V2.
|
|
269
|
+
* Display prescriber information in the list view and cards.
|
|
270
|
+
* Mobile view : Redesign of the cards.
|
|
271
|
+
|
|
264
272
|
### vidis-delivered-medication-detail
|
|
265
|
-
*
|
|
266
|
-
*
|
|
273
|
+
* Using API V3 instead of V2.
|
|
274
|
+
* Display prescriber information in the detail view.
|
|
275
|
+
|
|
276
|
+
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|