@smals-belgium-shared/vidis-diarynote 4.0.1 → 4.1.0
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 +10 -0
- package/diarynote.js +1209 -1204
- package/package.json +1 -1
- package/types/main.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -238,4 +238,14 @@
|
|
|
238
238
|
## v4.0.1 (2026-05-27)
|
|
239
239
|
* documenting inputs and outputs for all webcomponents
|
|
240
240
|
|
|
241
|
+
## v4.1.0 (2026-06-10)
|
|
242
|
+
|
|
243
|
+
* Adapt Web Component backgrounds to be transparent in lists with cards (prescriptions, delivered medications, journal notes, medication scheme), sort & filter screens, prescription reservation flow, and manage visibility flow.
|
|
244
|
+
* Ensure internal content (cards, dropdowns, info alerts, and form elements) remains opaque.
|
|
245
|
+
|
|
246
|
+
### vidis-prescription-list:
|
|
247
|
+
* Bugfix : Cached prescriptions from previous profile remain displayed after profile switch.
|
|
248
|
+
* Bugfix : Medication prescriptions list is truncated after scrolling to the bottom then refresh.
|
|
249
|
+
* Bugfix : Prescriptions from previous profile briefly displayed after switching profile.
|
|
250
|
+
|
|
241
251
|
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|