← All Releases

1.0.29

February 11, 2026

NPM config cleanup, Alert type exports consolidation, and playground import alignment

Summary

  • Removed repository-level npm configuration to simplify package setup.
  • Consolidated runtime type exports to include Alert types.
  • Updated playground imports to align with Nuxt auto-import conventions.

Added

  • Added Alert type re-export in src/runtime/types/index.ts.

Changed

  • Removed custom npm configuration from .npmrc.
  • Updated playground imports in Alert/Breadcrumb examples to use #components instead of deep runtime paths.
  • Updated package metadata and lockfiles for the 1.0.29 release.

Fixed

  • Fixed inconsistent icon/component import usage in playground docs pages.

Breaking Changes

  • None.