Tags: massick/react-native-webview
Tags
chore(release): 8.1.2 [skip ci] ## [8.1.2](react-native-webview/react-native-webview@v8.1.1...v8.1.2) (2020-02-21) ### Bug Fixes * **Android:** Don't log the cookie when downloading file. ([react-native-webview#1224](react-native-webview#1224)) ([2470245](react-native-webview@2470245))
chore(release): 8.1.1 [skip ci] ## [8.1.1](react-native-webview/react-native-webview@v8.1.0...v8.1.1) (2020-02-19) ### Bug Fixes * **Android:** Don't show camera options for a file upload when they can not be used ([react-native-webview#1210](react-native-webview#1210)) ([4093682](react-native-webview@4093682))
chore(release): 8.1.0 [skip ci] # [8.1.0](react-native-webview/react-native-webview@v8.0.6...v8.1.0) (2020-02-12) ### Features * **macOS:** macOS Support ([react-native-webview#1164](react-native-webview#1164)) ([1e57231](react-native-webview@1e57231))
chore(release): 8.0.6 [skip ci] ## [8.0.6](react-native-webview/react-native-webview@v8.0.5...v8.0.6) (2020-01-30) ### Bug Fixes * **Android:** Revert "Redirected URLs now redirect correctly. ([react-native-webview#991](react-native-webview#991))" ([react-native-webview#1177](react-native-webview#1177)) ([344aab5](react-native-webview@344aab5))
chore(release): 8.0.5 [skip ci] ## [8.0.5](react-native-webview/react-native-webview@v8.0.4...v8.0.5) (2020-01-26) ### Bug Fixes * **Android:** Redirected URLs now redirect correctly. ([react-native-webview#991](react-native-webview#991)) ([acf1ad7](react-native-webview@acf1ad7))
chore(release): 8.0.4 [skip ci] ## [8.0.4](react-native-webview/react-native-webview@v8.0.3...v8.0.4) (2020-01-20) ### Bug Fixes * **iOS:** Meta method 'UIScrollViewContentInsetAdjustmentBehavior:' conflict warning ([e6edc6d](react-native-webview@e6edc6d)), closes [/github.com/facebook/react-native/blob/master/React/Views/ScrollView/RCTScrollViewManager.m#L40](https://github.com//github.com/facebook/react-native/blob/master/React/Views/ScrollView/RCTScrollViewManager.m/issues/L40)
chore(release): 8.0.3 [skip ci] ## [8.0.3](react-native-webview/react-native-webview@v8.0.2...v8.0.3) (2020-01-08) ### Bug Fixes * **whitelisted origins:** Prevent handling of un-whitelisted URLs ([0442126](react-native-webview@0442126))
chore(release): 8.0.2 [skip ci] ## [8.0.2](react-native-webview/react-native-webview@v8.0.1...v8.0.2) (2019-12-27) ### Bug Fixes * **iOS:** WKWebView RetainCycle ([react-native-webview#1096](react-native-webview#1096)) ([4f4644f](react-native-webview@4f4644f))
chore(release): 8.0.1 [skip ci] ## [8.0.1](react-native-webview/react-native-webview@v8.0.0...v8.0.1) (2019-12-17) ### Bug Fixes * **iOS:** Ignore WebKitDomainError 101 ([react-native-webview#961](react-native-webview#961)) ([adb5608](react-native-webview@adb5608))
chore(release): 8.0.0 [skip ci] # [8.0.0](react-native-webview/react-native-webview@v7.6.0...v8.0.0) (2019-12-16) ### Features * **ios:** Generate history API events on iOS ([react-native-webview#1082](react-native-webview#1082)) ([3615296](react-native-webview@3615296)) ### BREAKING CHANGES * **ios:** if you use onNavigationStateChange on iOS it will now trigger on # changes to the url. * Hook the `window.history` API on iOS to generate events The underlying WKWebView doesn't seem to generate any events in response to the `window.history` API - none of the `WKNavigationDelegate` methods fire. Given this limitation, the only way to know when the location changes via this API is to inject Javascript into the page and have it notify the native code directly when any of these functions are called. The `setTimeout` call gives up the current tick, allowing the location to change before firing the event. * Remove the outdated section about hash changes Now that this bug is fixed, the workaround is no longer required.
PreviousNext