Skip to content

Releases: heroku/react-refetch

v5.0.0-0

22 May 09:48
b457996
Compare
Choose a tag to compare
v5.0.0-0 Pre-release
Pre-release

What's Changed

New Contributors

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

v4.0.1-0

20 Jan 05:18
14bd4c0
Compare
Choose a tag to compare
v4.0.1-0 Pre-release
Pre-release
  • Merge pull request #244 from Kiikurage/improve-type 313cadd
  • Improve type definition to use optional chaining 959a03a

v4.0.0-0

02 Dec 02:41
bad7059
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release

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

23 Oct 21:56
116e41d
Compare
Choose a tag to compare

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

23 Oct 08:20
7d737cb
Compare
Choose a tag to compare
v3.0.0-7 Pre-release
Pre-release

Upgrades to React 16

v3.0.0-6

23 Oct 08:19
3ff94cf
Compare
Choose a tag to compare
v3.0.0-6 Pre-release
Pre-release

Removes Webpack

v3.0.0-5

22 Oct 22:38
88f9f16
Compare
Choose a tag to compare
v3.0.0-5 Pre-release
Pre-release

Upgrades to Babel 7

v3.0.0-3

22 Oct 22:38
df33799
Compare
Choose a tag to compare
v3.0.0-3 Pre-release
Pre-release
  • Improves 3.0.0 documentation
  • Uprades some dependencies to fix security vulnerabilities

v3.0.0-1

10 Oct 21:29
0241cab
Compare
Choose a tag to compare
v3.0.0-1 Pre-release
Pre-release

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

05 Jan 02:14
Compare
Choose a tag to compare