Releases: HospitalRun/components
Releases · HospitalRun/components
v0.16.0
0.16.0 (2019-11-16)
Features
- image: add Image component (780204e)
v0.15.0
0.15.0 (2019-11-15)
Features
- labels: destructuring props assignment for labels (c3b92f0), closes #65
- label to functional component w/ addition htmlfor prop (0fc6d0a), closes #65
- label: added label component to library (6ddb776), closes #65
v0.14.0
0.14.0 (2019-11-12)
Bug Fixes
- lint: lints some files, adds new rules (d46fa35)
Features
- modals: adds modals (6a0fc55), closes #27
- modals: simplifies code, reuse button functionalities (7dda857)
v0.13.3
0.13.3 (2019-11-11)
Bug Fixes
- naming: renames ts file in camelCase and refactors imports (f39019c)
v0.13.2
0.13.2 (2019-11-02)
Bug Fixes
- text: change event type to ChangeEvent (c079fd3)
- textinput: change event type to ChangeEvent (aea29a0)
v0.13.1
0.13.1 (2019-10-31)
Bug Fixes
- storybook: fix interfaces to allow storybook to read prop types (48e396c)
v0.13.0
0.13.0 (2019-10-30)
Features
- textinput: add placeholder for text input (f5d16b4)
v0.11.0
0.11.0 (2019-10-16)
Features
- checkboxes: add ability to click on label to select (b93a757), closes #62
- checkboxes: adds Checkbox component (e0f0930), closes #62