-
0.6.1 protected66e99167 · ·
OutlinedButton, TextButton, improved documentation headers ### Components - Design OutlinedButton (#15, !75) - Design Textbutton (#15, !75) Thanks @depaze! ### Documentation - Clarified the stabilitity of each module (!86) - Added links to a versioned documentation page (!86)
-
0.6.0 protected026d38d9 · ·
All chips, dynamic colors ### Components - Fix hover/focus on AssistChip (!78) - Simplify output of CircularProgressIndicator (!78) - Fix the SnackBar close button being misplaced (!82) - Implement FilterChip (!78) - Implement InputChip (!82) - Implement SuggestionChip (!84) - Animate presence of icons in chips (!84) - Add elevated variants of chips (!84) ### Theme - Create the new Material You theme, which allows to dynamically select a color theme (!79) ### Dependencies - Kotlin 2.0.20 (!80) - Compose Multiplatform 1.6.11 (!80) - KotlinX.Coroutines 1.9.0 (!85) - Pedestal 2.3.0 (!85)
-
0.5.1 protected788c317c · ·
AssistChip and demo improvements ### Components - Prototype of AssistChip (#63, !76) ### Demo - Improve the demo look and feel (!71) - Remember the user's color scheme (!73)
-
0.5.0 protected02573393 · ·
### Components - Create TextField with minimal styling (#76, !51) - Create Badge with minimal styling (#24, !67) - Create Snackbar (#28, !70) - Improve the design of ElevatedButton (#15, !59, !72) - Improve the design of FilledButton (#15, !72) - Improve the design of FilledTonalButton (#15, !72) - Rename package from opensavvy.material3.tailwind to opensavvy.material3.html (!66) ### Documentation - Fixed outdated README which mentioned TailwindCSS (#98, !60) ### Dependencies - Kotlin 2.0.0 - Compose Multiplatform 1.6.10 - KotlinX.Coroutines 1.8.1 - Pedestal Progress 2.2.2 - KJS Resources 0.3.0 ### Contributors We thank @Depaze to contributing improvements to ElevatedButton, FilledButton and FilledTonalButton!
-
0.4.0 protected3d4c809e · ·
Vanilla CSS, stable LinearProgressIndicator, experimental Divider & InsetDivider, experimental Checkbox ### Tech stack migration We have moved away from TailwindCSS, using vanilla CSS instead. To learn more, see #95, #96, !57. ### Components - Mark LinearProgressIndicator as stable (83f26c83, !42) - Prototype Checkbox (#60, fe266d36, !43) - Create Divider and InsetDivider (#38, #39, !45) ### Documentation - List all components in the main README (1d444f00) - Add a MavenCentral link to the module header (9521a719)
-
0.3.1 protectedf1ca0472 · ·
Switch skeleton and dependency upgrades ### Material3 - Create the Switch skeleton (#72, !38) ### Dependencies - Kotlin 1.9.22 (!41) - Compose Multiplatform 1.5.12 (!41) - TailwindCSS 3.4.1 (#43, !40) - PostCSS 8.4.35 (#43, !40) - Autoprefixer 10.4.17 (#43, !40)
-
0.3.0 protected112beb9f · ·
Easily import the configuration, API for extended FABs and cards ### TailwindCSS - Exposed the TailwindCSS configuration and CSS files to Gradle (#92, !34) - Added missing Material3 colors (!35) ### Components - Added an optional label to FABs to create extended FABs (#16, !36) - Prototyped cards (#32, !37) ### Demo - Imported the TailwindCSS configuration and CSS files (#92, !34) ### Build and deployment - Fixed publishing (#91, !33)
-
0.2.0 protectedee5ef447 · ·
ButtonGroup and LinearProgressIndicator ### Components - Add ButtonGroup (#80, !20) - Implement LinearProgressIndicator (#88, #86, !21, !23) - Prototype FloatingActionButton (#18, !24) ### TailwindCSS - Remove the 'palette' colors from the TailwindCSS config (#90, !25) ### Dependencies - Vite for Kotlin 0.3.2 (06b3146f, !22) - Kotlin 1.9.21 (06e06468) - Compose Multiplatform 1.5.11 (06e06468) - TailwindCSS 3.4.0 (175a7b71) - PostCSS 8.4.33 (175a7b71) - Pedestal 2.1.0 (4f4faf85)
-
0.1.1 protecteda39e0fb0 · ·
Documentation improvements ### Documentation - Added module-level descriptions (#81, !16) ### Demo - Deploy the demo on GitLab Pages (#84, !17) - Let users select the color scheme (#82, !18) - Helpers to control the value of all arguments (#83, !19)
-
0.1.0 protected1cdecff3 · ·
Initial alpha release ### Components - Buttons API (#14, !7) - Chips API (#62, !14) - Progress indicator API (#26, !9) ### TailwindCSS - Colors as CSS variables (#12, !13) ### Build and deployment - Use Vite instead of Webpack (#4, !5)