Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WordPress/gutenberg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ec8b279887010c6437fe4130abb623732ce19f3e
Choose a base ref
...
head repository: WordPress/gutenberg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78851fad0b31c338b189c886e11bc455528ce9b9
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 18, 2022

  1. fix: Workaround Android 12 webview crash

    A crash occurred due to combining webviews with Android 12's new scroll
    overflow behavior. Applying `opacity: 0.99` prevents the crash from
    occurring. This change should be viewed as a temporary fix while we
    await a more appropriate solution for the `react-native-webview`
    library.
    
    react-native-webview/react-native-webview#1915 (comment)
    dcalhoun committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    04f3662 View commit details
    Browse the repository at this point in the history
  2. docs: Add change log entry

    dcalhoun committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    78851fa View commit details
    Browse the repository at this point in the history
Loading