Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency redux-form to v8 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 18, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redux-form (source) ^6.3.2 -> ^8.0.0 age adoption passing confidence

Release Notes

redux-form/redux-form (redux-form)

v8.3.10

Compare Source

v8.3.9

Compare Source

  • React 18 support in package.json #​4771

v8.3.8

Compare Source

  • Fix peer dependency for react 17.0.x (#​4722)

v8.3.7

Compare Source

v8.3.6

Compare Source

  • refactor(Fields): remove react legacy string refs 47ad2fd
  • chore: replace 4 years old redux-immutablejs with redux-immutable 0c4a047
  • chore: add env table to issue template 00b23eb
  • revert: chore: remove flow-types from repo, install them on postinstall 1bba658
  • chore: fix flow types for new added definitions ed62498
  • chore: add scarf analytics 263474e
  • chore: remove flow-types from repo, install them on postinstall e5a2917
  • chore: remove docs label from stale issues 674134e
  • chore: upgrade flow-bin to 0.84, need for future migrations b1a6960
  • chore: update eslint f6dc97d
  • chore: remove unused lodash-es 08f0fa3
  • chore: remove unused babel plugins and presets 1b89f1f
  • chore: remove unused uglifyjs-webpack-plugin 366f9a2
  • chore: npm update 1570032
  • chore(flow): ignore build folders from static typing e5171b9
  • refactor(flow): fix flow untyped-type-import warnings 4316736

v8.3.5

Compare Source

Fixes

  • fix: downgrade node back to initial 8.10, because yarn takes engines seriously 9c05207

v8.3.4

Compare Source

Fixes

  • fix: downgrade node back to 8, because yarn takes engines seriously 04d2e93
  • fix: improve SubmissionError detection e705b7c

v8.3.3

Compare Source

Perf

  • perf: extract source maps from umd build into separate files 941327f

Misc

  • refactor: remove deprecated flow Existential Type * 9ec1b99

Chores

  • chore: update jest, run tests in parallel, add jest types 5c7ab6f
  • chore: update minimum supported node version to node@12 LTS fee51ec
  • chore: remove jest-matcher-utils in favor of jest this.utils 94b01de
  • chore: make node min supported version strict e651e2b
  • chore: fix webpack config 34acd4b
  • chore: enable all flow warnings, and disable all explicit 6d70e69
  • chore: update lodash flow types, prettier ignore flow-typed a99cb3f
  • chore: npm audit fix 3f54b7a

v8.3.2

Compare Source

Perf ⏱

Misc 🚀

Documentation 📖

v8.3.1

Compare Source

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

Compare Source

New Features 😻

Fixes 🐛

Misc 🚀

Documentation 📖

v8.2.6

Compare Source

Code Improvements

Bug Fixes

Security Fixes

v8.2.5

Compare Source

Bug Fixes

v8.2.4

Compare Source

Bug Fixes

Fix immutable support #​4476

v8.2.3

Compare Source

Bug Fixes

Typing Fixes

v8.2.2

Compare Source

⚠️ DON'T INSTALL THIS ⚠️

This version has a problem, sorry for that

Bug Fixes

Typing Fixes

v8.2.1

Compare Source

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

Compare Source

Features

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

Bug Fixes

Typing Fixes

v8.1.0

Compare Source

Bug Fixes

New Features

  • Add way to cancel dispatching events for React Native #​4309
  • Fields validation #​4301
  • Add config for plugins receiving actions from all forms #​4311 #​4310

v8.0.4

Compare Source

Build Fixes

  • Fixed some problems in the way that v8.0.1 was published to NPM

Examples Fixes

  • Changed examples to use UMD packages for react, redux, and redux-form, which should significantly speed them up.

v8.0.2

Compare Source

v8.0.1

Compare Source

... because releases never go smoothly ... 🙄 No new changes here.

v8.0.0

Compare Source

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

Typing

v7.4.3

Compare Source

v7.4.2

Compare Source

Bug Fixes

v7.4.1

Compare Source

⚠️ DON'T INSTALL THIS ⚠️

Bug Fixes

Apologies for this mistake! 🙏

v7.4.0

Compare Source

New Features

Bug Fixes

Type Fixes

Dependency Fixes

  • 🎉 Support for Redux v4 #​3986 🎉

v7.3.0

Compare Source

New Features

Bug Fixes

  • Add clearFields and clearSubmitErrors to propTypes #​3874
  • Fix error in multiple async validation #​3787
  • Reverted "Log onSubmitSuccess thrown errors (#​3723)" #​3825 Read why: #​3821 #​3801
  • Use shouldError/shouldWarn by default unless only shouldValidate is passed in. #​3881
  • Fixed bug submitSucceeded is set on redux-form/STOP_SUBMIT #​3830 #​2260

Flow Fixes

  • Update FlowType Definitions to include clearFields #​3820

Build Fixes

  • Add the Webpack 4 sideEffects flag #​3870

v7.2.3

Compare Source

Bug Fixes

  • Fixed Immutable 4 merging. Again. #​3808

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes

v7.2.0

Compare Source

Features

Bug Fixes

Flow Fixes

v7.1.2

Compare Source

Features

  • Previous form values are now passed to onChange() #​3530

Bug Fixes

Flow Fixes

  • Changed meta prop type to any #​3502

v7.1.1

Compare Source

I would like to apologize for recklessly upgrading the ImmutableJS dependency to a v4.rc in the previous release, v7.1.1. That is a breaking change, and will be made in v8 once ImmutableJS v4.0 is officially released. 😳 Sorry about that.

Bug Fixes

v7.1.0

Compare Source

🎉 TL;DR: React 16 and Jest! 🎉

⚠️ Don't use this version if you're using ImmutableJS. Use v7.1.1 ⚠️

Bug Fixes

Flow Fixes

Features

Maintenance

v7.0.4

Compare Source

Bug Fixes

Flow Fixes

v7.0.3

Compare Source

Flow Fixes

  • Field and FieldArray had the wrong type specified for their props.
  • Flow types weren't being shared into the published es folder.
  • The Dispatch type should've been Dispatch<*>. #​3247 #​3252

Bug Fixes

  • Fixed "uncaught exception in promise" error during async validation. #​3227

v7.0.2

Compare Source

Flow Fixes

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

  • Fixed major field-level validation that broke between v6.8.0 and v7.0.0. #​3204 #​3172
  • Fixed bug involving the custom prop in the importable propTypes definition #​3199
  • Fixed bug where sync errors and warnings were not defaulting to {} when in immutable.js mode. #​3201 #​3196
  • Fixed bug in formValues() selector. #​3203 #​3202

Features / Docs

v7.0.0

Compare Source

v7 is here!

The "breaking change" that warrants this major version bump is extremely minor and will most likely only affect a small minority of you, but I have pledged to be more strict with Semantic Versioning, so it's up to 7 we go.

However, there is one exciting announcement to go along with this release:

🎉 Flow Support 🎉

As of v7, redux-form officially supports Flow for static type checking. Flow has been implemented internally in all the library's code (except for tests), and the exported API also has types provided. It even found a few bugs and bad type assumptions along the way.

I guarantee you that I have made some mistakes in doing this, and you should expect some rapid iteration on fixing the flow bugs as they are reported in the coming weeks.

⚠️ (Tiny) Breaking Change ⚠️

  • undefined and false are now treated as NOT equal. This will affect your dirty/pristine state, as well as whether or not a field is rerendered when the value goes from undefined to false (previously it did not). Most commonly this will manifest itself in a form with no initial values that contains a checkbox: if you check the checkbox to true, and then uncheck the checkbox (to false) your form will be dirty because the checkbox field's original value of undefined is not !== false. If you want such a form to return to pristine after unchecking the checkbox, you will need to provide an initial value of false for that field. #​3081 #​3061 #​1762 #​1774 #​1993 #​2600 #​2978.

Maintenance

  • Added React v16 to peer dependencies in preparation for its release. #​3111 #​2842

Bug Fixes

  • Minor bug fix related to immutableProps introduced in v6.8.0. #​3052 #​3048
  • Fixed bug where a field got unregistered even if there was another copy of the same field on the page. #​3064
  • Efficiency improvement related to syncErrors and syncWarnings to avoid needless rerendering. #​3072
  • Fixed bug with async errors being cleared wrongly on STOP_ASYNC_VALIDATION. #​3068 #​2953
  • Fixed bug involving FieldArray rerendering. #​3089 #​3008
  • Fixed bug involving "missing" values in arrays. #​3105 #​3095
  • Fixed bug where fields were not rerendering when their error or warn props changed. #​3094 #​3012

v6.8.0

Compare Source

😎🤘🎉 This library passed 500K downloads in May 2017! 🎉🤘😎

Bug Fixes

  • Fixed a bug with form submission using Form component. #​2939
  • Allowed arrays as initialValues. #​2984
  • Fixed problems with fieldPropTypes. #​3001 #​3000
  • Fixed bug with selectors when using react-form/immutable. #​3023
  • Fixed bug when reading keys when using react-form/immutable. #​3022
  • Added safety checks for events in ConnectField. #​2964
  • Fixed bug with INITIALIZE setting null values for deleted indices. #​3033

Features

Docs

v6.7.0

Compare Source

Bug Fixes

Features

Maintenance

  • Formatted all code with Prettier. 🎉

v6.6.3

Compare Source

Bug Fixes

And, the one most of you are clamoring for...

💥 New Code Sandboxes 💥

We now have most of the examples from the documentation as sandboxes on CodeSandbox. This should help greatly for learning and bug reporting. They are on the README, but I will also link to them below:

v6.6.2

Compare Source

Bug Fixes

  • Allow FieldArray to be impure #​2465
  • Fixed FieldArray validate and warn propTypes #​2775
  • Exposed clearSubmitErrors action creator #​2772
  • 💥 Fixed inconsistent treatment of sync errors when using redux-form/immutable #​2779 #​2774

v6.6.1

Compare Source

Bug Fixes

Features

  • Added additional dispatch and props parameters to form-wide onChange. #​2748 #​2728

v6.6.0

Compare Source

Bug Fixes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants