Skip to content

v0.98.0

Choose a tag to compare

@axadrn axadrn released this 02 Oct 08:37

Added

  • New standalone component
  • Code component simplified (no longer includes copy button)
  • Month and year selection dropdowns
  • New time input showcase examples
  • Time input showcase examples (default + styled)
  • Exclusive prop – auto-closes other popovers when opening
  • Automatic script versioning on app restart
  • Updated Lucide icons to v0.544.0
  • Custom width support via CSS variables
  • Copy Button: The Code component no longer includes a copy button. Use the new standalone Copy Button component instead (thanks @jaredweinfurtner, @shtayeb, @nenad, and @ananyatimalsina for their contributions!)

Changed

Removed

  • Dropdown: removed dynamic class generation
  • Avatar: API simplified to match shadcn/ui pattern

Fixed

  • Select Box: two-way binding with reactive frameworks
  • Transform-based offcanvas animation
  • Toast: stable progress indicator rendering
  • Dialog: close button now type="button" to prevent form submit
  • Code: respects DOM swaps