Skip to content

Releases: redux-form/redux-form

v8.3.1

03 Mar 17:38
v8.3.1
Compare
Choose a tag to compare

Fixes

  • fix: exclude immutable from handleSubmit and bundle e13c3b2

Tests

  • add test case for multiple field validate 96221cd

Chores

  • chore: add emoji for lib communities accbae9
  • chore: update issue templates 93db01a
  • chore: upgrade husky precommit config a1c0b23
  • chore: upgrade dependencies a0f4d8d
  • chore: remove unused dev dependencies 67c6eb6
  • chore: upgrade version in lock file 8814d24

v8.3.0...v8.3.1

v8.3.0

03 Feb 02:00
Compare
Choose a tag to compare

New Features 😻

Fixes 🐛

Misc 🚀

Documentation 📖

v8.2.6

13 Aug 22:36
Compare
Choose a tag to compare

Code Improvements

Bug Fixes

  • Allow change to handle undefined payload #3946 #4507

Security Fixes

v8.2.5

26 Jul 23:25
Compare
Choose a tag to compare

Bug Fixes

  • Fix actionCreators that was not being re-binded #4492
  • Fix _reduxForm context rewrite #4496 #4299
  • Fix warning not being calculated when using initialValues #4499 #4488

v8.2.4

13 Jun 03:29
Compare
Choose a tag to compare

Bug Fixes

Fix immutable support #4476

v8.2.3

13 Jun 03:26
Compare
Choose a tag to compare

Bug Fixes

Typing Fixes

  • Fix component props type in FieldProps #4438 #4434

v8.2.2

30 May 07:39
Compare
Choose a tag to compare

⚠️ DON'T INSTALL THIS ⚠️

This version has a problem, sorry for that

Bug Fixes

  • Fix touched fields in Immutable #4471 #4313
  • Avoid run tests with a different babel config. #4470

Typing Fixes

  • Fix component props type in FieldProps #4438 #4434

v8.2.1

24 May 18:01
Compare
Choose a tag to compare

This fix returns a bug in Immutable side of redux-form, if you use Immutable, please, stay in 8.2.0

Bug Fixes

v8.2.0

11 Apr 07:55
Compare
Choose a tag to compare

Features

  • Don't list and touch unregistered fields on submit #4383
  • Dispatch submit #4015

Bug Fixes

  • Fixed deepEqual NaN -> 0 comparison #4416 #4378
  • Fixed touching all fields when using immutable #4337 #4313
  • Export clearSubmit action #4332

Typing Fixes

v5.4.0

22 Mar 11:17
Compare
Choose a tag to compare

Bug Fixes

  • getValue not return object when one of keys is "value" #3382
  • update hoist-non-react-statics version #3556
  • Allow redux 4 #4003
  • better detection of when mapToProps funcs depend on props #4404

New Features

  • remove array field by predicate function #3739