github google/accompanist v0.4.0

latest releases: v0.35.0-alpha, v0.34.0, v0.33.2-alpha...
3 years ago

New features

Animated Window Insets

The Insets library now has experimental support for WindowInsetsAnimations 💫. The new imePadding() and navigationBarsWithImePadding() modifiers allow content to animate with the device on screen-keyboard (IME), while it is being animated on/off screen.

See here from more information.

Insets + fragments

If you're using ProvideWindowInsets in fragments, you may want to look at the new ViewWindowInsetObserver, which will make inset dispatch faster. See InsetsFragmentSample for an example.

Changes

  • Built to work with Jetpack Compose v1.0.0-alpha08
  • In the image loading composables (CoilImage, PicassoImage and GlideImage) we now skip the initial Empty state. This allows us to remove the initial flash due to no content being drawn. See #148.
  • The API docs are now built as HTML rather than Markdown. This means the API references now have different styling to the rest of the site, but they're also actually readable.

What’s Changed

Don't miss a new accompanist release

NewReleases is sending notifications on new releases.