Skip to content
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

chore(deps): update dependency react-native-webview to v13 #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-webview 11.26.1 -> 13.13.2 age adoption passing confidence

Release Notes

react-native-webview/react-native-webview (react-native-webview)

v13.13.2

Compare Source

Bug Fixes

v13.13.1

Compare Source

Bug Fixes
  • android,ios: Sending correct url in onMessage callback (#​3609) (2c5096d)

v13.13.0

Compare Source

Features

v13.12.5

Compare Source

Hey all, a little bit of context, I've been super busy with work these past months, and had less time to review webview stuff. The original PR was not merged by me but by another maintainer that did not measure the impact of the change. Thank y'all for pushing on those issues and PR, you are the best. I should have been more alert to the notifications still.

Regarding more general initialization issues: new arch introduced quite a few subtle changes and I wanted to rewrite a lot of things and drop support for old arch. I want to support preloading, keeping instances alive and more, but that takes time. In the meantime thanks for the help keeping it as functional as possible!

Bug Fixes

v13.12.4

Compare Source

Bug Fixes
  • android: allowFileAccess does not apply to initial loading (#​3598) (8ad2360)

v13.12.3

Compare Source

Bug Fixes

v13.12.2

Compare Source

Bug Fixes

v13.12.1

Compare Source

Bug Fixes

v13.12.0

Compare Source

Bug Fixes
  • Implement missing methods of RNCWebViewManagerInterface in RNCWebViewManager (#​3536) (aab4030)
Features

v13.11.1

Compare Source

Bug Fixes

v13.11.0

Compare Source

Features
  • iOS: allowsPictureInPictureMediaPlayback added for iOS only (#​3497) (1d8205a)

v13.10.7

Compare Source

Bug Fixes
  • issue where cookies were not being saved when Android WebView app was forcibly terminated (#​3176) (28af371)

v13.10.6

Compare Source

Bug Fixes
  • bug where setCookie completionHandler is never called (#​3470) (1b47805)

v13.10.5

Compare Source

Bug Fixes
  • new-arch: Refactor Turbomodule to have distinct module name to avoid confusion with Fabric component (#​3462) (55077a7)

v13.10.4

Compare Source

Bug Fixes

v13.10.3

Compare Source

Bug Fixes
  • ios: Fix crash when opening 4xx pages with no description. (#​3416) (91d76ec)

v13.10.2

Compare Source

Bug Fixes
  • iOS: Replace unsupported nullish coalescing operator for older iOS versions (#​3388) (d5749e0)

v13.10.1

Compare Source

Bug Fixes
  • android: Handle null value in setMenuCustomItems method (#​3375) (ccefcf1)

v13.10.0

Compare Source

Features
  • windows: Adds support for compiling Windows module for WinAppSDK (#​3411) (d843539)

v13.9.1

Compare Source

Bug Fixes
  • fabric, apple: Use correct header dir name for RCTFabricComponentsPlugins.h (#​3405) (6cd4697)

v13.9.0

Compare Source

Bug Fixes
Features

v13.8.7

Compare Source

Bug Fixes
  • ios: Allow keyboard accessory view to be toggled after initialization using hideKeyboardAccessoryView prop (#​3341) (b9e74d6)

v13.8.6

Compare Source

Bug Fixes

v13.8.5

Compare Source

Bug Fixes

v13.8.4

Compare Source

Bug Fixes
  • Remove log statement that breaks react-native-community autolinking config (#​3367) (81fe8e0)

v13.8.3

Compare Source

Bug Fixes
  • issue on bridgeless when accessing ReactContext (preparing RN74) (#​3366) (ab420a0)

v13.8.2

Compare Source

Bug Fixes

v13.8.1

Compare Source

Bug Fixes
  • android: Fix WebViewManager can no longer be customized (#​3315) (0068588)

v13.8.0

Compare Source

Features

v13.7.2

Compare Source

Bug Fixes
  • iOS: Replace UIKit with RCTUIKit on MacOS for RCT_NEW_ARCH_ENABLED (#​3296) (cb9fb9c)
  • ios, macos: Suspend media playback when destroying WebView on iOS/macOS (#​3234) (7af398c)

v13.7.1

Compare Source

v13.7.0

Compare Source

Features
  • Windows: Add support for custom headers, POST requests and onOpenWindow to Windows (9e2794e)

v13.6.4

Compare Source

Bug Fixes
  • android: add buildFeatures.buildConfig true for AGP8+ compat (#​3219) (f849077)
  • iOS: update podspec to use install_modules_dependencies (#​3231) (b4f047a)

v13.6.3

Compare Source

Bug Fixes

v13.6.2

Compare Source

Bug Fixes
  • android: Prevent libhwui crash when WebView is in ScrollView (#​2874) (886664d)

v13.6.1

Compare Source

Bug Fixes
  • add namespace to build.gradle for gradle 8 compat (required for 0.73) (#​3055) (c4c8e4c)

v13.6.0

Compare Source

Features

v13.5.1

Compare Source

Bug Fixes

v13.5.0

Compare Source

Features

v13.4.0

Compare Source

Features

v13.3.1

Compare Source

Bug Fixes

v13.3.0

Compare Source

Features

v13.2.3

Compare Source

Bug Fixes

v13.2.2

Compare Source

Bug Fixes

v13.2.1

Compare Source

Bug Fixes

v13.2.0

Compare Source

Features

v13.1.0

Compare Source

Features

v13.0.0

Compare Source

Features
BREAKING CHANGES
  • This affects an existing loading behavior so we marked it as breaking, just in case

Co-authored-by: Peter Lazar [email protected]
Co-authored-by: Thibault Malbranche [email protected]

v12.4.0

Compare Source

Features

v12.3.0

Compare Source

Features

v12.2.1

Compare Source

Bug Fixes
  • Revert "Missing android.support.FILE_PROVIDER_PATHS meta-data on some OEMs (#​2952)" (e17a79b)

v12.2.0

Compare Source

Features
Fix

https://github.com/react-native-webview/react-native-webview/pull/2952

v12.1.0

Compare Source

Features

v12.0.3

Compare Source

Bug Fixes
  • Android: Don't crash while downloading file with % in filename (#​2861) (81e3aa4)

v12.0.2

Compare Source

Bug Fixes

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Hello everyone, the support for new architecture (fabric) is finally landing 🚀 . I've taken a lot of time but I've had to re-understand the whole codebase, the old arch, the new arch, and I did not want to take too many shortcuts.

This release should be mostly non breaking (except for a few well deserved props removals).
HOWEVER, this is a lot of code over a lot of time. Mistakes can happen, if you feel unsafe stick to v11 for a lil' while.

Finally this will unblock many PR (sorry for the conflicts in advance), so let's get releasing again 🔥

If you appreciate my work please to sponsor me !

Features
BREAKING CHANGES
  • If you are using custom native implementation are still possible on the old arch but many classes were moved / renamed so they will need some changes

  • removed the following props: androidHardwareAccelerationDisabled (deprecated), urlPrefixesForDefaultIntent (unused)


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch from 166b3d3 to b2b1ef6 Compare December 3, 2024 14:32
@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch from b2b1ef6 to 486498e Compare January 13, 2025 16:50
@renovate renovate bot force-pushed the renovate/react-native-webview-13.x branch from 486498e to 9f577c5 Compare January 29, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants