Skip to content

Releases: facebook/litho

Version 0.3.0

01 Jun 09:52
v0.3.0
Compare
Choose a tag to compare

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.

Version 0.2.1

11 May 14:44
v0.2.1
Compare
Choose a tag to compare

Release highlights

  • Update Yoga dependency to 1.5.0.
  • Remove interdependency from litho-widget on litho-fresco.
  • Fix dependencies on litho-annotation.

Version 0.2.0

19 Apr 12:49
Compare
Choose a tag to compare

This release removes the license from generated code which was unintentionally present in v0.1.0.

Version 0.1.0

18 Apr 18:54
Compare
Choose a tag to compare

Initial Release