Skip to content

Version 0.13.0

Compare
Choose a tag to compare
@muraziz muraziz released this 14 Mar 17:56
· 11620 commits to master since this release

Breaking changes:

  • TextSpec bounds are clipped by default.

What's new:

  • Introducing Error Boundaries similar to React which helps to handle errors in lifecycle methods gracefully.
  • Added EventHandler support in TestSpecs.
  • Added StateValueAssert to be able to assert StateValues without unwrapping them.
  • Added support for specifying custom ViewTypes when using ViewRenderInfo.
  • Added rotation prop to Components (mainly used for animating rotation with Transition API).

Improvements/Fixes:

  • Fixed StartSnapHelper when child views are smaller than half the size of the RecyclerView.