New
Version 0.43.0
- Breaking:: If you use
ComponentsSystrace.provideto provide a custom Systrace implementation, there have been some changes to the types and methods involved: - Instead of implementing
ComponentsSystrace.Systrace, implementations should implementcom.facebook.rendercore.Systracer, located in litho-rendercore. TheArgsBuilderinterface has also moved from ComponentsSystrace to the Systracer interface.
See CHANGELOG.md for the complete list of updates