All Versions
11
Latest Version
Avg Release Cycle
91 days
Latest Release
1577 days ago

Changelog History
Page 2

  • v3.7.1 Changes

    June 26, 2017

    ⏪ This reverts the console.error on bindActionCreators() coming from #2279.

    0️⃣ While well-intentioned, when star importing all exports from a module (import * as actions from './actions'), transpilation by Babel defaults to adding a default and __esModule property to the import, which are not functions. While it can be disabled, this isn't common to do and leads to a lot of confusion. So, we're reverting the change.

    Thanks for the feedback from everyone and the civility and healthy discourse on the issue!