Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 1.5 KB

1.0.2 (2020-08-14)

Bug Fixes

  • dependencies: fix formik dependency (6fd7839)

1.0.1 (2020-08-10)

Bug Fixes

  • forminput, formtextarea, select: fix value typing (6f8966a)

1.0.0 (2020-08-10)

Bug Fixes

  • forminput: ignore controlled value from Paste component (4bdc29f)

Features

  • checkbox, field: add Checkbox and Field components with storybook (50bdee7)
  • forminput: add FormInput component, storybook (e9a8ea6)
  • radio, radiogroup: add Radio, RadioGroup components (c3ce9db)
  • select, option: add Select and Option components (cf50244)
  • textarea: add FormTextArea component (f759eef)