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

[Depsy] Upgrade dependency redux-form to ^2.2.7 #31

Closed
wants to merge 1 commit into from

Conversation

relekang
Copy link
Member

Hi!

A new version was just released of redux-form, so Depsy
has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded redux-form to ^2.2.7

Changelog:

Version 2.2.7

☑️ Fixed error on server-side render with initialValues prop. #97. Thanks, @SpainTrain!

Version 2.2.6

☑️ Added passed in props as a parameter to synchronous validation function to address #122.

Version 2.2.5

☑️ Obscured lazily cached values to avoid collisions with props. #130.

Version 2.2.4

☑️ Fixed bug with handleChange(), #108. Thanks, @Nicktho.
☑️ Upgraded react-lazy-cache to v3.0.0 to fix bug caused by production uglification.
☑️ Allowed async errors to be returned via a rejected promise as suggested on #119.

Version 2.2.1

☑️ Fixed sync validation bug introduced in v2.2.0. #127.

Version 2.2.0

☑️ Reworked redux-form HOC to cache event handlers, hoping to address #123.

Version 2.1.0

☑️ Enabled text dragging from one input to another, as requested in #114.

Version 2.0.1

☑️ Fixed probably insignificant inconsistency with how the react-native bits were being imported. Fixes #115.

Version 2.0.0

☑️ Removed default export. Should not be a huge issue since the docs have been discouraging the direct use of reduxForm since v0.4.0.
☑️ Improved support for React Native. Fixed #99. React Native users must import from redux-form/native now, just like from the react-redux package.

Migration Guide

v1.x.x v2.0.0
React DOM import reduxForm from 'redux-form'; import {reduxForm} from 'redux-form';
React Native import reduxForm from 'redux-form'; import {reduxForm} from 'redux-form/native'; ⚠️
React Native import {connectReduxForm} from 'redux-form'; import {connectReduxForm} from 'redux-form/native'; ⚠️

Note that using reduxForm rather than connectReduxForm is still discouraged unless you really know what you are doing.

@ekmartin ekmartin closed this Oct 15, 2015
@ekmartin ekmartin deleted the depsy-redux-form-15_10_14_23_13_44 branch October 15, 2015 13:02
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.

2 participants