Commit Graph
693 Commits
Author SHA1 Message Date
semantic-release-bot e33eea6dcf chore(release): 11.6.4 [skip ci]
## [11.6.4](https://github.com/react-native-webview/react-native-webview/compare/v11.6.3...v11.6.4) (2021-06-11)

### Bug Fixes

* **windows:** Fix ARM/ARM64 support ([#2044](https://github.com/react-native-webview/react-native-webview/issues/2044)) ([e3e6e68](https://github.com/react-native-webview/react-native-webview/commit/e3e6e6841adb5316445fb9ce524d85a357da8c56))
2021-06-11 15:35:35 +00:00
Alexander Sklar e3e6e6841a fix(windows): Fix ARM/ARM64 support (#2044) 2021-06-11 08:33:56 -07:00
semantic-release-bot c3fdf5e4f0 chore(release): 11.6.3 [skip ci]
## [11.6.3](https://github.com/react-native-webview/react-native-webview/compare/v11.6.2...v11.6.3) (2021-06-11)

### Bug Fixes

* **windows:** react-native.config for non windows platforms ([#2046](https://github.com/react-native-webview/react-native-webview/issues/2046)) ([2eabfa3](https://github.com/react-native-webview/react-native-webview/commit/2eabfa3d4a5471b9d3890c4cb3035b0c97c4a8fa))
2021-06-11 04:20:28 +00:00
Adam Gorman 2eabfa3d4a fix(windows): react-native.config for non windows platforms (#2046) 2021-06-10 21:17:57 -07:00
semantic-release-bot 72f37cdb7c chore(release): 11.6.2 [skip ci]
## [11.6.2](https://github.com/react-native-webview/react-native-webview/compare/v11.6.1...v11.6.2) (2021-05-24)

### Bug Fixes

* **android:** onPermissionRequest duplicate ([#2002](https://github.com/react-native-webview/react-native-webview/issues/2002)) ([bba5907](https://github.com/react-native-webview/react-native-webview/commit/bba590790662336ddb5f444737233bb88e6f48ac))
2021-05-24 12:38:08 +00:00
Thibaud Michel bba5907906 fix(android): onPermissionRequest duplicate (#2002) 2021-05-24 14:36:07 +02:00
semantic-release-bot 4e07183a2d chore(release): 11.6.1 [skip ci]
## [11.6.1](https://github.com/react-native-webview/react-native-webview/compare/v11.6.0...v11.6.1) (2021-05-20)

### Bug Fixes

* **android:** revert change ThemedReactContext to ReactContext ([8a45fcf](https://github.com/react-native-webview/react-native-webview/commit/8a45fcf7f9d95ca589b0af9413911cfa3d25338a))
2021-05-20 23:28:21 +00:00
Thibault Malbranche 8a45fcf7f9 fix(android): revert change ThemedReactContext to ReactContext 2021-05-21 01:26:56 +02:00
semantic-release-bot 52b6639726 chore(release): 11.6.0 [skip ci]
# [11.6.0](https://github.com/react-native-webview/react-native-webview/compare/v11.5.0...v11.6.0) (2021-05-20)

### Features

* **ios:** Apple Pay support ([#1946](https://github.com/react-native-webview/react-native-webview/issues/1946)) ([30685ed](https://github.com/react-native-webview/react-native-webview/commit/30685edda045f7ba5d1400b415278e1109436dcd))
2021-05-20 22:19:09 +00:00
Nizam Moidu 30685edda0 feat(ios): Apple Pay support (#1946)
* Apple Pay support in ios Webview

* Apple Pay example

* rename prop to enableApplePay

* disable js evaluation if enableApplePay set to true

* documentation update for apple pay support
2021-05-21 00:17:24 +02:00
semantic-release-bot 13b903acc0 chore(release): 11.5.0 [skip ci]
# [11.5.0](https://github.com/react-native-webview/react-native-webview/compare/v11.4.7...v11.5.0) (2021-05-20)

### Features

* **android:** Enhanced camera/audio and geolocation permissions ([#1239](https://github.com/react-native-webview/react-native-webview/issues/1239)) ([9f6037e](https://github.com/react-native-webview/react-native-webview/commit/9f6037e4b23535633e84bfc8b31434f90870727d))
2021-05-20 22:17:00 +00:00
Thibaud Michel 9f6037e4b2 feat(android): Enhanced camera/audio and geolocation permissions (#1239) 2021-05-21 00:15:22 +02:00
semantic-release-bot 0419e32f3f chore(release): 11.4.7 [skip ci]
## [11.4.7](https://github.com/react-native-webview/react-native-webview/compare/v11.4.6...v11.4.7) (2021-05-20)

### Bug Fixes

* **types:** Remove references to nonexistent extraNativeComponentConfig prop ([#1958](https://github.com/react-native-webview/react-native-webview/issues/1958)) ([c1e91f7](https://github.com/react-native-webview/react-native-webview/commit/c1e91f7d7368d5ae72de0fb171049a8e7f46b8aa))
2021-05-20 22:13:02 +00:00
Caleb Clarke c1e91f7d73 fix(types): Remove references to nonexistent extraNativeComponentConfig prop (#1958) 2021-05-21 00:11:12 +02:00
semantic-release-bot ca696b586f chore(release): 11.4.6 [skip ci]
## [11.4.6](https://github.com/react-native-webview/react-native-webview/compare/v11.4.5...v11.4.6) (2021-05-20)

### Bug Fixes

* **android:** Changing ThemedReactContext to ReactContext to allow custom stuff ([#1994](https://github.com/react-native-webview/react-native-webview/issues/1994)) ([7b71364](https://github.com/react-native-webview/react-native-webview/commit/7b71364a9cb91d43b10e1c9dcfabf75253d3514d))
2021-05-20 08:22:25 +00:00
Gaurav GuptaandGaurav Gupta 7b71364a9c fix(android): Changing ThemedReactContext to ReactContext to allow custom stuff (#1994)
* changing ThemedReactContext to ReactContext

* updating documentation

Co-authored-by: Gaurav Gupta <gaurkum@microsoft.com>
2021-05-20 10:20:42 +02:00
Chiara Mooney f27c28d934 Add Alex and Chiara as Maintainers (#1991)
* Add Alex and Chiara as maintainers

* Shorten Twitter Url
2021-05-18 15:08:55 -07:00
semantic-release-bot 0e32781bd7 chore(release): 11.4.5 [skip ci]
## [11.4.5](https://github.com/react-native-webview/react-native-webview/compare/v11.4.4...v11.4.5) (2021-05-17)

### Reverts

* Revert ""fix(add-react-native-config): add react-native.config to npm publish"" (#1988 by @chiaramooney) ([cedde61](https://github.com/react-native-webview/react-native-webview/commit/cedde61e2341c7ee5a06929cbae20923acb784d4)), closes [#1988](https://github.com/react-native-webview/react-native-webview/issues/1988)
2021-05-17 21:03:00 +00:00
Chiara Mooney 2f3a1a777b chore(ci): Add react-native.config.js to publish (#1989 by @chiaramooney) 2021-05-17 14:01:30 -07:00
Chiara Mooney cedde61e23 Revert ""fix(add-react-native-config): add react-native.config to npm publish"" (#1988 by @chiaramooney)
This reverts commit 3b3628a582.

[skip ci]
2021-05-17 13:59:01 -07:00
Jamon Holmgren f84b5fdec8 Bump to deploy 2021-05-13 11:15:52 -07:00
Chiara Mooney 3b3628a582 "fix(add-react-native-config): add react-native.config to npm publish" 2021-05-12 15:56:51 -07:00
Jamon Holmgren 89fd2db39b chore(docs): Adds some simple webview JS debugging tips (#1969 by @jamonholmgren)
[skip ci]
2021-05-07 17:16:07 -07:00
semantic-release-bot e6d6828645 chore(release): 11.4.4 [skip ci]
## [11.4.4](https://github.com/react-native-webview/react-native-webview/compare/v11.4.3...v11.4.4) (2021-05-08)

### Bug Fixes

* **deps:** Bump React Native version range to accept 0.64 ([#1967](https://github.com/react-native-webview/react-native-webview/issues/1967) by [@dulmandakh](https://github.com/dulmandakh)) ([863a0e2](https://github.com/react-native-webview/react-native-webview/commit/863a0e2408c90b1d1225e812ca80e138942c041b))
2021-05-08 00:12:10 +00:00
Dulmandakh 863a0e2408 fix(deps): Bump React Native version range to accept 0.64 (#1967 by @dulmandakh) 2021-05-07 17:07:23 -07:00
semantic-release-bot 8022f9b129 chore(release): 11.4.3 [skip ci]
## [11.4.3](https://github.com/react-native-webview/react-native-webview/compare/v11.4.2...v11.4.3) (2021-04-26)

### Bug Fixes

* **autolink-windows:** enable autolinking on Windows ([9114b78](https://github.com/react-native-webview/react-native-webview/commit/9114b78d419d9d5a548e545b790a9c025e46dd63))
2021-04-26 15:42:07 +00:00
Chiara Mooney 9114b78d41 fix(autolink-windows): enable autolinking on Windows
* Reset Project to Single Package

* Update CI

* Resolve Conflicts

* Update Publisher Name
2021-04-26 08:40:20 -07:00
semantic-release-bot f36a5eb181 chore(release): 11.4.2 [skip ci]
## [11.4.2](https://github.com/react-native-webview/react-native-webview/compare/v11.4.1...v11.4.2) (2021-04-20)

### Bug Fixes

* **android:** read minSdkVersion from root project ([#1960](https://github.com/react-native-webview/react-native-webview/issues/1960)) ([768092b](https://github.com/react-native-webview/react-native-webview/commit/768092bba743c93aaf9c07e75cf908b62d7e7e6c))
2021-04-20 23:05:08 +00:00
Sampo Juustila 768092bba7 fix(android): read minSdkVersion from root project (#1960) 2021-04-21 01:03:41 +02:00
semantic-release-bot 71ca0fb787 chore(release): 11.4.1 [skip ci]
## [11.4.1](https://github.com/react-native-webview/react-native-webview/compare/v11.4.0...v11.4.1) (2021-04-20)

### Bug Fixes

* **android:** Adding mavenCentral() as jcenter() is shutting down ([#1961](https://github.com/react-native-webview/react-native-webview/issues/1961)) ([015054c](https://github.com/react-native-webview/react-native-webview/commit/015054c2f5db0a3931dba3b44a43041fba155cb5))
2021-04-20 14:28:13 +00:00
Mrinal Maheshwari 015054c2f5 fix(android): Adding mavenCentral() as jcenter() is shutting down (#1961)
Adding mavenCentral() as jcenter() is shutting down
2021-04-20 16:25:27 +02:00
semantic-release-bot d6672c87eb chore(release): 11.4.0 [skip ci]
# [11.4.0](https://github.com/react-native-webview/react-native-webview/compare/v11.3.2...v11.4.0) (2021-04-13)

### Features

* **windows:** Add POST requests, fixes Windows CI issues, and other QOL ([#1926](https://github.com/react-native-webview/react-native-webview/issues/1926)) ([d352d14](https://github.com/react-native-webview/react-native-webview/commit/d352d147bdffbc4b55196541749363de32a0cc2c))
2021-04-13 23:44:21 +00:00
John Kennedy MumoandKennedy Mumo d352d147bd feat(windows): Add POST requests, fixes Windows CI issues, and other QOL (#1926)
* Added POST request support for Windows.

* Cleanup formatting for docs

* Updated test certificate

* Reverted publisher name and fixed password mismatch

* Fixes to Windows tests

* Remove winappdriver install

* Run react-native server in background

* Added url encoded form support

* Added support for custom headers

Co-authored-by: Kennedy Mumo <kemumo@microsoft.com>
2021-04-14 01:40:49 +02:00
semantic-release-bot 69e56c7911 chore(release): 11.3.2 [skip ci]
## [11.3.2](https://github.com/react-native-webview/react-native-webview/compare/v11.3.1...v11.3.2) (2021-03-24)

### Bug Fixes

* **refactor:** Converting dispatchEvent static method to non static method ([#1939](https://github.com/react-native-webview/react-native-webview/issues/1939)) ([344ccce](https://github.com/react-native-webview/react-native-webview/commit/344ccce3eead04d7b974d3c0e82c281b5bf54a3a))
2021-03-24 20:30:34 +00:00
Gaurav GuptaandGaurav Gupta 344ccce3ee fix(refactor): Converting dispatchEvent static method to non static method (#1939)
* converting static method dispatch event to non static

* removing typo

* removing typo

Co-authored-by: Gaurav Gupta <gaurkum@microsoft.com>
2021-03-24 21:28:20 +01:00
Chiara Mooney 9d9fda87fa chore(docs): Update Instructions for Windows WebView Scrolling (#1927)
* Update with Windows Scroll with Touch Requirements

* Rephrase
2021-03-22 16:01:18 +01:00
Daniel Winkler 2973a50d7e chore(docs): Add multiDex error to the common issues section (#1921) 2021-03-17 23:23:57 +01:00
semantic-release-bot 991f6b7902 chore(release): 11.3.1 [skip ci]
## [11.3.1](https://github.com/react-native-webview/react-native-webview/compare/v11.3.0...v11.3.1) (2021-03-16)

### Bug Fixes

* **windows:** Check UAP contract version before calling FrameworkElement.IsLoaded ([#1858](https://github.com/react-native-webview/react-native-webview/issues/1858)) ([ac8eb97](https://github.com/react-native-webview/react-native-webview/commit/ac8eb97910212e64930b5f3a72142f062ef71329))
2021-03-16 23:42:08 +00:00
Alexander SklarandThibault Malbranche ac8eb97910 fix(windows): Check UAP contract version before calling FrameworkElement.IsLoaded (#1858)
Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu>
2021-03-17 00:40:31 +01:00
crasyboy42 65cc83c21a fix(android:) enable DRM protected content (#1862) 2021-03-17 00:32:14 +01:00
semantic-release-bot 06ffafc1bc chore(release): 11.3.0 [skip ci]
# [11.3.0](https://github.com/react-native-webview/react-native-webview/compare/v11.2.6...v11.3.0) (2021-03-16)

### Features

* **ios:** Add support for `limitsNavigationsToAppBoundDomains` ([#1662](https://github.com/react-native-webview/react-native-webview/issues/1662)) ([7decc5c](https://github.com/react-native-webview/react-native-webview/commit/7decc5cff1de221ad729ab16f7b18901dc2f889a))
2021-03-16 23:31:36 +00:00
Ivari TölpandThibault Malbranche 7decc5cff1 feat(ios): Add support for limitsNavigationsToAppBoundDomains (#1662)
* Add support for iOS-specific prop `limitsNavigationsToAppBoundDomains`

* Add check for `limitsNavigationsToAppBoundDomains` property

Turns out that @available is simply bugged right
now in Xcode and will pretty much always return
`true`. Adding a check for the property actually
existing as well will avoid iOS <14 crashing horribly.

* Improve documentation

Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu>
2021-03-17 00:29:40 +01:00
semantic-release-bot 2aa8cee5ee chore(release): 11.2.6 [skip ci]
## [11.2.6](https://github.com/react-native-webview/react-native-webview/compare/v11.2.5...v11.2.6) (2021-03-16)

### Bug Fixes

* **ios:** Add missing nullability specifiers; fix if block warning ([#1898](https://github.com/react-native-webview/react-native-webview/issues/1898)) ([85dfca8](https://github.com/react-native-webview/react-native-webview/commit/85dfca894f3fdcd03e527324ac33611090ebb291))
2021-03-16 23:25:21 +00:00
Andrew Goodale 85dfca894f fix(ios): Add missing nullability specifiers; fix if block warning (#1898) 2021-03-17 00:23:46 +01:00
semantic-release-bot 4c71ff2d93 chore(release): 11.2.5 [skip ci]
## [11.2.5](https://github.com/react-native-webview/react-native-webview/compare/v11.2.4...v11.2.5) (2021-03-15)

### Bug Fixes

* **iOS:** webview retain cycle ([#1916](https://github.com/react-native-webview/react-native-webview/issues/1916)) ([30a53d9](https://github.com/react-native-webview/react-native-webview/commit/30a53d9480c5ca1a120063622a4c19684fcf6817))
2021-03-15 09:23:13 +00:00
Erik Rothoff Andersson 9c51a17040 chore(docs): Clarify that navigationType and isTopFrame is iOS only (#1880) 2021-03-15 10:21:35 +01:00
Bhargab f7504ccead chore(docs): fixed "postMessage" url in Reference.md (#1913) 2021-03-15 10:20:57 +01:00
sunzhongliangandsunzhongliang 30a53d9480 fix(iOS): webview retain cycle (#1916)
Co-authored-by: sunzhongliang <sunzhongliang@innotechx.com>
2021-03-15 10:19:45 +01:00
semantic-release-bot 099087f8d9 chore(release): 11.2.4 [skip ci]
## [11.2.4](https://github.com/react-native-webview/react-native-webview/compare/v11.2.3...v11.2.4) (2021-03-10)

### Bug Fixes

* **iOS:** Send cookies with resource requests ([#1803](https://github.com/react-native-webview/react-native-webview/issues/1803)) ([1f089ba](https://github.com/react-native-webview/react-native-webview/commit/1f089baa40a04f9e71ee598c6248da7fc47aef6d))
2021-03-10 09:14:30 +00:00
nikitawani07andniwani 1f089baa40 fix(iOS): Send cookies with resource requests (#1803)
* iOS cookie available for resource requests

* Missig brace added

Co-authored-by: niwani <niwani@microsoft.com>
2021-03-10 10:11:09 +01:00