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 v6.8.0 #36

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

v6.6.1

Compare Source

Bug Fixes

Features

v6.6.0

Compare Source

Bug Fixes

Features

Coming soon

πŸ₯ I'm currently working on implementing Flow both internally in this library as well as for its public API.

v6.5.0

Compare Source

🍾 πŸŽ‰ This library just passed 5,000 ⭐️'s on Github. πŸŽ‰ 🍾 Thank you, all.


New Features


  • Event callbacks! - You may now pass onChange, onBlur, onFocus, etc. props to Field, and those callbacks will be called as redux-form is processing the events. Also, in your callback, you may call event.preventDefault() to prevent the event from being processed by redux-form. #​2385 #​2334

Bug Fixes

⚠️ This last one could potentially be a breaking change, but probably nothing is depending on the unprefixed name, so we've slipped it into a feature release. Please berate @​erikras on Twitter if this causes problems.


A big thanks to all the contributors, and a special thanks to @​huan086, who contributed more than his fair share of PRs this iteration. πŸ‘

v6.4.3

Compare Source

Bug Fixes
  • Fixed bug where some API props, like validate and warn on Field were leaking down into the components. #​2361 #​2356
  • Fixed bug where fields.get(index) was not returning the current value of the field array element. #​2362 #​2355
  • Fixed bug where you could not pass an array of validators to FieldArray. #​2364 #​2343
Minor Features

v6.4.2

Compare Source

v6.4.1

Compare Source

v6.4.0

Compare Source

New Features

  • πŸ’₯ New Form component πŸ’₯ creates a shallow wrapper of a <form> tag that allows redux-form to call the onSubmit function when a submit is triggered via a SUBMIT action or via the instance API. #​2326 #​2238 Kudos to @​davidkpiano for the idea.
  • New forceUnregisterOnUnmount config parameter that fixes some problems with wizard forms. #​2310 #​2231
  • New selectors for submitting, submitSucceeded and submitFailed. #​2289 #​2173
  • More control over how FormSection operates. #​2329 #​2271 #​2274 When FormSection needs to wrap its children in a component, you may now:
    • Specify the type of component, e.g. div, section, etc.
    • Pass through props, e.g. className, style, to said component

Bug Fixes

  • First call to validate was always receiving an empty object when enableReinitialize was true. #​2296 #​1901
  • Change to allow undefined to be returned from sync validation. #​2273 #​2272
  • Bind handlers to components. There were some unnecessary re-renders being caused by event handlers being created each time a field was rendered rather than using bound member methods. #​2161 Kudos to @​oreqizer for this major refactor.

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