We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305c9d9 commit a08bd29Copy full SHA for a08bd29
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.49.6] - 2025-01-11
11
+
12
+### Added
13
14
+- ScrollAreaState now exposes a new `isScrollInProgress` property
15
16
+### Fixed
17
18
+- Scrollbars Thumb HideWhileIdle hides while scrolling #114
19
20
## [1.49.5] - 2025-01-03
21
22
### Added
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-unstyled = "1.49.5"
+unstyled = "1.49.6"
3
4
kotlin = "2.2.20"
5
compose = "1.9.0"
0 commit comments