Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Releases: HospitalRun/components

v0.17.0

19 Nov 15:31
Compare
Choose a tag to compare

0.17.0 (2019-11-19)

Features

v0.16.0

16 Nov 07:52
Compare
Choose a tag to compare

0.16.0 (2019-11-16)

Features

  • image: add Image component (780204e)

v0.15.0

15 Nov 09:27
Compare
Choose a tag to compare

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

12 Nov 20:51
Compare
Choose a tag to compare

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

11 Nov 17:43
Compare
Choose a tag to compare

0.13.3 (2019-11-11)

Bug Fixes

  • naming: renames ts file in camelCase and refactors imports (f39019c)

v0.13.2

02 Nov 11:07
Compare
Choose a tag to compare

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

31 Oct 09:30
Compare
Choose a tag to compare

0.13.1 (2019-10-31)

Bug Fixes

  • storybook: fix interfaces to allow storybook to read prop types (48e396c)

v0.13.0

30 Oct 08:31
Compare
Choose a tag to compare

0.13.0 (2019-10-30)

Features

  • textinput: add placeholder for text input (f5d16b4)

v0.12.0

21 Oct 07:56
Compare
Choose a tag to compare

0.12.0 (2019-10-21)

Features

  • select: add Select component (dd1186f), closes #64

v0.11.0

16 Oct 09:11
Compare
Choose a tag to compare

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