Releases: JT501/formik-semantic-ui-react
Releases · JT501/formik-semantic-ui-react
v2.0.0
2.0.0 (2020-11-12)
Bug Fixes
- Input: CI Building Warning (e6bf808)
- TextArea:
OnBlur
event block Reset / Submit Button's onClick
events (36c25b6)
Code Refactoring
- Combine props
errorPrompt
& errorConfig
(fe5b1a6)
BREAKING CHANGES
v1.2.1
1.2.1 (2020-11-11)
Bug Fixes
- Input
inputLabel
can now accept Semantic Label Shorthand (d0e1e52)
- Input's
onBlur
event may block <ResetButton>
& <SubmitButton>
's onClick
events
v1.2.0
1.2.0 (2020-11-10)
Features
- Added optional
inputLabel
prop for Input
component. You can now use inline input label instead of form field's label. (6bfd74b)
v1.1.1
1.1.1 (2020-11-03)
Bug Fixes
- remove error prop in Form.tsx (9d5e34f)
v1.1.0
1.1.0 (2020-10-31)
Features
v1.0.1
1.0.1 (2020-10-30)
Bug Fixes
- Radio.tsx assigned incorrect value (b43d913)
v1.0.0
1.0.0 (2020-10-23)
Bug Fixes