All notable changes to this project will be documented in this file.
- 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
- Fix full name on patient card
- Update CodeSandbox.io links in README.md
- Add GitHub package details to package.json
- Fix error when empty patient passed to PatientBanner
- 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
- 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
- Add PatientBanner component and documentation
- Fix date of birth field variant in PatientCard and PatientDetail
- Fix documentation deployment to github pages
- Move docz to devdependency
- Update package.json keywords
- Add NPM badges in README.md
- Update change log
- 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