8000 Releases · composablehorizons/ComposeTheme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Releases: composablehorizons/ComposeTheme

1.3.0

07 Jun 17:26
Compare
Choose a tag to compare

What's new

  • Make buildComposeTheme's lambda a Composable. This is done so that users can use Compose Resources directly when building themes

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
0