3.8.2 (12-19-2020)
This is a patch release to fix several bugs and a simple feature to allow custom site-specific CSS.
New features
- #375 - Adds a simple
build/styles/custom.css
file upon running the usualnpm run build
statement to build a production client. Simply edit thecustom.css
file and Leaf will automatically show your changes, no hacks needed. See the example custom.css file for specific elements and examples.
Minor changes
- #377 - The Leaf icon is now shown in the corner of the browser tab.
Bug fixes
- #374 - For (rare) sites disabling the attestation and disabling de-identification, Leaf would not show identified fields in the Patient List.
- #376 - Patient List Dataset queries for "From Specific Encounter" were ignored if the query strategy is set to
PARALLEL
.