Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@passy passy released this 01 Jun 09:52
· 13185 commits to master since this release
v0.3.0

Highlights

Espresso Support

We added some basic support for Espresso matchers. Check out the docs and let us know what you think.

Stetho package change

This is a breaking change. All Stetho-related utilities in the litho-stetho package now live in the com.facebook.litho.stetho package namespace. They were previously part of com.facebook.litho.

Miscellaneous

  • Yoga definitions are now included in the Javadocs.
  • Fixes to how Stetho displays colors + address crashes in rare circumstances.
  • Make use of Google's new Maven repository.
  • The annotation processor tests have moved to open source.