You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.