Skip to content

ComposeGuard v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Dec 04:25
· 5 commits to master since this release

ComposeGuard v1.1.0

1.1.0

  • 5 New Performance Rules: Advanced static analysis for recomposition issues

  • UnstableLambdaCaptureRule: Detects lambdas capturing var declarations

  • ObjectCreationInCompositionRule: Detects object instantiation without remember {}

  • WideRecompositionScopeRule: Detects state reads at top of large composables

  • DeferStateReadsRule: Suggests lambda-based modifiers for animations

  • FrequentRecompositionRule: Suggests lifecycle-aware state collection

  • New Quick Fixes: Wrap in Column/Row/Box, UseGraphicsLayerFix, AddStableAnnotationFix

  • Total rules increased from 36 to 39