Releases: tkrotoff/react-form-with-constraints
Releases · tkrotoff/react-form-with-constraints
v0.19.1
v0.19.0
v0.18.0
v0.17.0
v0.16.1
v0.16.0
v0.15.2
v0.15.0
Breaking Changes
- Dissociate emitSync and emitAsync
- resetFields() does not return a Promise anymore
- fieldWillValidate(), fieldDidValidate() and fieldDidReset() are sync instead of async: this might affect your tests
Features
- Improve README
- No need for downlevelIteration anymore
Fixes
- Fix .map files
v0.14.2
Features
- Enable Airbnb ESLint restricted syntax, should reduce the bundle size
- No default export, see Avoid Export Default