Releases: twitter/compose-rules
Releases · twitter/compose-rules
v0.0.26
v0.0.24
v0.0.23
Changelog
- Ignore composables that emit content in their own window. (#110) @PaulWoitaschek
v0.0.22
v0.0.21
Changelog
- Introduce
allowedComposableFunctionNames
config forComposeNaming
check (#105) @ZacSweers - Add default configuration for detekt (#103) @mrmans0n
v0.0.20
v0.0.19
Warning: If you were using the rules in ktlint and added configuration in your .editorconfig for
content_emitters
andallowed_composition_locals
, you'll need to update them to betwitter_compose_content_emitters
andtwitter_compose_allowed_composition_locals
respectively for them to continue working.
Changelog
v0.0.18
Changelog
- Fix issue that prevents accessing right configuration data (#94) @manuel-martos
- Add ComposePreviewNaming rule and support multipreview annotations (#93) @mrmans0n
- Add mavericks VM factory function to the list of VM factories (#92) @mrmans0n
- Add whetstone VM factory function to the list of VM factories (#90) @mrmans0n
- Update Kotlin to 1.7.20 (#89) @mrmans0n
v0.0.17
Changelog
- Check if function is an override in ComposeModifierWithoutDefault (#87) @manuel-martos