Skip to content

Releases: iou90/react-native-autoheight-webview

v1.2.0

27 Aug 09:39
Compare
Choose a tag to compare

Breaking Changes

Remove baseUrl prop, now baseUrl contained by source prop.

Features

Use React.memo instead of useMemo.

v1.1.6

21 Aug 03:39
Compare
Choose a tag to compare

Fixes

Need module support typescript (#121)

v1.1.5

21 Aug 03:38
Compare
Choose a tag to compare

Fixes

Fix converting circular structure to JSON (#122)

v1.1.4

21 Aug 03:36
Compare
Choose a tag to compare

Fixes

Fix react hooks using.

v1.1.3

21 Aug 03:33
Compare
Choose a tag to compare

Features

iOS: Add zoomable prop (true by default, cannot disable zoom on iOS #112)

v1.1.2

21 Aug 03:29
Compare
Choose a tag to compare

Features

Set showsVertical/HorizontalScrollIndicator to false by default.
Add back WebView actions (goForward, goBack, reload, injectJavaScript).

v1.1.1

21 Aug 03:23
Compare
Choose a tag to compare

Updated Readme.

v1.1.0

21 Aug 03:19
Compare
Choose a tag to compare

Breaking Changes

Minimum react native version ^0.59.

Features

Rewrote with react hooks.

v1.0.1

21 Aug 03:14
Compare
Choose a tag to compare

Updated Readme.

v1.0.0

21 Aug 02:45
Compare
Choose a tag to compare

Breaking Changes

Minimum react native version ^0.57.

Features

Rewrote with react-native-webview: https://github.com/react-native-community/react-native-webview (#95)
Should be capable of Expo (#102)

Fixes

StopLoading not available on android anymore (#100)