Skip to content

Commit 054ba50

Browse files
authored
Merge pull request #5 from skydoves/0.4.1
Prepare for release 0.4.1
2 parents 821d1f2 + 133ee9e commit 054ba50

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This is incredibly useful for:
123123
Add 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

129129
Next, apply the plugin on your root's `build.gradle.kts` file like below:
@@ -137,8 +137,9 @@ alias(libs.plugins.stability.analyzer)
137137
It’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

compose-stability-analyzer-idea/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All 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

0 commit comments

Comments
 (0)