Skip to content

Releases: heroku/react-refetch

v5.0.0-0

v5.0.0-0 Pre-release
Pre-release

Choose a tag to compare

@mble-sfdc mble-sfdc released this 22 May 09:48
b457996

What's Changed

New Contributors

Full Changelog: v4.0.1-0...v5.0.0-0

v4.0.1-0

v4.0.1-0 Pre-release
Pre-release

Choose a tag to compare

@ryanbrainard ryanbrainard released this 20 Jan 05:18
14bd4c0
  • Merge pull request #244 from Kiikurage/improve-type 313cadd
  • Improve type definition to use optional chaining 959a03a

v4.0.0-0

v4.0.0-0 Pre-release
Pre-release

Choose a tag to compare

@ryanbrainard ryanbrainard released this 02 Dec 02:41
bad7059

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.0

Choose a tag to compare

@ryanbrainard ryanbrainard released this 23 Oct 21:56
116e41d

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-7

v3.0.0-7 Pre-release
Pre-release

Choose a tag to compare

@ryanbrainard ryanbrainard released this 23 Oct 08:20
7d737cb

Upgrades to React 16

v3.0.0-6

v3.0.0-6 Pre-release
Pre-release

Choose a tag to compare

@ryanbrainard ryanbrainard released this 23 Oct 08:19
3ff94cf

Removes Webpack

v3.0.0-5

v3.0.0-5 Pre-release
Pre-release

Choose a tag to compare

@ryanbrainard ryanbrainard released this 22 Oct 22:38
88f9f16

Upgrades to Babel 7

v3.0.0-3

v3.0.0-3 Pre-release
Pre-release

Choose a tag to compare

@ryanbrainard ryanbrainard released this 22 Oct 22:38
df33799
  • Improves 3.0.0 documentation
  • Uprades some dependencies to fix security vulnerabilities

v3.0.0-1

v3.0.0-1 Pre-release
Pre-release

Choose a tag to compare

@ryanbrainard ryanbrainard released this 10 Oct 21:29
0241cab

To support newer versions of React, this removes 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 use of the second context parameter and pure option. It generally should not impact applications, but be aware that fetches now happen on componentDidMount and componentDidUpdate.

Code Change: #233

Additional doc changes are still pending.

v2.0.3

Choose a tag to compare

@ryanbrainard ryanbrainard released this 05 Jan 02:14