v1.3.1 (2020-07-30)
Fixed bugs:
- Changes to validation arg doesn't update validation function #235
Merged pull requests:
- Add setFieldState call to useField on validation change #278 (andyrichardson)
v1.3.0 (2020-06-14)
Additions:
- Add support for providing value to
onChange
#41 - Add support for React Native #35
- Add non DOM event support to onChange #123 (andyrichardson)
Closed issues:
Merged pull requests:
- Add native example #124 (andyrichardson)
- Update readme with video #122 (andyrichardson)
- Add e2e for example 3 #84 (andyrichardson)
- Add sitemap generation on build #83 (andyrichardson)
- Keep styling consistent between examples #48 (andyrichardson)
v1.2.1 (2020-02-25)
Fixed bugs:
- Duplicate field - add warning instead of error #45 (andyrichardson)
Closed issues:
- Add docs for
branching
#26
Merged pull requests:
- Add example branching #46 (andyrichardson)
v1.2.0 (2020-02-05)
Breaking changes:
- Revert checked state managment using ref #39
- Remove checkbox refs #40 (andyrichardson)
Additions:
- Add tracking of 'hasChanged' and 'hasBlurred' states #21
Merged pull requests:
- Use 'latest' tag for dependencies examples #43 (andyrichardson)
- Update checkbox docs #42 (andyrichardson)
- Add cypress integration #38 (andyrichardson)
- Add hasChanged and hasBlurred props to useField #37 (andyrichardson)
- Update examples #36 (andyrichardson)
v1.1.2 (2020-01-21)
Fixed bugs:
- Fix initial value for radio inputs #30
- Fix initial value for checkbox inputs #28
- Textarea onChange error #24
Closed issues:
- Add examples for validation and conditional rendering #33
- Add documentation for checkbox inputs #23
- Explain how to handle submission of field values #22
Merged pull requests:
- Add conditional examples for validation #34 (andyrichardson)
- Add docs for radio / checkbox usage #32 (andyrichardson)
- Fix radio input #31 (andyrichardson)
- Add mutation of checkbox element on ref and value change #29 (andyrichardson)
- Add textarea support #27 (andyrichardson)
v1.1.1 (2020-01-10)
Fixed bugs:
- Handle destroy on unmount changing value #18
Merged pull requests:
- Update deps #20 (andyrichardson)
- Add detection for destroyOnUnmount change #19 (andyrichardson)
v1.1.0 (2020-01-09)
Breaking changes:
- Fields without validation should be valid by default #11
Closed issues:
- Add docs #4
Merged pull requests:
- Setup linting #16 (andyrichardson)
- Default to valid when no validation is set #15 (andyrichardson)
- Add docs #5 (andyrichardson)
v1.0.3 (2019-12-22)
Fixed bugs:
Closed issues:
- Remove unnecessary dependency "react-dom" #8
Merged pull requests:
- Changelog guide + version bump #10 (andyrichardson)
- Remove react-dom #9 (andyrichardson)
- Fix checkbox issue #7 (andyrichardson)
- Remove
;
#2 (jontansey)