Skip to content

Releases: JT501/formik-semantic-ui-react

v2.0.0

12 Nov 09:05
Compare
Choose a tag to compare

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

  • Remove prop errorConfig

v1.2.1

11 Nov 10:42
Compare
Choose a tag to compare

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

10 Nov 15:00
Compare
Choose a tag to compare

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

03 Nov 19:09
Compare
Choose a tag to compare

1.1.1 (2020-11-03)

Bug Fixes

  • remove error prop in Form.tsx (9d5e34f)

v1.1.0

31 Oct 10:55
Compare
Choose a tag to compare

1.1.0 (2020-10-31)

Features

  • add <FastField> Support (27a815d)

v1.0.1

30 Oct 16:30
Compare
Choose a tag to compare

1.0.1 (2020-10-30)

Bug Fixes

  • Radio.tsx assigned incorrect value (b43d913)

v1.0.0

23 Oct 10:45
Compare
Choose a tag to compare

1.0.0 (2020-10-23)

Bug Fixes

  • release.yml syntax error (e9d3aa1)