Releases: iou90/react-native-autoheight-webview
Releases · iou90/react-native-autoheight-webview
v1.6.5
Fixes
Fixed undefined wrapper when already initialized (#243) by ensuring the wrapper is always set not just when the wrapper div is not present. (merge from @zanemcca #247)
v1.6.4
Fixes
Fix "Destroy is not a function" issue (#237)
v1.6.2
Fixes
Import viewPropTypes from deprecated-react-native-prop-types to avoid "ViewPropTypes will be removed from React Native" warning. (#228) (merge from @stevekuznetsov #229)
v1.6.1
Fixes
Remove console.log to fix: #216
v1.6.0
Breaking Changes, Improvement
OnMessage will never be triggered by rnaw message (with { topic: "rnaw" }) to fix #207
v1.5.8
Features
Use React.createElement instead of JSX. (merge from @viatsko #193)
v1.5.7
Fixes
Modified declaration file to fix props required issue. (#186)
v1.5.6
Fixes
Fix content cut off when using margin issue. (#179)
v1.5.5
Improvement
Extending WebView with generic for declaration file.
Now peering react-native >= 0.60.0, react-native-webview >= 10.9.0.