root-systems / catstack

[ON HOLD] :cat2: :cat2: :cat2: A modular mad science framework for teams working on production web apps.
https://catstack.herokuapp.com/
49 stars 4 forks source link

Update redux-thunk to version 2.0.0 πŸš€ #66

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:rocket::rocket::rocket:

redux-thunk just published its new version 2.0.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of redux-thunk – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging :palm_tree:


GitHub Release

Breaking Changes

If you used Redux Thunk from npm in CommonJS environment, you need to add .default to your requires:

- var ReduxThunk = require('redux-thunk')
+ var ReduxThunk = require('redux-thunk').default

If you used ES modules, you’re already all good:

import ReduxThunk from 'redux-thunk' // no changes here πŸ˜€

New Features

UMD build

Like with CommonJS build, you will need to grab the middleware from .default export:

var ReduxThunk = window.ReduxThunk.default

ES modules build

Rollup users can now use redux-thunk directly without commonjs plugin.


The new version differs by 31 commits .

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


This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: