Skip to content

Releases: colinbate/redux-form-submit-saga

Redux saga 0.15

17 Aug 17:43
Compare
Choose a tag to compare

Adds support for redux-saga 0.15.x.

Redux-form 7 compat

17 Aug 17:40
Compare
Choose a tag to compare

This release adds support for redux-form 7+ as well as allowing a transform function to be passed when using the long form of onSubmitActions.

Use standard library action prefix

08 Mar 03:48
Compare
Choose a tag to compare

This release just adds the @@ prefix to the internally used action type. This shouldn't affect anything other than your debugging experience (hopefully for the better).

Update peer dependencies

14 Dec 01:31
Compare
Choose a tag to compare

Allow redux-saga 0.13.x as a peer dependency.

Immutable.js support

22 Oct 02:16
Compare
Choose a tag to compare

You can now import functions from redux-form-submit-saga/immutable to get support for forms using that variant of redux-form.

Bug Fix

26 Sep 01:36
Compare
Choose a tag to compare

Fixes a race condition which occurs when your saga handling form submission puts the success or failure action synchronously.