Skip to content

Version 0.43.0

Compare
Choose a tag to compare
@mihaelao mihaelao released this 24 Oct 08:26
· 2812 commits to master since this release
  • Breaking:: If you use ComponentsSystrace.provide to provide a custom Systrace implementation, there have been some changes to the types and methods involved:
  • Instead of implementing ComponentsSystrace.Systrace, implementations should implement com.facebook.rendercore.Systracer, located in litho-rendercore. The ArgsBuilder interface has also moved from ComponentsSystrace to the Systracer interface.

See CHANGELOG.md for the complete list of updates