@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.7 → 4.2.2-snapshot.8
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 -0
- package/diarynote.js +19368 -13276
- 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.
|
|
@@ -303,6 +305,7 @@
|
|
|
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.
|
|
305
307
|
* Bugfix : Hospital pharmacy not checked but filtering works
|
|
308
|
+
* update pharmacies endpoint from /v1 to /v3
|
|
306
309
|
|
|
307
310
|
### vidis-diarynote
|
|
308
311
|
* Redesign journal notes-list table for desktop.
|