@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.23 → 4.2.2-snapshot.25
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 -3
- package/diarynote.js +4873 -4821
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -288,6 +288,8 @@
|
|
|
288
288
|
|
|
289
289
|
* Upgrade project to Angular version 22
|
|
290
290
|
* Migrate report error to use API v3.
|
|
291
|
+
* Accessibility : fix "This element has insufficient contrast at this conformance level" issues in all web components.
|
|
292
|
+
* Accessibility : dynamically update HTML lang attribute to ensure correct screen reader pronunciation
|
|
291
293
|
|
|
292
294
|
### vidis-medication-scheme-list:
|
|
293
295
|
* Styling correction for mobile view.
|
|
@@ -303,6 +305,8 @@
|
|
|
303
305
|
* Make practitioner null-safe.
|
|
304
306
|
* Desktop redesign.
|
|
305
307
|
* Improve accessibility.
|
|
308
|
+
* Bugfix: resolve focus loss on sorting control and ensure sort announcements
|
|
309
|
+
* Adapt details button to align with other components.
|
|
306
310
|
|
|
307
311
|
### vidis-prescription-detail
|
|
308
312
|
* Desktop view Redesign.
|
|
@@ -312,16 +316,19 @@
|
|
|
312
316
|
* update pharmacies endpoint from /v1 to /v3.
|
|
313
317
|
* Bugfix: delete prescription was producing a bad request error.
|
|
314
318
|
* Improve accessibility.
|
|
319
|
+
* Bugfix: the text below the pharmacy visibility label is now correctly grouped.
|
|
315
320
|
|
|
316
321
|
### vidis-diarynote
|
|
317
322
|
* Redesign journal notes-list table for desktop.
|
|
318
323
|
* Using API V3 instead of V2.
|
|
319
324
|
* Improve accessibility for deleted diary notes.
|
|
325
|
+
* Align NIHDI number to correct format.
|
|
320
326
|
|
|
321
327
|
### vidis-delivered-medication-list
|
|
322
328
|
* Using /api/v3 instead of /v3 for all requests.
|
|
323
329
|
* Sorting label adaptations.
|
|
324
330
|
* Desktop view redesign.
|
|
331
|
+
* Bugfix: resolve focus loss on sorting control
|
|
325
332
|
|
|
326
333
|
### vidis-delivered-medication-detail
|
|
327
334
|
* Using /api/v3 instead of /v3 for all requests.
|
|
@@ -330,12 +337,18 @@
|
|
|
330
337
|
|
|
331
338
|
### vidis-medication-scheme-list:
|
|
332
339
|
* Using API V3 instead of V2 for all requests.
|
|
333
|
-
* Secure components against API v3 payload changes and add '-' in case of empty or null value
|
|
340
|
+
* Secure components against API v3 payload changes and add '-' in case of empty or null value.
|
|
334
341
|
* Desktop redesign.
|
|
342
|
+
* Align NIHDI number to correct format.
|
|
335
343
|
|
|
336
344
|
### vidis-medication-scheme-detail
|
|
337
345
|
* Using API V3 instead of V2 for all requests.
|
|
338
|
-
* Redesign for desktop
|
|
346
|
+
* Redesign for desktop.
|
|
347
|
+
* Align NIHDI number to correct format
|
|
339
348
|
|
|
340
349
|
### vidis-medication-scheme-list:
|
|
341
|
-
* Desktop redesign of weekly and daily section
|
|
350
|
+
* Desktop redesign of weekly and daily section.
|
|
351
|
+
* Align NIHDI number to correct format.
|
|
352
|
+
* Bugfix: resolve focus loss on sorting control
|
|
353
|
+
* Adapt details button to align with other components.
|
|
354
|
+
|