fhir-ui
Version:
React components to display HL7 FHIR data using Material-UI
81 lines (57 loc) • 2.53 kB
Markdown
## fhir-ui Changelog
All notable changes to this project will be documented in this file.
### [v0.6.3][2022-06-23]
- Fix allergy table re-render on allergies change
- Fix condition table re-render on conditions change
- Fix medication table re-render on medications change
- Fix observation table re-render on observations change
- Fix observation detail re-render on observation change
- Fix patient card re-render on patient change
- Fix patient banner re-render on patient change
### [v0.5.7][2020-10-13]
- Fix full name on patient card
- Update CodeSandbox.io links in README.md
- Add GitHub package details to package.json
### [v0.5.5][2020-01-13]
- Fix error when empty patient passed to PatientBanner
### [v0.5.4][2020-01-06]
- Add tableHeight options to table components
- Add scrollbar to table components
- Fix CodeText column heading on AllergyTable
- Change tableSize to tableRowSize for all table components
### [v0.5.0][2020-01-05]
- Add MedicationTable component and documentation
- Add AllergyTable component and documentation
- Add ConditionTable component and documentation
- Modify table title location on PaientTable
- Added defaultRowsPerPage property to PatientTable
- Added example FHIR patient bundle
### [v0.4.2][2019-12-31]
- Add PatientBanner component and documentation
### [v0.3.8][2019-12-29]
- Fix date of birth field variant in PatientCard and PatientDetail
### [v0.3.7][2019-12-29]
- Fix documentation deployment to github pages
- Move docz to devdependency
- Update package.json keywords
- Add NPM badges in README.md
- Update change log
### [v0.3.6][2019-12-28]
- Resolve controlled component warnings in ObservationDetail
- Cleanup component properties
- Recreated examples in docz documentation
- Restructure directories
- Add docz documentation
### [v0.2.10] - 2019-12-25
- Add observation detail component
### [v0.2.7] - 2019-12-21
- Refactor to use React hooks
- Refactor to use `@material-ui/icons`
- Update npm modules
[unreleased]: https://github.com/healthintellect/fhir-ui/compare/v0.3.7...HEAD
[v0.3.6]: https://github.com/healthintellect/fhir-ui/compare/v0.3.6...v0.3.7
[v0.3.6]: https://github.com/healthintellect/fhir-ui/compare/v0.2.10...v0.3.6
[v0.2.10]: https://github.com/healthintellect/fhir-ui/compare/v0.2.9...v0.2.10
[v0.2.9]: https://github.com/healthintellect/fhir-ui/compare/v0.2.8...v0.2.9
[v0.2.8]: https://github.com/healthintellect/fhir-ui/compare/v0.2.7...v0.2.8
[v0.2.7]: https://github.com/healthintellect/fhir-ui/compare/v0.1.1...v0.2.7