All Versions
21
Latest Version
Avg Release Cycle
38 days
Latest Release
1352 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.1-0 Changes
January 20, 2020 -
v4.0.0-0 Changes
December 02, 2019TypeScript 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
andcomponentWillReceiveProps
, 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 thepure
option on anyconnect()
functions. It generally should not impact applications, but be aware that fetches now happen oncomponentDidMount
andcomponentDidUpdate
.โก๏ธ 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