Skip to content

v2.0.1

Compare
Choose a tag to compare
@patinthehat patinthehat released this 06 Apr 05:19
· 7 commits to main since this release
2f77e7a

What's Changed

The version 2.0 rewrite implements these changes:

  • <script setup> support via a new raySetup() export
  • use of the app plugin is no longer mandatory
  • drop support for Vue 2
  • drop support for node versions lower than 18
  • package is now ESM-format first, with an optional commonJS dist build available
  • build process now uses vite instead of rollup
  • drop jest in favor of vitest
  • code quality improvements
  • bump dependencies to latest
  • significant refactoring
  • updates documentation

Full Changelog: v1.17.4...v2.0.1