chore(deps): update dependency react-native-webview to v13 #203
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.
This PR contains the following updates:
11.26.1
->13.13.2
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
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
e8f3c0e
) preload WebView on initial render in background tabs (#3559 by @sheat-git) (#3615) (fcbe0a5)v13.12.4
Compare Source
Bug Fixes
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
Features
v13.11.1
Compare Source
Bug Fixes
v13.11.0
Compare Source
Features
v13.10.7
Compare Source
Bug Fixes
v13.10.6
Compare Source
Bug Fixes
v13.10.5
Compare Source
Bug Fixes
v13.10.4
Compare Source
Bug Fixes
[RCTConvert WKDataDetectorTypes:]
(#3436) (d252578)v13.10.3
Compare Source
Bug Fixes
v13.10.2
Compare Source
Bug Fixes
v13.10.1
Compare Source
Bug Fixes
v13.10.0
Compare Source
Features
v13.9.1
Compare Source
Bug Fixes
v13.9.0
Compare Source
Bug Fixes
Features
v13.8.7
Compare Source
Bug Fixes
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
v13.8.3
Compare Source
Bug Fixes
v13.8.2
Compare Source
Bug Fixes
v13.8.1
Compare Source
Bug Fixes
v13.8.0
Compare Source
Features
v13.7.2
Compare Source
Bug Fixes
v13.7.1
Compare Source
v13.7.0
Compare Source
Features
onOpenWindow
to Windows (9e2794e)v13.6.4
Compare Source
Bug Fixes
v13.6.3
Compare Source
Bug Fixes
"react-native"
topackage.json
(#3209) (ecc1100)v13.6.2
Compare Source
Bug Fixes
v13.6.1
Compare Source
Bug Fixes
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
onOpenWindow
event (#2640) (933fe19)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
capture
attribute (#2954) (966221e)v13.1.0
Compare Source
Features
v13.0.0
Compare Source
Features
BREAKING CHANGES
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
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
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.
This PR was generated by Mend Renovate. View the repository job log.