这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: philwp/gutenberg

Tags

v13.7.2

Toggle v13.7.2's commit message
Bump plugin version to 13.7.2

v13.7.1

Toggle v13.7.1's commit message
Bump plugin version to 13.7.1

rnmobile/1.80.0

Toggle rnmobile/1.80.0's commit message
Remove redundant space in CHANGELOG

v13.7.0

Toggle v13.7.0's commit message
Bump plugin version to 13.7.0

v13.7.0-rc.2

Toggle v13.7.0-rc.2's commit message
Bump plugin version to 13.7.0-rc.2

rnmobile/1.79.1

Toggle rnmobile/1.79.1's commit message
fix: Workaround Android 12 webview crash (WordPress#42517)

* 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)

* docs: Add change log entry