Releases: composablehorizons/ComposeTheme
Releases ยท composablehorizons/ComposeTheme
1.2.0-alpha
What's new
- Introduces
PointerIcon.PlatformPointer
. It is used to indicate the hovered item is interactive. The icon displayed depends on the platform the icon will be used on. For example, this will show aPointerIcon.Hand
icon when used on web vs a PointerIcon.Default icon on desktop.
1.1.0-alpha
What's new
- You can now extend
ComposeTheme
with any existing design system, using theextend {}
function (learn how) - New
composetheme-material3
&composetheme-material
modules added for easier integration with Material 3 Compose and Material Compose (learn how). - You can now create properties of any type instead of
DesignTokens