@smals-belgium-shared/vidis-diarynote
Version:
Diary notes web component
59 lines (45 loc) • 2.08 kB
Markdown
# Changelog
## v1.0.2 (2025-03-11)
### First release
* Initial release
## v1.0.6 (2025-03-14)
### vidis-delivered-medication-detail:
* Fix package import
### vidis-diarynote:
* Hide filters when there aren't any data
## v1.1.0 (2025-05-07)
* Implementing the demo mode
### vidis-medication-scheme:
* Redesign of the vidis medication scheme web component
* Split up vidis-medication-scheme into a list and detail web component
* Add full list of medication on list view, with filters for 'full list', 'current' and 'future'
### vidis-prescription-list
* Add onPrintPrescriptions output, with parameters:
* base64Pdf: this is a base64 version of the pdf that needs to be printed
* printerOptions: this is an object with `name` this is the file name and `orientation` this is the orientation the printing should happen
### vidis-prescription-detail
* Add onPrintDetail output, with parameters:
* base64Pdf: this is a base64 version of the pdf that needs to be printed
* printerOptions: this is an object with `name` this is the file name and `orientation` this is the orientation the printing should happen
## v1.1.1 (2025-05-07)
* Technical release. No new features or bug fixes.
## v1.1.2 (2025-05-07)
### vidis-medication-scheme-list:
* Bugfix package.json
## v1.1.3 (2025-05-16)
* Bugfixes
## v2.0.0 (2025-06-06)
* Update to Angular v19
* Update Design Kit to v2.5
* Remove title and back button
### vidis-medication-scheme-list:
* Label correction
* Your filtering is saved when you go back from an other component
### vidis-diarynote-list
* Add getTotalItems output
### vidis-prescription-list
* Add getTotalItems output
* Change `onPrintPrescriptions` output to `onPrint` and type from `{base64Pdf: string, printOptions: {filename: string, orientation: 'portrait'}}` to `{title: string, content: string}`
### vidis-prescription-detail
* Change `onPrintDetail` output to `onPrint` and type from `{base64Pdf: string, printOptions: {filename: string, orientation: 'portrait'}}` to `{title: string, content: string}`
## __RELEASE_VERSION__ (__RELEASE_DATE__)