Releases: birdofpreyru/react-native-webview
Releases · birdofpreyru/react-native-webview
v13.14.0
v13.13.1
BEWARE
- iOS, macOS: This release appears to be BROKEN — the WebView fails to load JavaScript from, at least, localhost; presumably due to a regression in the upstream. See #5 for details.
Changes
- Adopts latest changes from the upstream (as of upstream@13.12.3).
- Update of dependencies.
v13.13.0
Potentially Breaking Changes
- Upstream issue #3014 — Android: Accept the input focus only when a touch on WebView hits a focusable (text input) element inside the WebView's content.
BEWARE: Watch out, if this change breaks anything dependent on the WebView acquiring the input focus. Nothing but text-input-like elements comes to my mind now, but I might be missing something.
Misc Changes
- Update of dependencies.
v13.12.2
- Adopts latest changes from the upstream (the upstream fix for the Android / New Arch bug react-native-webview#3305).
- Update of dependencies.
v13.12.1
- Adopts latest changes from the upstream.
- Update of dependencies.
v13.11.1
(Potentially) Breaking Changes
- Migrated to RN@0.75
- Temporarily broken builds for Mac Catalyst.
- Windows builds haven't been tested yet.
Other Updates
- Adopts latest upstream changes (up to the upstream v13.11.1).
- Update of dependencies.
v13.10.7
v13.10.6
- Yet another hotfix.
v13.10.5
- Hotfix of the broken previous release.