Skip to content

v0.5.0

Compare
Choose a tag to compare
@IjzerenHein IjzerenHein released this 04 Sep 15:21

Bug Fixes

  • android: disabled any transitions when element is fully clipped (e02c700)
  • android: fixed internal style fetch when element was unmounted (fd1a772)
  • android: fixed pixel rounding in transitions (a97acd9)
  • android: fixed source-element sometimes briefly visible (9785ae4)
  • android: fixed support.v4 build error and RTL detection (9c374e9)
  • android: fixed text content sometimes not visible (clipped) (d6e1445)
  • android: fixed transition when element was scaled (ee27709)
  • android: fixed transition when end-element was fetched first (92a999c)
  • ios: fixed color interpolation when one color was fully transparent (f0d1dee)

Features

  • added support for fade-in and fade-out animation types (c2fd9b6)
  • android: added support for onMeasure and debug props (3039dff)