@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.17 → 4.2.2-snapshot.18
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 +2 -0
- package/diarynote.js +4258 -4257
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -299,6 +299,7 @@
|
|
|
299
299
|
|
|
300
300
|
### vidis-prescription-list
|
|
301
301
|
* Using /api/v3 instead of /v3 for all requests.
|
|
302
|
+
* Make practitioner null-safe.
|
|
302
303
|
* Desktop redesign.
|
|
303
304
|
|
|
304
305
|
### vidis-prescription-detail
|
|
@@ -316,6 +317,7 @@
|
|
|
316
317
|
### vidis-delivered-medication-list
|
|
317
318
|
* Using /api/v3 instead of /v3 for all requests.
|
|
318
319
|
* Sorting label adaptations.
|
|
320
|
+
* Desktop view redesign.
|
|
319
321
|
|
|
320
322
|
### vidis-delivered-medication-detail
|
|
321
323
|
* Using /api/v3 instead of /v3 for all requests.
|