@smals-belgium-shared/vidis-medication-scheme-list 2.0.2-snapshot.7 → 3.0.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 +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -54,15 +54,17 @@
|
|
54
54
|
### vidis-prescription-detail
|
55
55
|
* Change `onPrintDetail` output to `onPrint` and type from `{base64Pdf: string, printOptions: {filename: string, orientation: 'portrait'}}` to `{title: string, content: string}`
|
56
56
|
|
57
|
-
##
|
57
|
+
## v3.0.0 (2025-08-06)
|
58
58
|
|
59
59
|
* Using external fonts
|
60
60
|
|
61
61
|
### vidis-delivered-medication-list:
|
62
62
|
* Support professional. If professional adds 2 params: key 'professional' = 'true' and 'ssin'= ssinPatient
|
63
|
+
* Support offline mode.
|
63
64
|
|
64
65
|
### vidis-delivered-medication-detail:
|
65
66
|
* Support professional. If professional adds 2 params: key 'professional' = 'true' and 'ssin'= ssinPatient
|
67
|
+
* Support offline mode.
|
66
68
|
|
67
69
|
### vidis-prescription-list:
|
68
70
|
* Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
|
@@ -76,3 +78,7 @@
|
|
76
78
|
* Add the type of pharmacy in the screen
|
77
79
|
* Add a "select" button on pharmacies, to make it more accessible and obvious to end user
|
78
80
|
|
81
|
+
### vidis-diary-note:
|
82
|
+
* Support offline mode.
|
83
|
+
|
84
|
+
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|