You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compose-stability-analyzer-idea/build.gradle.kts
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,27 @@ intellijPlatform {
71
71
</ul>
72
72
""".trimIndent()
73
73
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>
0 commit comments