All Versions
21
Latest Version
Avg Release Cycle
38 days
Latest Release
1352 days ago

Changelog History
Page 1

  • v4.0.1-0 Changes

    January 20, 2020
    • ๐Ÿ”€ Merge pull request #244 from Kiikurage/improve-type 313cadd
    • ๐Ÿ‘Œ Improve type definition to use optional chaining 959a03a
  • v4.0.0-0 Changes

    December 02, 2019

    TypeScript improvements:

    • Simple type definition fix to use promise factory method in "value" parameter #240
    • ๐Ÿ‘Œ Improved typing for PromiseState for better compile-time checks #241
    • OuterProps & InnerProps declarations to separate props passed in from one injected by fetches #242

    ๐Ÿ’ฅ Breaking change for TypeScript users only

  • v3.0.1

    October 28, 2019
  • v3.0.0 Changes

    October 23, 2019

    ๐Ÿšš To support newer versions of React, this removes the use of deprecated React lifecycle hooks componentWillMount and componentWillReceiveProps, deprecated React Context API, and impure functions.

    ๐Ÿ’ฅ This is a breaking change from the 2.0 releases. To migrate, remove the use of the second context parameter and the pure option on any connect() functions. It generally should not impact applications, but be aware that fetches now happen on componentDidMount and componentDidUpdate.

    โšก๏ธ This also updates many dependencies, which resolves security vulnerabilities.

  • v3.0.0-8

    October 23, 2019
  • v3.0.0-7 Changes

    October 23, 2019

    โฌ†๏ธ Upgrades to React 16

  • v3.0.0-6 Changes

    October 23, 2019

    โœ‚ Removes Webpack

  • v3.0.0-5 Changes

    October 22, 2019

    โฌ†๏ธ Upgrades to Babel 7

  • v3.0.0-4

    October 22, 2019
  • v3.0.0-3 Changes

    October 22, 2019
    • ๐Ÿ‘Œ Improves 3.0.0 documentation
    • ๐Ÿ”’ Uprades some dependencies to fix security vulnerabilities