Commit Graph
272 Commits
Author SHA1 Message Date
Alexander Sklar aafa8991f5 fix(windows): Simplify project structure, fix arm64 (#2211)
* Merge web bridge project into webview project

* merge in webview sln too

* merge in react-native.config.js

* fix includes

* Bring RN version back to 62.2
2021-11-12 10:41:40 -08:00
semantic-release-bot 03a4dc8cb1 chore(release): 11.14.2 [skip ci]
## [11.14.2](https://github.com/react-native-webview/react-native-webview/compare/v11.14.1...v11.14.2) (2021-10-28)

### Bug Fixes

* **dependencies:** Simplify react-native version management ([f8a1ba2](https://github.com/react-native-webview/react-native-webview/commit/f8a1ba2ebc56a52030443b491bde14b1c86ec189)), closes [/github.com/react-navigation/react-navigation/blob/main/packages/native/package.json#L56-L59](https://github.com//github.com/react-navigation/react-navigation/blob/main/packages/native/package.json/issues/L56-L59)
2021-10-28 22:33:19 +00:00
Thibault Malbranche f8a1ba2ebc fix(dependencies): Simplify react-native version management
Let's just do the same as "react-navigation":
https://github.com/react-navigation/react-navigation/blob/main/packages/native/package.json#L56-L59
2021-10-29 00:26:47 +02:00
semantic-release-bot 4d32d1cbd1 chore(release): 11.14.1 [skip ci]
## [11.14.1](https://github.com/react-native-webview/react-native-webview/compare/v11.14.0...v11.14.1) (2021-10-15)

### Bug Fixes

* **iOS:** compilation error ([c036706](https://github.com/react-native-webview/react-native-webview/commit/c03670685bea0116084168adc982e7a8394f75a2))
2021-10-15 09:46:11 +00:00
semantic-release-bot af418ecae4 chore(release): 11.14.0 [skip ci]
# [11.14.0](https://github.com/react-native-webview/react-native-webview/compare/v11.13.1...v11.14.0) (2021-09-30)

### Features

* **auth:** Basic Authentication Support ([#1467](https://github.com/react-native-webview/react-native-webview/issues/1467)) ([0c42a98](https://github.com/react-native-webview/react-native-webview/commit/0c42a9812e1bf9515db9ccb2f92fce526536d44e))
2021-09-30 16:06:34 +00:00
semantic-release-bot c74c1fd113 chore(release): 11.13.1 [skip ci]
## [11.13.1](https://github.com/react-native-webview/react-native-webview/compare/v11.13.0...v11.13.1) (2021-09-27)

### Bug Fixes

* **ci:** Upgrade to node 14 ([0b0a406](https://github.com/react-native-webview/react-native-webview/commit/0b0a4069c8396c9e3c9b911d3db4f5da2a67e0a2))
* **jcenter:** remove jcenter ([#2178](https://github.com/react-native-webview/react-native-webview/issues/2178)) ([283c18b](https://github.com/react-native-webview/react-native-webview/commit/283c18b379c860454fc7745370fc100f62a13032))
2021-09-27 14:51:31 +00:00
Kirillandbibazavr 283c18b379 fix(jcenter): remove jcenter (#2178)
Builds will no longer be able to resolve artifacts from JCenter after February 1st, 2022 because jcenter servers shut down

so, i remove jcenter and update react-native (since 0.65.1 they don't use jcenter)

Co-authored-by: bibazavr <lebedevki@lad24.ru>
2021-09-27 13:50:52 +02:00
semantic-release-bot cb1c3f459f chore(release): 11.13.0 [skip ci]
# [11.13.0](https://github.com/react-native-webview/react-native-webview/compare/v11.12.0...v11.13.0) (2021-08-09)

### Features

* **onError:** Add support for preventDefault when using onError method ([#1706](https://github.com/react-native-webview/react-native-webview/issues/1706)) ([404e3e6](https://github.com/react-native-webview/react-native-webview/commit/404e3e69e23d8c73bc4deb688c77b9a1a0bb55f8))
2021-08-09 21:40:48 +00:00
semantic-release-bot 038b11ccce chore(release): 11.12.0 [skip ci]
# [11.12.0](https://github.com/react-native-webview/react-native-webview/compare/v11.11.0...v11.12.0) (2021-08-09)

### Features

* **android:** force dark mode ([#2063](https://github.com/react-native-webview/react-native-webview/issues/2063)) ([19980d8](https://github.com/react-native-webview/react-native-webview/commit/19980d888d66554875f3ac64b3e8a35bd7ad998b))
2021-08-09 17:58:59 +00:00
semantic-release-bot 2c541131db chore(release): 11.11.0 [skip ci]
# [11.11.0](https://github.com/react-native-webview/react-native-webview/compare/v11.10.0...v11.11.0) (2021-08-09)

### Features

* **deps:** Remove upper bound on React Native peerdep ([#2054](https://github.com/react-native-webview/react-native-webview/issues/2054)) ([6cd000e](https://github.com/react-native-webview/react-native-webview/commit/6cd000ec9d7135121088d2292c74f7e8994b4d73)), closes [#1935](https://github.com/react-native-webview/react-native-webview/issues/1935)
2021-08-09 17:45:57 +00:00
Stefan Wrobel 6cd000ec9d feat(deps): Remove upper bound on React Native peerdep (#2054)
Fixes #1935
2021-08-09 19:43:29 +02:00
semantic-release-bot ea67c37531 chore(release): 11.10.0 [skip ci]
# [11.10.0](https://github.com/react-native-webview/react-native-webview/compare/v11.9.0...v11.10.0) (2021-08-09)

### Features

* **android:** remove unnecessary buildToolsVersion ([#2023](https://github.com/react-native-webview/react-native-webview/issues/2023)) ([998b211](https://github.com/react-native-webview/react-native-webview/commit/998b211b94214952b0d4ffe19429fad555e54a68))
2021-08-09 17:42:45 +00:00
semantic-release-bot 7b9d50bed5 chore(release): 11.9.0 [skip ci]
# [11.9.0](https://github.com/react-native-webview/react-native-webview/compare/v11.8.0...v11.9.0) (2021-08-09)

### Features

* **android:** add props to control pinch to zoom and internal zoom controls ([#2113](https://github.com/react-native-webview/react-native-webview/issues/2113)) ([b92b986](https://github.com/react-native-webview/react-native-webview/commit/b92b98637c673fd04a4d40c5ae15aece7578b89f))
2021-08-09 17:40:02 +00:00
semantic-release-bot 2ed1f247fe chore(release): 11.8.0 [skip ci]
# [11.8.0](https://github.com/react-native-webview/react-native-webview/compare/v11.7.0...v11.8.0) (2021-08-09)

### Features

* **apple:** userAgent can be changed at runtime ([#2116](https://github.com/react-native-webview/react-native-webview/issues/2116)) ([2fc86f9](https://github.com/react-native-webview/react-native-webview/commit/2fc86f9d39e44999499d1de97a48f981fc352e93))
2021-08-09 17:21:39 +00:00
semantic-release-bot 9d82aec237 chore(release): 11.7.0 [skip ci]
# [11.7.0](https://github.com/react-native-webview/react-native-webview/compare/v11.6.6...v11.7.0) (2021-08-09)

### Features

* add prop to allow nested scroll on android ([#2056](https://github.com/react-native-webview/react-native-webview/issues/2056)) ([6bac272](https://github.com/react-native-webview/react-native-webview/commit/6bac272a5f9cd2eda122b8d6be2cf80ffacee4b6))
2021-08-09 17:15:53 +00:00
semantic-release-bot c1152ca850 chore(release): 11.6.6 [skip ci]
## [11.6.6](https://github.com/react-native-webview/react-native-webview/compare/v11.6.5...v11.6.6) (2021-08-05)

### Bug Fixes

* **windows:** Navigation to ms-appdata and ms-appx-web local file request ([#2098](https://github.com/react-native-webview/react-native-webview/issues/2098)) ([4f89408](https://github.com/react-native-webview/react-native-webview/commit/4f894083cabfb9f55f1b9bc8507c98a6e361ffa9))
2021-08-05 08:11:00 +00:00
semantic-release-bot ecd4cc63e6 chore(release): 11.6.5 [skip ci]
## [11.6.5](https://github.com/react-native-webview/react-native-webview/compare/v11.6.4...v11.6.5) (2021-07-01)

### Bug Fixes

* **logs:** remove warning logs for common/handled error events. ([#2043](https://github.com/react-native-webview/react-native-webview/issues/2043)) ([279d6ae](https://github.com/react-native-webview/react-native-webview/commit/279d6ae98c449b3c2d9ab2cc567f99bcc6e298b6))
2021-07-01 12:34:48 +00:00
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
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
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
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
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
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
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
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
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
Chiara Mooney 3b3628a582 "fix(add-react-native-config): add react-native.config to npm publish" 2021-05-12 15:56:51 -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
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
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
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
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
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
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
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
semantic-release-bot dd315bcf87 chore(release): 11.2.3 [skip ci]
## [11.2.3](https://github.com/react-native-webview/react-native-webview/compare/v11.2.2...v11.2.3) (2021-02-11)

### Bug Fixes

* **android:** Fix full=screen video when in modals ([#1748](https://github.com/react-native-webview/react-native-webview/issues/1748) by [@cristianoccazinsp](https://github.com/cristianoccazinsp)) ([4f469ee](https://github.com/react-native-webview/react-native-webview/commit/4f469ee9aab9f6db5f9905c6276dc604d231cd5d))
2021-02-11 05:11:02 +00:00
semantic-release-bot 83af1b6d93 chore(release): 11.2.2 [skip ci]
## [11.2.2](https://github.com/react-native-webview/react-native-webview/compare/v11.2.1...v11.2.2) (2021-02-10)

### Bug Fixes

* **windows:** Resolve Deploy Issue ([#1850](https://github.com/react-native-webview/react-native-webview/issues/1850)) ([ad702f5](https://github.com/react-native-webview/react-native-webview/commit/ad702f57f16eb0630af6e4fa34416d06b27a8552))
2021-02-10 12:01:53 +00:00
Jamon Holmgren c5ae9193bd chore(ci): Upgrade react-native-windows to 0.62.17 (#1768)
* Upgrade react-native-windows to 0.63.11

* Downgrade to 0.62.17
2021-01-25 22:01:27 +01:00
semantic-release-bot 36c21b0042 chore(release): 11.2.1 [skip ci]
## [11.2.1](https://github.com/react-native-webview/react-native-webview/compare/v11.2.0...v11.2.1) (2021-01-25)

### Bug Fixes

* **ios:** error on iOS < 13([#1843](https://github.com/react-native-webview/react-native-webview/issues/1843)) ([283fe12](https://github.com/react-native-webview/react-native-webview/commit/283fe124b3f64c2bd2f51ab05faf757bd5420584))
2021-01-25 12:59:40 +00:00
semantic-release-bot 359ef90ddc chore(release): 11.2.0 [skip ci]
# [11.2.0](https://github.com/react-native-webview/react-native-webview/compare/v11.1.0...v11.2.0) (2021-01-20)

### Features

* **iOS & MacOS:** allowUniversalAccessFromFileURLs property([#1730](https://github.com/react-native-webview/react-native-webview/issues/1730)) ([8d098ef](https://github.com/react-native-webview/react-native-webview/commit/8d098efce72e2add9ae02aabaa9c6472c1008565))
2021-01-20 18:34:49 +00:00
semantic-release-bot b2f9ed228e chore(release): 11.1.0 [skip ci]
# [11.1.0](https://github.com/react-native-webview/react-native-webview/compare/v11.0.3...v11.1.0) (2021-01-20)

### Features

* **iOS 13+:** automaticallyAdjustsScrollIndicatorInsets prop ([#1077](https://github.com/react-native-webview/react-native-webview/issues/1077)) ([d46a6d3](https://github.com/react-native-webview/react-native-webview/commit/d46a6d3c695c2575ec22028c67c9060aa062ff7d))
2021-01-20 18:12:08 +00:00
Joshua SmithandThibault Malbranche 4b479d6d3f chore(docs): update repo references with new repo location (#1657)
Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu>
2021-01-20 18:49:11 +01:00