@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.24 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -3
  2. package/diarynote.js +4870 -4818
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -289,6 +289,7 @@
289
289
  * Upgrade project to Angular version 22
290
290
  * Migrate report error to use API v3.
291
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
292
293
 
293
294
  ### vidis-medication-scheme-list:
294
295
  * Styling correction for mobile view.
@@ -305,6 +306,7 @@
305
306
  * Desktop redesign.
306
307
  * Improve accessibility.
307
308
  * Bugfix: resolve focus loss on sorting control and ensure sort announcements
309
+ * Adapt details button to align with other components.
308
310
 
309
311
  ### vidis-prescription-detail
310
312
  * Desktop view Redesign.
@@ -320,6 +322,7 @@
320
322
  * Redesign journal notes-list table for desktop.
321
323
  * Using API V3 instead of V2.
322
324
  * Improve accessibility for deleted diary notes.
325
+ * Align NIHDI number to correct format.
323
326
 
324
327
  ### vidis-delivered-medication-list
325
328
  * Using /api/v3 instead of /v3 for all requests.
@@ -334,14 +337,18 @@
334
337
 
335
338
  ### vidis-medication-scheme-list:
336
339
  * Using API V3 instead of V2 for all requests.
337
- * 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.
338
341
  * Desktop redesign.
342
+ * Align NIHDI number to correct format.
339
343
 
340
344
  ### vidis-medication-scheme-detail
341
345
  * Using API V3 instead of V2 for all requests.
342
- * Redesign for desktop
346
+ * Redesign for desktop.
347
+ * Align NIHDI number to correct format
343
348
 
344
349
  ### vidis-medication-scheme-list:
345
- * Desktop redesign of weekly and daily section
350
+ * Desktop redesign of weekly and daily section.
351
+ * Align NIHDI number to correct format.
346
352
  * Bugfix: resolve focus loss on sorting control
353
+ * Adapt details button to align with other components.
347
354