Releases: iou90/react-native-autoheight-webview
v1.5.4
v1.5.3
v1.5.2
Fixes
Fix type definition file. (merge from delyethan@3e18171)
v1.5.1
v1.5.0
v1.4.3
Changing peer dependency react-native-webview to ">= 5.4.0 < 9.1.0".
react-native-webview@9.1.0 has some problems on Android with multi webview instance: react-native-webview/react-native-webview#1203 (comment)
And it will meet "not to support crypto.getRandomValues()" issue (uuidjs/uuid#375) from adding uuid since 9.1.1: react-native-webview/react-native-webview#1312
v1.4.2
v1.4.1
v1.4.0
Breaking Changes
Add viewportContent instead of zoomable prop to fix #145:
It was assigned to width=device-width
by default on iOS and if you want to disable zoom, use width=device-width, user-scalable=no
(which is zommable false actually did) or just user-scalable=no
.
Please note that 'width=device-width' with scalesPageToFit may cause some layout issues on Android, for these conditions, using customScript prop to apply custom viewport meta.