Skip to content

v3.1.0-alpha02

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 16:34
· 39 commits to master since this release

What's new

[[FEAT] Added implementation of stickyHeader for Vertical Grid respecting topPadding.

  • Addresses topPadding considerations for sticky headers.
  • Known minor issues: item overlap during transitions.

[FEAT] Updated HazeStyle.regular to accept tint alpha as an argument.

  • Enhances flexibility by allowing dynamic tint transparency.

[FIX] Adjusted settings screen fadeEdge color to match background at 2.dp elevation (consistent with topBar).

  • Ensures visual consistency across settings screen elements.

[FEAT] Enhanced dark theme toast appearance with a linear gradient border in grey.

  • Replaces plain border with a gradient effect to achieve a glass-like appearance.

[FIX] Improved Home layout rotation by retaining BackdropState creation above Android 11.

  • Reduces unnecessary BackdropState creation.
  • Prepares for future use cases (e.g., glance, toast) on devices above Android 11.

Full Changelog: v3.0.2...v3.1.0-alpha02