Skip to content

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

redux-form just published its new version 6.0.3.

State Update 🚀
Dependency redux-form
New version 6.0.3
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 persistentSubmitErrors config parameter to stop submit errors from being cleared on every CHANGE #1735 #1708
  • Updated es6-error version. #1760 #1513
  • Bound blur and change to dispatch. #1767 #1696 #1719 #1746 #1730
  • Changed setSubmitSucceeded to not touch submitting state. #1692 #1688
  • Improved dirty handling for checkboxes. #1762
  • 5x to 10x speed improvement by using a for-loop instead of recursion in getIn(). #1741
  • Streamlined over-connection overhead. #1734
  • Improved how ImmutableJS deep array fields are handled. #1716 #1574
  • Added meta.touched information to FieldArray. #1715
  • Stopped explicitly rejecting promise error during submission. #1722 #1704
  • Implemented custom meta props, so that arbitrary values can be placed in the reducer for a field and they will show up in the meta prop. For very advanced usage only with plugin() interface. #1684 #1634

The new version differs by 556 commits .

  • cb3abb5 Implemented custom meta props. Fixes #1634 (#1684)
  • ac5506a Fix broken npm example script + add scripts & documentation for running each example locally (#1689)
  • c85393c resolving conflicts...?
  • 720a270 resolved conflicts
  • 2e1a8c4 resolved conflicts
  • 706c43b fixes #1704 Uncaught (in promise) (#1722)
  • 0896e3e Add meta.touched to FieldArrays (#1715)
  • 226736b Support for ImmutableJS setIn array paths (#1716)
  • 09aa7ee With Immutablejs, reducer must come from 'redux-form/immutable' (#1717)
  • 0662a25 Also updating the Immutablejs example (#1718)
  • 89e183f Reuse connected ConnectedField, ConnectedFields and ConnectedFieldArray so (#1734)
  • f920122 Rewrite recursive rest spread getInPath into simple for loop for 10x speed improvement. (#1741)
  • a4c1d9f Improve dirty handling for check-boxes (#1762)
  • 787de21 Bound change and blur to dispatch (#1767)
  • 7df2527 update es6-error version (#1760)

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 28.343% when pulling 245b662 on greenkeeper-redux-form-6.0.3 into f10a514 on master.

@codecov-io
Copy link

codecov-io commented Sep 15, 2016

Current coverage is 27.36% (diff: 100%)

Merging #51 into master will not change coverage

@@             master        #51   diff @@
==========================================
  Files            32         32          
  Lines           720        720          
  Methods         121        121          
  Messages          0          0          
  Branches        108        108          
==========================================
  Hits            197        197          
  Misses          523        523          
  Partials          0          0          

Powered by Codecov. Last update f10a514...245b662

@andrerpena andrerpena closed this Sep 15, 2016
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