@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.24 → 4.2.2-snapshot.26

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 +44 -36
  2. package/diarynote.js +5699 -5638
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -287,61 +287,69 @@
287
287
  ## __RELEASE_VERSION__ (__RELEASE_DATE__)
288
288
 
289
289
  * Upgrade project to Angular version 22
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.
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
292
293
 
293
294
  ### vidis-medication-scheme-list:
294
- * Styling correction for mobile view.
295
- * Using togglers to change view on desktop view.
296
- * New icons for the togglers on desktop view and for the menu in mobile view.
297
- * Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view.
298
- * Change the colors and remove the icon of the date-picker on mobile view when we are not on the current date.
299
- * Years are not displayed in the date-picker on the weekly view when looking for a week that runs over 2 months.
300
- * Bugfix: The message when the patient has no medication-scheme is now the correct one.
295
+ * Styling correction for mobile view
296
+ * Using togglers to change view on desktop view
297
+ * New icons for the togglers on desktop view and for the menu in mobile view
298
+ * Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view
299
+ * Change the colors and remove the icon of the date-picker on mobile view when we are not on the current date
300
+ * Years are not displayed in the date-picker on the weekly view when looking for a week that runs over 2 months
301
+ * The message when the patient has no medication-scheme is now the correct one
301
302
 
302
303
  ### vidis-prescription-list
303
- * Using /api/v3 instead of /v3 for all requests.
304
- * Make practitioner null-safe.
305
- * Desktop redesign.
306
- * Improve accessibility.
307
- * Bugfix: resolve focus loss on sorting control and ensure sort announcements
304
+ * Using /api/v3 instead of /v3 for all requests
305
+ * Make practitioner null-safe
306
+ * Desktop redesign
307
+ * Improve accessibility
308
+ * 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
- * Desktop view Redesign.
311
- * Using /api/v3 instead of /v3 for all requests.
312
- * Fix screen freeze when phone number is changed in the reservation dialog.
313
- * Bugfix : Hospital pharmacy not checked but filtering works.
314
- * update pharmacies endpoint from /v1 to /v3.
315
- * Bugfix: delete prescription was producing a bad request error.
316
- * Improve accessibility.
317
- * Bugfix: the text below the pharmacy visibility label is now correctly grouped.
312
+ * Desktop view Redesign
313
+ * Using /api/v3 instead of /v3 for all requests
314
+ * Fix screen freeze when phone number is changed in the reservation dialog
315
+ * Hospital pharmacy not checked but filtering works
316
+ * Update pharmacies endpoint from /v1 to /v3
317
+ * Delete prescription was producing a bad request error
318
+ * Improve accessibility
319
+ * The text below the pharmacy visibility label is now correctly grouped
320
+ * Give context to the SSIN number.
318
321
 
319
322
  ### vidis-diarynote
320
- * Redesign journal notes-list table for desktop.
321
- * Using API V3 instead of V2.
322
- * Improve accessibility for deleted diary notes.
323
+ * Redesign journal notes-list table for desktop
324
+ * Using API V3 instead of V2
325
+ * Improve accessibility for deleted diary notes
326
+ * Align NIHDI number to correct format
323
327
 
324
328
  ### vidis-delivered-medication-list
325
- * Using /api/v3 instead of /v3 for all requests.
326
- * Sorting label adaptations.
327
- * Desktop view redesign.
328
- * Bugfix: resolve focus loss on sorting control
329
+ * Using /api/v3 instead of /v3 for all requests
330
+ * Sorting label adaptations
331
+ * Desktop view redesign
332
+ * Resolve focus loss on sorting control
329
333
 
330
334
  ### vidis-delivered-medication-detail
331
- * Using /api/v3 instead of /v3 for all requests.
332
- * download leaflet : using API V3 instead of V2.
333
- * Desktop and mobile views redesign.
335
+ * Using /api/v3 instead of /v3 for all requests
336
+ * download leaflet: using API V3 instead of V2
337
+ * Desktop and mobile views redesign
334
338
 
335
339
  ### vidis-medication-scheme-list:
336
- * Using API V3 instead of V2 for all requests.
340
+ * Using API V3 instead of V2 for all requests
337
341
  * Secure components against API v3 payload changes and add '-' in case of empty or null value
338
- * Desktop redesign.
342
+ * Desktop redesign
343
+ * Align NIHDI number to correct format
339
344
 
340
345
  ### vidis-medication-scheme-detail
341
- * Using API V3 instead of V2 for all requests.
346
+ * Using API V3 instead of V2 for all requests
342
347
  * Redesign for desktop
348
+ * Align NIHDI number to correct format
343
349
 
344
350
  ### vidis-medication-scheme-list:
345
351
  * Desktop redesign of weekly and daily section
346
- * Bugfix: resolve focus loss on sorting control
352
+ * Align NIHDI number to correct format
353
+ * Resolve focus loss on sorting control
354
+ * Adapt details button to align with other components
347
355