Skip to content

v0.95.0

Choose a tag to compare

@axadrn axadrn released this 01 Sep 11:14

Added

  • Sheet: custom widths are respected again.
  • Docs & CLI: now show how to update components.
  • Added documentation for persisted sidebar state.

Changed

  • Cleaned up unused sidebar code + properties.

Removed

  • removed automatic cookie restore to prevent flicker.
  • Modal: only closes on backdrop clicks (not child elements).

Fixed

  • Sidebar: new portal pattern for state + rendering (fixes duplicate content/IDs, smoother performance).
  • API Docs: corrected collapsible attribute. (thanks @shtayeb)
  • fixed cookie pollution with proper global state persistence (sidebar_state).
  • Collapsed prop now works for SSR.
  • Calendar: fixed year navigation bug when jumping from December → January or backwards.
  • fixed tooltip hover conflicts caused by duplicate IDs.
  • Typo + minor consistency fixes.