github redux-form/redux-form v8.0.0

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

⚠️ Breaking Changes ⚠️

  • Upgraded to new React Context API #4289 #4216
  • You will need to change all your withRef props to forwardRef.

You will now need to use react-redux@6 and react@16.4

New Features

  • Also pass sectionPrefix from FormName #4119
  • Add name parameter to field level validation #4133
  • Upgrades performance of FieldArray with immutable data #4138

Bug Fixes

  • Fix handleSubmit with redux-form/immutable #4095 #4094
  • Export updateSyncErrors #4098 #4040
  • Validate component props with isValidElementType() #4103 #4041
  • Replaced startsWith with regex to fix IE11 #4128 #4126
  • Remove dependency from Immutable #4156 #4095
  • Function supported for change-action #4174
  • Field props onChange accepts event or value, but onChange callback only accepts events (not plain values) #3446
  • Fix form reinitialize problem: using previous initialValues #4020

Typing

  • Fix FormProps#asyncValidating type #4097
  • Export Event type #4261

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.