forked from react-native-webview/react-native-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull latest changes from origin package #3
Open
SnaiNeR
wants to merge
486
commits into
maxiru:master
Choose a base branch
from
react-native-webview:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some people prefer using this new prop over the http://username:[email protected] syntax, now webview supports both
# [11.14.0](v11.13.1...v11.14.0) (2021-09-30) ### Features * **auth:** Basic Authentication Support ([#1467](#1467)) ([0c42a98](0c42a98))
remove unused vars use gesture handler change callback name, pass selected text back do not use deprecate setTarget do not call super on methodSignatureForSelector twice add checks for custom menu items and callback make custom params optional add custom menu items outside of initWithFrame require key and label for menuItems fix typo
Modification and compilation failed.
## [11.14.1](v11.14.0...v11.14.1) (2021-10-15) ### Bug Fixes * **iOS:** compilation error ([c036706](c036706))
Let's just do the same as "react-navigation": https://github.com/react-navigation/react-navigation/blob/main/packages/native/package.json#L56-L59
## [11.14.2](v11.14.1...v11.14.2) (2021-10-28) ### Bug Fixes * **dependencies:** Simplify react-native version management ([f8a1ba2](f8a1ba2)), 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)
* 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
## [11.14.3](v11.14.2...v11.14.3) (2021-11-12) ### Bug Fixes * **windows:** Simplify project structure, fix arm64 ([#2211](#2211)) ([aafa899](aafa899))
…RNCWebChromeClient` (closes #1406, #2190) (#2240) * fix(android): add null-pointer check for activity before creating web chrome client with full-screen video support * fix(android): reference error * fix(android): add null-pointer check for activity before creating web chrome client with full-screen video support * fix(android): reference error
## [11.14.4](v11.14.3...v11.14.4) (2021-11-26) ### Bug Fixes * **android:** add null-pointer check for `activity` before creating `RNCWebChromeClient` (closes [#1406](#1406), [#2190](#2190)) ([#2240](#2240)) ([9b14584](9b14584)) * **macOS:** failing build due to missing TARGET_OS_OSX ([3d7b9ca](3d7b9ca))
- Fix missing curly braces in onCustomMenuSelecton example - Fix the missing ``` code closing (markdown) in forceDarkOn example
# [11.15.0](v11.14.4...v11.15.0) (2021-11-29) ### Features * **ios:** Enhanced permissions handling to prevent repetitive prompts. ([#2257](#2257)) ([cd42aa7](cd42aa7))
## [11.15.1](v11.15.0...v11.15.1) (2022-01-06) ### Bug Fixes * **macos:** mediaCapturePermissionGrantType is iOS only ([#2313](#2313)) ([69cafd1](69cafd1))
## [11.15.2](v11.15.1...v11.15.2) (2022-01-08) ### Bug Fixes * **windows:** add Visual Studio 2022 toolset (so it doesn't fall back to v140) ([#2297](#2297)) ([d665456](d665456))
# [11.16.0](v11.15.2...v11.16.0) (2022-01-08) ### Features * **android:** add minimum font size ([#2279](#2279)) ([a12e231](a12e231))
# [11.17.0](v11.16.0...v11.17.0) (2022-01-19) ### Features * **ios:** Add textInteractionEnabled prop ([#2252](#2252)) ([4e0cf9c](4e0cf9c))
## [13.10.3](v13.10.2...v13.10.3) (2024-06-04) ### Bug Fixes * **ios:** Fix crash when opening 4xx pages with no description. ([#3416](#3416)) ([91d76ec](91d76ec))
* fix(iOS): Implement `[RCTConvert WKDataDetectorTypes:]` * Switch user header import to header import * fix * Don't compile on macOS
## [13.10.4](v13.10.3...v13.10.4) (2024-06-21) ### Bug Fixes * **iOS:** Implement `[RCTConvert WKDataDetectorTypes:]` ([#3436](#3436)) ([d252578](d252578))
…void confusion with Fabric component (#3462) * Add renamed TM spec due to duplicate naming for TM & Fabric Component * Add New Arch only TM native files for Apple platforms * New Arch iOS & MacOS should use new TM spec * Change Native Android module name to match new TM spec * New Arch Android should use new TM spec * Make TM backwards compatible w/ Legacy Native Module system * Android Legacy native module uses new TM spec name * Add Missing UIGestureRecognizerDelegate for iOS * Fix internal plugin header * Change the module name, instead of adding new static property * Remove previous native module spec * Use new TM spec on New Arch native files
## [13.10.5](v13.10.4...v13.10.5) (2024-07-08) ### Bug Fixes * **new-arch:** Refactor Turbomodule to have distinct module name to avoid confusion with Fabric component ([#3462](#3462)) ([55077a7](55077a7))
* Fix bug where setCookie completionHandler is never called on first syncCookiesToWebView * Get configuration in webview
* Allow light mode refresh control ios * change back docs
## [13.10.6](v13.10.5...v13.10.6) (2024-08-20) ### Bug Fixes * bug where setCookie completionHandler is never called ([#3470](#3470)) ([1b47805](1b47805))
…p was forcibly terminated (#3176)
## [13.10.7](v13.10.6...v13.10.7) (2024-08-20) ### Bug Fixes * issue where cookies were not being saved when Android WebView app was forcibly terminated ([#3176](#3176)) ([28af371](28af371))
# [13.11.0](v13.10.7...v13.11.0) (2024-08-20) ### Features * **iOS:** allowsPictureInPictureMediaPlayback added for iOS only ([#3497](#3497)) ([1d8205a](1d8205a))
This is the last version of escape-string-regexp before it's rewritten to ES modules. Updating past 3.x requires at least node 10, but that is already a very old node version. https://github.com/sindresorhus/escape-string-regexp/releases
## [13.11.1](v13.11.0...v13.11.1) (2024-08-20) ### Bug Fixes * Update escape-string-regexp to 4.x ([#3170](#3170)) ([9e2304e](9e2304e))
## [13.12.1](v13.12.0...v13.12.1) (2024-08-30) ### Bug Fixes * **apple:** Updates how HTTP errors are handled ([#3545](#3545)) ([a835fff](a835fff))
No need to manually call the methods, the generated delegate already does that for us.
## [13.12.2](v13.12.1...v13.12.2) (2024-09-09) ### Bug Fixes * **android, new arch:** Do not execute commands twice ([#3552](#3552)) ([9953ca0](9953ca0))
…by @sheat-git) Fixes an issue where the WebView component does not load until the tab becomes active, even when `lazy` is set to `false` in React Navigation's Bottom Tabs Navigator. WebView now preloads on initial render, reducing wait when switching tabs Fixes #2431, #3476, #3481
## [13.12.3](v13.12.2...v13.12.3) (2024-10-02) ### Bug Fixes * **iOS:** preload WebView on initial render in background tabs ([#3559](#3559) by [@sheat-git](https://github.com/sheat-git)) ([e8f3c0e](e8f3c0e)), closes [#2431](#2431) [#3476](#3476) [#3481](#3481)
## [13.12.4](v13.12.3...v13.12.4) (2024-11-18) ### Bug Fixes * **android:** allowFileAccess does not apply to initial loading ([#3598](#3598)) ([8ad2360](8ad2360))
## [13.12.5](v13.12.4...v13.12.5) (2024-12-03) ### Bug Fixes * **iOS:** revert (e8f3c0e) preload WebView on initial render in background tabs ([#3559](#3559) by [@sheat-git](https://github.com/sheat-git)) ([#3615](#3615)) ([fcbe0a5](fcbe0a5))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.