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 @@ -123,7 +123,7 @@ This is incredibly useful for:
123123Add the dependency below to your ` libs.versions.toml ` file:
124124
125125``` toml
126- stability-analyzer = { id = " com.github.skydoves.compose.stability.analyzer" , version = " 0.4.0 " }
126+ stability-analyzer = { id = " com.github.skydoves.compose.stability.analyzer" , version = " 0.4.1 " }
127127```
128128
129129Next, apply the plugin on your root's ` build.gradle.kts ` file like below:
@@ -137,8 +137,9 @@ alias(libs.plugins.stability.analyzer)
137137It’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.
138138
139139| Stability Analyzer | Kotlin |
140- | -------------| -------------|
141- | 0.4.0 | 2.2.21 |
140+ | --------------------| -------------|
141+ | 0.4.1 | 2.2.21 |
142+ | 0.4.0 | 2.2.21 |
142143
143144### TraceRecomposition Annotation
144145
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