Skip to content

v0.7.0

Choose a tag to compare

@Aejkatappaja Aejkatappaja released this 09 Apr 22:20
· 72 commits to main since this release
42008ac

Features

  • loading="false" treated as falsy — No more || undefined workaround. Pass booleans directly in React <19, Qwik, Solid, and vanilla HTML. React 19+, Vue, and Svelte already handled this natively.

  • Auto-generated changelog — Docs now include a Changelog page pulled from GitHub releases at build time. Stays up to date automatically on every deploy.

Docs & Demo

  • Redesigned demo controls: ghost mascot toggle button with bounce animation
  • Handwritten "click me!" chalk annotation on desktop
  • Mobile: floating action button + bottom sheet for settings (swipe to close)
  • Compact bottom sheet layout: 2-column grid for colors and sliders
  • Responsive dashboard card grid (4→2 columns on mobile)
  • Ghost-style back button with arrow icon
  • Landing page cards with subtle colored borders and tinted backgrounds
  • Matched docs background colors to demo page (dark/light)
  • Improved data fetching guide: clarified that layout structure is the skeleton, no fake placeholder text needed
  • Removed || undefined pattern from all code examples across docs, README, and framework guides