Releases: facebook/litho
Releases · facebook/litho
Version 0.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.
Version 0.2.1
Release highlights
- Update Yoga dependency to
1.5.0
. - Remove interdependency from
litho-widget
onlitho-fresco
. - Fix dependencies on
litho-annotation
.
Version 0.2.0
This release removes the license from generated code which was unintentionally present in v0.1.0.
Version 0.1.0
Initial Release