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