Releases: VKCOM/vkompose
Releases · VKCOM/vkompose
0.5.3-k2
Compiler Plugins
- fix inability to override generated test tags
- support Kotlin 2.0
0.5.3
Compiler Plugins
- fix inability to override generated test tags
v0.5.2
Compiler plugins:
- Fixed preventing function arguments from being inlined into inline functions.
- improved adding a logger to functions wrapped in a synthetic block
v0.5.1
Compiler plugins:
- do not add recompose logger in inline functions body
Idea plugin (0.2.4):
- drop Hedgehog support
- improve performance of showing test tag gutter icons #10
- move test tag gutter icon preference to dedicated preferences for gutter icons #10
v0.5
Recompose Logger:
- allow to log modifier changes. Enabled by default
- allow to log functional arguments changes. Enabled by default
Idea Plugin:
- improve stability determination for classes in other modules
v0.4.2
- fix check for stability annotation for value class
v0.4.1
- fix test tag generation corner case when last chain of statement in a block is overwritten
v0.4
- apply runtime dependencies after project is evaluated #5
- consider new NonSkippableComposable in idea plugin, detekt rule and compiler plugin
- allow to configure ignored classes in idea plugin
v0.3.2
- supported kotlin 1.9.21-22 in skippability checks plugin #3
- fixed issue with test tag idea plugin #4
- added idea plugin's jar for Jellyfish version of Android Studio