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
Artem/master merge #2
Open
artemlitch
wants to merge
28
commits into
master
Choose a base branch
from
artem/master-merge
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.
Open
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
* Use correct double type for shouldStartLoadWithLockIdentifier * remove CatalystInstance access * fix lint errors
## [13.8.2](react-native-webview/react-native-webview@v13.8.1...v13.8.2) (2024-03-21) ### Bug Fixes * **android:** Fix bridgeless mode support ([react-native-webview#3352](react-native-webview#3352)) ([8411ba0](react-native-webview@8411ba0))
…webview#3347) * chore: Bump example app to 0.73 and use babel to build Using babel enables new arch static view config to be properly generated * Update android-ci.yml * bump ci things * wip * Update detox.yml * Update react-native.config.js * lint tests * clean * Update jest.config.js * Update WebView.android.tsx * update lint to match create library
## [13.8.3](react-native-webview/react-native-webview@v13.8.2...v13.8.3) (2024-03-28) ### Bug Fixes * issue on bridgeless when accessing ReactContext (preparing RN74) ([react-native-webview#3366](react-native-webview#3366)) ([ab420a0](react-native-webview@ab420a0))
## [13.8.4](react-native-webview/react-native-webview@v13.8.3...v13.8.4) (2024-03-28) ### Bug Fixes * Remove log statement that breaks react-native-community autolinking config ([react-native-webview#3367](react-native-webview#3367)) ([81fe8e0](react-native-webview@81fe8e0))
## [13.8.5](react-native-webview/react-native-webview@v13.8.4...v13.8.5) (2024-04-15) ### Bug Fixes * **android:** messaging regression for multiple webviews ([react-native-webview#3394](react-native-webview#3394)) ([2379ad0](react-native-webview@2379ad0))
## [13.8.6](react-native-webview/react-native-webview@v13.8.5...v13.8.6) (2024-04-17) ### Bug Fixes * typings broken after moving to babel build from tsc ([react-native-webview#3378](react-native-webview#3378)) ([7e391e9](react-native-webview@7e391e9))
…ation using `hideKeyboardAccessoryView` prop (react-native-webview#3341)
## [13.8.7](react-native-webview/react-native-webview@v13.8.6...v13.8.7) (2024-04-29) ### Bug Fixes * **ios:** Allow keyboard accessory view to be toggled after initialization using `hideKeyboardAccessoryView` prop ([react-native-webview#3341](react-native-webview#3341)) ([b9e74d6](react-native-webview@b9e74d6))
* Add visionOS support * One more ifdef * Adopt UIEditMenuConfiguration * Update RNCWebViewImpl.m * Update RNCWebViewImpl.m * Update metro config * Update ios-ci.yml --------- Co-authored-by: Thibault Malbranche <[email protected]>
…t-native-webview#3423) * Use latest react-native-cookies/cookies name in Guide.md As of v6.0.0, react-native-community/cookies was renamed to react-native-cookies/cookies: https://github.com/react-native-cookies/cookies?tab=readme-ov-file#important-notices--breaking-changes * Use latest react-native-cookies/cookies name in Guide.italian.md * Use latest react-native-cookies/cookies name in Guide.portuguese.md
# [13.9.0](react-native-webview/react-native-webview@v13.8.7...v13.9.0) (2024-05-07) ### Bug Fixes * **macos:** Fix source prop for Fabric ([react-native-webview#3404](react-native-webview#3404)) ([7fb5c3f](react-native-webview@7fb5c3f)) ### Features * Add visionOS support ([react-native-webview#3373](react-native-webview#3373)) ([dd7fb83](react-native-webview@dd7fb83))
## [13.9.1](react-native-webview/react-native-webview@v13.9.0...v13.9.1) (2024-05-07) ### Bug Fixes * **fabric, apple:** Use correct header dir name for RCTFabricComponentsPlugins.h ([react-native-webview#3405](react-native-webview#3405)) ([6cd4697](react-native-webview@6cd4697))
* chore: bump `react-native-test-app` to 3.5.9 * update .vcxproj
react-native-webview#3411) * Adds support for compiling Windows module for WinAppSDK Similar to other packages (react-native-svg, @react-native-picker/picker, etc.), this change adds WinAppSDK support for apps that compile react-native-windows from source targeting WinAppSDK. * Minor fix for WinUI 2 builds for ReactWebView2 --------- Co-authored-by: Thibault Malbranche <[email protected]>
# [13.10.0](react-native-webview/react-native-webview@v13.9.1...v13.10.0) (2024-05-07) ### Features * **windows:** Adds support for compiling Windows module for WinAppSDK ([react-native-webview#3411](react-native-webview#3411)) ([d843539](react-native-webview@d843539))
* chore: bump `react-native-test-app` to 3.7.2 * fixup! chore: bump `react-native-test-app` to 3.7.2 * fixup! chore: bump `react-native-test-app` to 3.7.2
## [13.10.1](react-native-webview/react-native-webview@v13.10.0...v13.10.1) (2024-05-11) ### Bug Fixes * **android:** Handle null value in setMenuCustomItems method ([react-native-webview#3375](react-native-webview#3375)) ([ccefcf1](react-native-webview@ccefcf1))
## [13.10.2](react-native-webview/react-native-webview@v13.10.1...v13.10.2) (2024-05-11) ### Bug Fixes * **iOS:** Replace unsupported nullish coalescing operator for older iOS versions ([react-native-webview#3388](react-native-webview#3388)) ([d5749e0](react-native-webview@d5749e0))
…-webview # Conflicts: # package.json # src/RNCWebViewNativeComponent.ts # src/WebView.ios.tsx
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.