v4.2.3
Patch release.
Removes the keyboard-avoidance behavior introduced in 4.2.2. That approach (shrinking the WebView to lift a focused field above the keyboard) is fundamentally incompatible with embedding the auto-height widget inside a host ScrollView/feed - it could render the widget blank, capture the feed's scroll, and mis-position fields. The widget returns to its stable pre-4.2.x behavior in any layout. The disableKeyboardAvoidance prop (added in 4.2.2) is removed.
Keeps a height-tracking improvement: the widget updates to the reported content height whenever it changes, instead of a throttle that could stick at the initial placeholder height.
Note: a comment field low on the screen may again sit behind the on-screen keyboard. Robust keyboard avoidance is not achievable for an auto-height WebView embedded in a feed; handle it at the host level (e.g. full-screen hosting) if needed.