Skip to content

Releases: composablehorizons/compose-unstyled

1.49.3

26 Nov 11:51

Choose a tag to compare

Added

Allow customization of Platform Themes (b2c2a26)

Fixed

  • Tint TextField's contents according to LocalContentColor (1b3fb2b)
  • Fix a crash when updating BottomSheet's detents (7961afd)
  • Fix bug where Modifier.onFocusChanged wouldn't work with TextField (e3f0bd6)

1.49.2

19 Nov 09:40

Choose a tag to compare

Fix some issues with the publishing plugin

1.49.1

19 Nov 09:15

Choose a tag to compare

  • Move Text & TextField to shared module, so that it can be accessed by Platform Themes.
  • Give unstyled module a unique android namespace so that it can be used by Gradle 9.0

1.49.0

17 Nov 01:42

Choose a tag to compare

Added

  • Introduce Platform Themes. Platform Themes provide a native look and feel depending on the platform you are running on, such as platform fonts, text sizes, emojis on Web, touch indications, and interactive sizing for controls.
  • Add option to animate ColoredIndication's color changes
  • Add getter to MutableThemeProperties

Changed

  • Updated demos to use Platform Theme instead of hardcoded styles

1.48.3

11 Nov 06:23

Choose a tag to compare

Fixed

  • Ensure modal is added before monitoring its state (fixes #151)