Redux Form Versions Save

A Higher Order Component using react-redux to keep form state in a Redux store

v8.3.1

4 years ago

Fixes

  • fix: exclude immutable from handleSubmit and bundle e13c3b24

Tests

  • add test case for multiple field validate 96221cd7

Chores

  • chore: add emoji for lib communities accbae9f
  • chore: update issue templates 93db01a0
  • chore: upgrade husky precommit config a1c0b23e
  • chore: upgrade dependencies a0f4d8db
  • chore: remove unused dev dependencies 67c6eb61
  • chore: upgrade version in lock file 8814d24b

https://github.com/redux-form/redux-form/compare/v8.3.0...v8.3.1

v8.3.0

4 years ago

New Features 😻

  • Export ReduxFormContext #4446 (@jedwards1211)

Fixes 🐛

  • Use initial values, if exists, when call clearField #4498 (@hugojanruiter)
  • Use on change return as prevent default only in RN #4596 (@timhwang21)

Misc 🚀

  • Upgrade flow-bin #4526 (@iamandrewluca)
  • Add CODE_OF_CONDUCT #4545 (@iamandrewluca)
  • Remove .only from tests #4546 (@renatoagds)
  • Update dependencies from npm audit #4550 #4576 #4581 (@iamandrewluca)
  • Remove extra ref from createField (@iamandrewluca)

Documentation 📖

  • Update change usage description #4528 (@milebza)
  • Fix label in MUI exampe #4558 (@goodwin64)
  • Update Selectors.md example for formValues #4586 (@samomar)
  • Fix computing derived data link at Selectors.md #4589 (@zjxiaohan)
  • Fix type at Field.md (@iamandrewluca)

v8.2.6

4 years ago

Code Improvements

  • Improve Config type #4468
  • Rename lifecycles to UNSAFE_* #4510 #4520

Bug Fixes

  • Allow change to handle undefined payload #3946 #4507

Security Fixes

v8.2.5

4 years ago

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

4 years ago

Bug Fixes

Fix immutable support #4476

v8.2.3

4 years ago

Bug Fixes

  • Fix regression introduced by #4470 #4471 - #4473 #4474 #4475

Typing Fixes

  • Fix component props type in FieldProps #4438 #4434

v8.2.2

4 years ago

⚠️ 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

4 years ago

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

Bug Fixes

  • Reverts #4337 that causes a regression in FieldArray #4466 #4439 #4456 #4457

v8.2.0

5 years ago

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

  • FormProps export #4352 #3823
  • HandleSubmit type #4353 #4351
  • Smarter typing of FieldProps.type #4361
  • Fixed FieldInputProps.component redundant definition #4377 #3878

v5.4.0

5 years ago

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