Skip to content

Conversation

@greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

redux-form just published its new version 6.4.0.

State Update 🚀
Dependency redux-form
New version 6.4.0
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of redux-form.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


GitHub Release

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.

The new version differs by 681 commits .

  • 8857778 6.4.0
  • ced3bd6 Improved FormSection wrapper component (#2329)
  • 92399dd Bind handlers to components (#2161)
  • 253402b Created Form component (#2326)
  • 584e22a added test for #2238
  • 689d041 added npm install to travis
  • d98c315 fixed broken tests
  • 75438d3 fixed example link
  • c790172 Allowed undefined to be returned from sync validation (#2273)
  • ee3f44e Add selectors for submitting, submitSucceeded and submitFailed (#2289)
  • e1495e2 First call of validate always receives undefined/empty object when enableReinitialize:true (#2296)
  • 1668d50 Force unregister fields (#2310)
  • 7207b59 upped to 6.3.2 to fix build
  • 36b37e6 removed yarn.lock, as it's breaking travis build
  • d34751f 6.3.1

There are 250 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@coveralls
Copy link

Coverage Status

Coverage remained the same at 24.845% when pulling 14bd081 on greenkeeper-redux-form-6.4.0 into 06b3540 on master.

@codecov-io
Copy link

codecov-io commented Dec 23, 2016

Current coverage is 23.71% (diff: 100%)

Merging #70 into master will not change coverage

@@             master        #70   diff @@
==========================================
  Files            36         36          
  Lines           683        683          
  Methods         115        115          
  Messages          0          0          
  Branches        108        108          
==========================================
  Hits            162        162          
  Misses          521        521          
  Partials          0          0          

Powered by Codecov. Last update 06b3540...14bd081

@JonatanSalas JonatanSalas deleted the greenkeeper-redux-form-6.4.0 branch December 24, 2016 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants