github redux-form/redux-form v6.7.0

latest releases: v8.3.10, v8.3.9, v8.3.8...
6 years ago

Bug Fixes

Features

  • New initialized prop lets your form component know if it has been initialized yet. #2904 #2901
  • New getFormMeta selector to read field metadata such as touched and visited. #2859 #2585
  • New meta.initial prop to Field components to know what the initial value was. #2858
  • You can now import components directly to reduce your bundle size! 💥 #2893
  • Now exports fieldInputPropTypes, fieldMetaPropTypes, fieldPropTypes for Field components.
  • Now exports defaultShouldValidate and defaultShouldAsyncValidate #2891 #2890
  • Included previously initialized values in the INITIALIZE action meta data #2835 #2832

Maintenance

  • Formatted all code with Prettier. 🎉

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.