@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.0 → 4.2.2-snapshot.10
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 +16 -1
- package/diarynote.js +19521 -13420
- package/package.json +1 -1
- package/types/main.d.ts +0 -4
- package/types/main.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -286,6 +286,8 @@
|
|
|
286
286
|
|
|
287
287
|
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|
|
288
288
|
|
|
289
|
+
* Upgrade project to Angular version 22
|
|
290
|
+
|
|
289
291
|
### vidis-medication-scheme-list:
|
|
290
292
|
* Styling correction for mobile view.
|
|
291
293
|
* Using togglers to change view on desktop view.
|
|
@@ -302,9 +304,12 @@
|
|
|
302
304
|
* Desktop view Redesign.
|
|
303
305
|
* Using /api/v3 instead of /v3 for all requests.
|
|
304
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
|
|
305
309
|
|
|
306
|
-
### vidis-diarynote
|
|
310
|
+
### vidis-diarynote
|
|
307
311
|
* Redesign journal notes-list table for desktop.
|
|
312
|
+
* Using API V3 instead of V2.
|
|
308
313
|
|
|
309
314
|
### vidis-delivered-medication-list
|
|
310
315
|
* Using /api/v3 instead of /v3 for all requests.
|
|
@@ -312,3 +317,13 @@
|
|
|
312
317
|
|
|
313
318
|
### vidis-delivered-medication-detail
|
|
314
319
|
* Using /api/v3 instead of /v3 for all requests.
|
|
320
|
+
|
|
321
|
+
### vidis-medication-scheme-list:
|
|
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.
|