Skip to content

0.7.1

Compare
Choose a tag to compare
@saket saket released this 18 Nov 07:14
· 134 commits to trunk since this release
  • Migrated all usages of Modifier.composed() to the new Modifier.Node architecture. This should help with performance, especially if your app uses multiple zoomable content on the same screen.
  • #54: ZoomableContentTransformation now includes additional information about the content's scale: ScaleMetadata,

Breaking changes

  • Reduced the public API surface by replacing all data classes with plain classes. These classes still implement equals and hashCode (thanks to poko), but they no longer offer any componentN() or copy() functions.

Bug fixes

  • #53: Prevent crashes when Compose UI reports the velocity of a gesture to be infinite.
  • #41: Fixed a crash where touch events received after the UI was restored would cause a division by zero error if the layout wasn't measured yet.