Skip to content

Releases: iou90/react-native-autoheight-webview

v1.6.5

24 Oct 07:25
Compare
Choose a tag to compare

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

27 Jul 09:43
6a9a169
Compare
Choose a tag to compare

Fixes

Fix "Destroy is not a function" issue (#237)

v1.6.3

20 Jul 06:25
60fc13b
Compare
Choose a tag to compare

Fixes

Fix the prop-types import (#234) (merge from @stevekuznetsov #235)

v1.6.2

18 Jul 08:19
1fab9c2
Compare
Choose a tag to compare

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

25 Nov 03:53
Compare
Choose a tag to compare

Fixes

Remove console.log to fix: #216

v1.6.0

23 Nov 09:32
Compare
Choose a tag to compare

Breaking Changes, Improvement

OnMessage will never be triggered by rnaw message (with { topic: "rnaw" }) to fix #207

v1.5.8

22 Feb 02:48
Compare
Choose a tag to compare

Features

Use React.createElement instead of JSX. (merge from @viatsko #193)

v1.5.7

10 Nov 07:01
Compare
Choose a tag to compare

Fixes

Modified declaration file to fix props required issue. (#186)

v1.5.6

10 Nov 06:59
Compare
Choose a tag to compare

Fixes

Fix content cut off when using margin issue. (#179)

v1.5.5

09 Nov 10:26
Compare
Choose a tag to compare

Improvement

Extending WebView with generic for declaration file.
Now peering react-native >= 0.60.0, react-native-webview >= 10.9.0.