Skip to content

v0.16.0

Choose a tag to compare

@joemasilotti joemasilotti released this 03 Sep 15:41
· 14 commits to main since this release

Added

  • New ruby_native check command finds broken signals in your views before they reach the App Store. Needs the herb gem, which Rails 8.2 and later already include. Docs

Changed

  • deploy now builds every platform you have configured, not just iOS. Use --ios to build one, the way --android already did.
  • deploy now fails when any platform fails. It reported only the first build before, so a failed Android build could pass behind a successful iOS one.
  • deploy now checks your views for broken signals before starting a build. Pass --skip-check to skip it.
  • The keyboard now scrolls the page instead of resizing it, matching iOS. Screens without a tab bar used to shrink the page to fit above the keyboard, so a full-height layout reflowed as it opened. Advanced Mode on Android.

Fixed

  • A text field at the bottom of the page is no longer hidden behind the keyboard. Tapping it opened the keyboard over the field with nothing on the page moving out of the way. Normal Mode on Android.
  • The floating action button now hides while the keyboard is open. It used to slide up and land on top of whatever your page anchors to the bottom, like a chat composer. Advanced Mode on Android.