Compose Window Styler v0.2.0
Breaking Changes
- Renamed the library to Compose Window Styler for wider scope of styling
- Renamed package name to
com.mayakapps.compose.windowstyler
- Changed the published artifact to
com.mayakapps.compose:window-styler
and it is now available on the Maven Central
Note: the old artifact that is available on GitHub Packages will be deleted soon - Renamed
ApplyEffect
&WindowEffect
toWindowStyle
&WindowBackdrop
respectively
What's Changed
- Reworked most of the internal code for more organized code base
- Converted the project to be multi-module and added demo application to test the library conveniently
- Separated isDarkTheme parameter from Mica effect to be a separate window style as it can be used to theme the title bar
- Fixed an issue that caused colors to render incorrectly and updated the effects to use Compose Color by @MSDarwish2000 in #6
- Reworked transparent effect to allow colors and semitransparency by @MSDarwish2000 in #8
- Make default backdrop black in dark theme by @MSDarwish2000 in #9
- Implement fallback strategy for modern backdrops by @MSDarwish2000 in #11
Full Changelog: v0.1.0...v0.2.0