Skip to content

v0.116.2

Choose a tag to compare

@github-actions github-actions released this 24 Feb 16:19
· 17 commits to main since this release
01a30fc

Patch Changes

  • #1048 3416f067 Thanks @tenphi! - Banner: Use Button component instead of Link for BannerLink implementation. This is an internal refactoring that maintains the same public API and visual appearance.

  • #1048 3416f067 Thanks @tenphi! - Fix okhsl color function to preserve opacity/alpha channel when converting to RGB. Previously, alpha values were silently dropped when using okhsl() colors in styles or tokens. Now okhsl() colors with alpha (e.g., okhsl(240 50% 50% / .5)) are correctly converted to rgb() format with alpha preserved.

  • #1050 f4f3f829 Thanks @tenphi! - Persist dismissed notification IDs in localStorage so they survive page reloads (24h TTL)

  • #1050 f4f3f829 Thanks @tenphi! - Add actions prop to Toast component to support interactive action buttons (e.g., Cancel button in progress toasts). Toasts with actions remain interactive and prevent overlay collapse.