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
Sabadie/merge upstream 3 #2
Merged
Merged
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
…0.73) (react-native-webview#3055) * Update build.gradle * improve fix * Update build.gradle * Update build.gradle --------- Co-authored-by: Thibault Malbranche <malbranche.thibault@gmail.com>
## [13.6.1](react-native-webview/react-native-webview@v13.6.0...v13.6.1) (2023-10-06) ### Bug Fixes * add namespace to build.gradle for gradle 8 compat (required for 0.73) ([react-native-webview#3055](react-native-webview#3055)) ([c4c8e4c](react-native-webview@c4c8e4c))
…act-native-webview#2874) * fix(android): Prevent libhwui crash when WebView is in ScrollView * fix incorrect reactTag for event passing * fix regression from Background example test case * fix getParent NPE * Apply suggestions from code review * Fix rebase conflict
## [13.6.2](react-native-webview/react-native-webview@v13.6.1...v13.6.2) (2023-10-06) ### Bug Fixes * **android:** Prevent libhwui crash when WebView is in ScrollView ([react-native-webview#2874](react-native-webview#2874)) ([886664d](react-native-webview@886664d))
## [13.6.3](react-native-webview/react-native-webview@v13.6.2...v13.6.3) (2023-11-22) ### Bug Fixes * Adds field `"react-native"` to `package.json` ([react-native-webview#3209](react-native-webview#3209)) ([ecc1100](react-native-webview@ecc1100))
…ative-webview#3231) * update podspec to be compatible with RN 0.72 * improved fallback
Fixed grammar issues
## [13.6.4](react-native-webview/react-native-webview@v13.6.3...v13.6.4) (2024-01-02) ### Bug Fixes * **android:** add buildFeatures.buildConfig true for AGP8+ compat ([react-native-webview#3219](react-native-webview#3219)) ([f849077](react-native-webview@f849077)) * **iOS:** update podspec to use install_modules_dependencies ([react-native-webview#3231](react-native-webview#3231)) ([b4f047a](react-native-webview@b4f047a))
…3047) * Update podspec * Remove `react` block from `build.gradle` --------- Co-authored-by: Thibault Malbranche <thibault@brigad.co>
…penWindow` to Windows * Add WindowsWebViewCommands and implement releaseFocus * Fixes to setup request methos, added helpers class to visual studio project and fixed missing FocusManager namespace * Add LinkHandlingEnabled property to allow application to handle request by the webview to open new windows * Refactor cookie handling in ReactWebView2.cpp * Fix WebView source handling and add new commands * Add linkHandlingEnabled property to nativeProps * Add postMessage and loadUrl commands to command list * Add loadUrl function to WebViewComponent * Refactor string manipulation functions in ReactWebViewHelpers * Refactor cookie handling in ReactWebView2.cpp * Update RNCWebViewUIManagerWindows type in WebViewTypes.ts * Fix WebView messaging functionality * Add useWebView2 prop to WebView component * Update test to include alert support in WebView2 * Create Windows specific example components for testing webview scenarios * Update documentation --------- Co-authored-by: Kennedy Mumo <kemumo@microsoft.com>
# [13.7.0](react-native-webview/react-native-webview@v13.6.4...v13.7.0) (2024-01-31) ### Features * **Windows:** Add support for custom headers, POST requests and `onOpenWindow` to Windows ([9e2794e](react-native-webview@9e2794e))
…parameter (react-native-webview#3319) Co-authored-by: Kennedy Mumo <kemumo@microsoft.com>
## [13.7.1](react-native-webview/react-native-webview@v13.7.0...v13.7.1) (2024-02-06) ### Bug Fixes * **Windows:** Refactor ReactWebView2.cpp to handle optional 'method' parameter ([react-native-webview#3319](react-native-webview#3319)) ([f0791d8](react-native-webview@f0791d8))
…S/macOS (react-native-webview#3234) * Suspend media playback when destroying WebView on iOS/macOS * Fixes crash on iOS <15.0 and macOS <12.0 when pausing playback on dismount --------- Co-authored-by: Thibault Malbranche <thibault@brigad.co>
…ED (react-native-webview#3296) * Replace UIKit with RCTUIKit on MacOS for RCT_NEW_ARCH_ENABLED * Exclude iOS specific destroy handler. * Fix `Non-constant-expression cannot be narrowed from type 'BOOL' (aka 'signed char') to 'bool' in initializer` when building for Release * Minor fix (typo)
## [13.7.2](react-native-webview/react-native-webview@v13.7.1...v13.7.2) (2024-02-13) ### Bug Fixes * **iOS:** Replace UIKit with RCTUIKit on MacOS for RCT_NEW_ARCH_ENABLED ([react-native-webview#3296](react-native-webview#3296)) ([cb9fb9c](react-native-webview@cb9fb9c)) * **ios, macos:** Suspend media playback when destroying WebView on iOS/macOS ([react-native-webview#3234](react-native-webview#3234)) ([7af398c](react-native-webview@7af398c))
* feat(ios): injectedJavaScriptObject props connect * feat(ios): injectedJavaScriptObject ios component props * feat(ios): injectedObjectJsonScript addUserScript * refactor(ios): type position lines * revert: src/WebViewTypes.ts * docs: support injectedJavaScriptObject ios * remove log * fix(ios): return string single quote
# [13.8.0](react-native-webview/react-native-webview@v13.7.2...v13.8.0) (2024-02-13) ### Features * **ios:** ios injectJavaScriptObject ([react-native-webview#3157](react-native-webview#3157)) ([8013944](react-native-webview@8013944))
Co-authored-by: Thibault Malbranche <thibault@brigad.co>
## [13.8.1](react-native-webview/react-native-webview@v13.8.0...v13.8.1) (2024-02-13) ### Bug Fixes * **android:** Fix WebViewManager can no longer be customized ([react-native-webview#3315](react-native-webview#3315)) ([0068588](react-native-webview@0068588))
# Conflicts: # android/src/main/java/com/reactnativecommunity/webview/RNCWebView.java # android/src/main/java/com/reactnativecommunity/webview/RNCWebViewClient.java # android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt # android/src/oldarch/com/reactnativecommunity/webview/RNCWebViewManager.java
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.