Skip to content

Releases: birdofpreyru/react-native-webview

v13.14.0

25 Oct 14:00
Compare
Choose a tag to compare

Potentially Breaking Changes

  • [#6] Upgrade to RN@0.76.
    • Warning: So far only tested with the Example App on Android & iOS.

Other Updates

  • [#5] iOS, macOS: Fixes loading of JS assets (i.e. reverts the upstream regression react-native-webview#3578).
  • Update of dependencies.

v13.13.1

04 Oct 15:13
Compare
Choose a tag to compare

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

27 Sep 11:40
Compare
Choose a tag to compare

Potentially Breaking Changes

  • Upstream issue #3014Android: 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

10 Sep 18:05
Compare
Choose a tag to compare
  • 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

01 Sep 18:14
Compare
Choose a tag to compare
  • Adopts latest changes from the upstream.
  • Update of dependencies.

v13.11.1

24 Aug 11:23
Compare
Choose a tag to compare

(Potentially) Breaking Changes

  • Migrated to RN@0.75
  • Temporarily broken builds for Mac Catalyst.
  • Windows builds haven't been tested yet.

Other Updates

v13.10.7

12 Jul 10:25
Compare
Choose a tag to compare
  • Adopts changes from the latest upstream v13.10.5.
  • Update of dependencies.

v13.10.6

28 Jun 16:56
Compare
Choose a tag to compare
  • Yet another hotfix.

v13.10.5

28 Jun 16:44
Compare
Choose a tag to compare
  • Hotfix of the broken previous release.

v13.10.4

28 Jun 16:26
Compare
Choose a tag to compare
  • Adopts changes from the latest upstream v13.10.4.
  • Update of dependencies.