Release 1.2.0
Fixed
- Update Stencil configuration.
- Fix React wrapper component by using
componentDidMount
andcomponentDidUpdate
instead ofcomponentWillReceiveProps
(Deprecated) orshouldComponentUpdate
methods.
componentDidMount
and componentDidUpdate
instead of componentWillReceiveProps
(Deprecated) or shouldComponentUpdate
methods.