Skip to content

Commit 1686c03

Browse files
committed
Add missing change logs
1 parent bc86609 commit 1686c03

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

compose-stability-analyzer-idea/build.gradle.kts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,27 @@ intellijPlatform {
7171
</ul>
7272
""".trimIndent()
7373
changeNotes = """
74+
<b>0.5.1</b>
75+
<ul>
76+
<li><b>Added wasmJs target support</b> - Runtime module now supports WebAssembly JavaScript for Compose Multiplatform web apps (Issue #32)</li>
77+
<li><b>Fixed sealed class stability inheritance</b> - Sealed classes with @Immutable/@Stable annotations now properly propagate stability to subclasses (Issue #31)</li>
78+
<li>Abstract classes with stability annotations are now correctly analyzed</li>
79+
<li>Both IDE plugin and compiler plugin handle sealed class hierarchies consistently</li>
80+
</ul>
81+
<b>0.5.0</b>
82+
<ul>
83+
<li><b>Breaking: Minimum IDE version updated to 2024.2+ (build 242+)</b></li>
84+
<li><b>New Compose Stability Tool Window</b> - View all composables in your project at a glance (Issue #14)</li>
85+
<li>Tree view grouped by module → package → file with color-coded stability indicators</li>
86+
<li>Details pane with parameter stability, double-click navigation to source</li>
87+
<li>Filter buttons for All/Skippable/Unskippable composables</li>
88+
<li>Performance optimization - Tool window reads pre-computed JSON files instead of re-analyzing</li>
89+
<li>Fixed PluginException in IntelliJ IDEA 2025.2.4 (Issue #33)</li>
90+
<li>Fixed typealias detection for Composable function types (Issue #16)</li>
91+
<li>New setting: "Show in test source sets" for gutter icons (Issue #21)</li>
92+
<li>Improved cross-module stability detection with @StabilityInferred annotation (Issue #18)</li>
93+
<li>Extended compatibility to IntelliJ IDEA 2025.3 (build 253)</li>
94+
</ul>
7495
<b>0.4.0</b>
7596
<ul>
7697
<li>Added ProGuard consumer rules for automatic R8/ProGuard compatibility</li>
@@ -129,7 +150,6 @@ intellijPlatform {
129150

130151
pluginVerification {
131152
ides {
132-
// Verify compatibility with recommended IDE versions
133153
recommended()
134154
}
135155
}

0 commit comments

Comments
 (0)