← All Releases

1.0.8-alpha

July 14, 2025

New Button component, CLI tool, playground docs site, and Tooltip hydration fixes

Summary

  • Introduced the first production-ready Button building block and initial docs foundation.
  • Added the first CLI install flow for component templates.
  • Stabilized Tooltip SSR/client behavior to prevent hydration issues.

Added

  • Added LevButton.vue as a lightweight logic-first button with variants and icon slots.
  • Added the first CLI flow: npx accelerator add <component>, including Button template installation.
  • Added the initial docs/playground experience with navigation, preview blocks, anchors, and API presentation.

Changed

  • Replaced the older opinionated button implementation with a leaner, extensible approach.

Fixed

  • Fixed Tooltip SSR hydration mismatch in LevTooltip.vue.
  • Simplified Tooltip mousemove positioning logic for smoother tracking behavior.

Breaking Changes

  • None.