Skip to content

1.1.0

Compare
Choose a tag to compare
@ZacSweers ZacSweers released this 07 Mar 19:09
· 328 commits to main since this release
  • New: Add ComposeM2Api rule. This rule can be used to lint against using "Material 2" (androidx.compose.material) APIs in codebases that have migrated to Material 3 (M3). This rule is disabled by default, see the docs for more information: https://slackhq.github.io/compose-lints/rules/#use-material-3.
  • Enhancement: Add viewmodel-factories lint option to ComposeViewModelInjection. This allows you to define your own known ViewModel factories. Thanks to @WhosNickDoglio for contributing this!
  • Build against lint-api to 30.4.2.
  • Test against lint 31.1.0-alpha08.

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0