Skip to content

1.3.0

Latest

Choose a tag to compare

@prabhuignoto prabhuignoto released this 12 Nov 11:44
· 2 commits to master since this release

Added

  • Nuxt 3 Module Support: Official Nuxt 3 module with auto-registration and global component support
  • Nuxt 3 plugin for seamless component registration
  • Comprehensive Nuxt 3 documentation guide with installation options, patterns, and best practices
  • Nuxt 3 example component demonstrating all features
  • Full TypeScript support for Nuxt 3 integration
  • SSR/SSG compatibility for Nuxt 3 projects
  • Programmatic API access in Nuxt 3 environments
  • Reactive source updates support

Fixed

  • Issue #23: Fixed compatibility with Nuxt 3 applications
  • Resolved Issue #47: Component now works on Nuxt 3
  • TypeScript configuration improvements for better type safety
  • Enhanced reactivity in MainSetup component with proper watchers
  • Improved module setup type safety

Changed

  • Refactored component props handling for improved readability
  • Updated package.json with Nuxt 3 module exports configuration
  • Enhanced component reactivity with refs for better autocomplete

Technical

  • Added @nuxt/kit dependency
  • Updated coverage reports and test metrics
  • Added Tooltip.vue to coverage tracking