Skip to content

Pre-Release v1.0.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 02:57
· 0 commits to 4189f40b408d1f36fcd503443bf0d72f4b808bd9 since this release

馃И Pre-Release v1.0.3

鈿狅笍 This is a pre-release version for testing purposes

What's New

  • Latest features from the next branch
  • Astro-inspired dev toolbar design
  • Auto-minimized startup
  • Smart position dropdown menu

Installation

# Install specific pre-release version
npm install sv-console@v1.0.3

# Or install latest pre-release
npm install sv-console@next

Usage

// Auto-initialization
import 'sv-console/auto';

// Or manual component
import { FloatingDevCards } from 'sv-console';

Testing

This version is published from the next branch and may contain experimental features.