File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
compose-stability-analyzer-idea Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ This is incredibly useful for:
121121Add the dependency below to your ` libs.versions.toml ` file:
122122
123123``` toml
124- stability-analyzer = { id = " com.github.skydoves.compose.stability.analyzer" , version = " 0.4.0 " }
124+ stability-analyzer = { id = " com.github.skydoves.compose.stability.analyzer" , version = " 0.4.1 " }
125125```
126126
127127Next, apply the plugin on your root's ` build.gradle.kts ` file like below:
@@ -135,8 +135,9 @@ alias(libs.plugins.stability.analyzer)
135135It’s ** strongly recommended to use the exact same Kotlin version** as this library. Using a different Kotlin version may lead to compilation errors during the build process.
136136
137137| Stability Analyzer | Kotlin |
138- | -------------| -------------|
139- | 0.4.0 | 2.2.21 |
138+ | --------------------| -------------|
139+ | 0.4.1 | 2.2.21 |
140+ | 0.4.0 | 2.2.21 |
140141
141142### TraceRecomposition Annotation
142143
Original file line number Diff line number Diff line change 22
33All notable changes to the IntelliJ IDEA plugin will be documented in this file.
44
5+ ## [ 0.4.1] - 2025-11-02
6+
7+ ### Fixed
8+ - Fixed stability analysis for Compose shape types (RoundedCornerShape, CircleShape, etc.) to correctly show as STABLE instead of RUNTIME
9+ - Improved consistency between IDEA plugin and compiler plugin stability inference
10+ - Added Compose Foundation shapes to known stable types list
11+
12+ ### Improved
13+ - Enhanced accuracy of stability analysis to match compiler plugin behavior
14+
15+ ---
16+
517## [ 0.4.0] - 2025-11-02
618
719### Added
You can’t perform that action at this time.
0 commit comments