A bit late, but new compose artifacts were released 2 days ago! 🎉
Nothing major to really mention... seems like 1.5.0 will likely go stable soon
1.5.0-beta02
• Not too much to mention, but it seems like some perf related commits
• Avoid calculating
readableHash
in
DerivedState
if snapshot wasn't modified.
• Optimize derived state reads in lazy layouts
• Decrease amount of allocations in lazy layouts
• Cache keys when the user didn't provide the factory in lazy layouts
• Do not rerun placement block of layout modifiers when parent moves children