- Dependencies update : [email protected], [email protected], react 17 accepted
BREAKING CHANGES
- Working with promises
- Support for legacy and stage-2 JS decorators
- Removed
componentWillMount
andcomponentWillUpdate
, not compatible with React 17 - Removed
component
option and reformatted API asReactLoader(options)(Component)
- Add
errorProp
; default to "error"
- Dependencies update
- Replaced
componentDidMount()
bycomponentWillMount()
for server rendering
- First stable version
- Changed
componentDidMount()
tocomponentWillUpdate()