Skip to content

2.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 04:56
fdc0642

Added

  • Introduce new Theme extend API. This allows you to extend a given theme via the buildTheme {} function and have a hook, in which you can provide your own composition locals. Check the respective Demo to get started.
  • Added accessibilityLabel to UnstyledSwitch so switches can expose an explicit content
    description.

Changed

  • Compose Unstyled now uses Kotlin 2.4.0 and Compose Multiplatform 1.11.1.

Fixed

  • Fixed dialog pointer input handling when scaling animations are used. (#125)

Removed

  • Removed the unused ComposableWithContent, OverriddenValue, and ThemeToken.provides()
    theming helper APIs.