Skip to content

Releases: composablehorizons/ComposeTheme

1.2.0-alpha

01 Jul 19:18
Compare
Choose a tag to compare

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 a PointerIcon.Hand icon when used on web vs a PointerIcon.Default icon on desktop.

1.1.0-alpha

21 Jun 14:43
Compare
Choose a tag to compare

What's new

  • You can now extend ComposeTheme with any existing design system, using the extend {} 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