@smals-belgium-shared/vidis-diarynote 3.5.0 → 3.5.2
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 +12 -0
- package/assets/{main-B3yGfpnd.js → main-DDO7cHss.js} +50 -50
- package/diarynote.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -216,4 +216,16 @@
|
|
|
216
216
|
* fix crash when there is no medicationscheme
|
|
217
217
|
* Remove if needed tag
|
|
218
218
|
|
|
219
|
+
## v3.5.2 (2026-03-13)
|
|
220
|
+
### vidis-diary-note:
|
|
221
|
+
* Do not display the errors (if exist) when the response is OK.
|
|
222
|
+
* Remove the display of the author ssin.
|
|
223
|
+
* Update the rule to delete a note (using `ownNote` field).
|
|
224
|
+
|
|
225
|
+
### vidis-prescription-list:
|
|
226
|
+
* Change frequency type (from enum to string)
|
|
227
|
+
|
|
228
|
+
### vidis-prescription-detail
|
|
229
|
+
* Change frequency type (from enum to string)
|
|
230
|
+
|
|
219
231
|
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|