v2.0.1
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
- Add support for Node.js version 18 in test workflow by @patinthehat in #135
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #136
- Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #137
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #139
- Bump actions/checkout from 3 to 4 by @dependabot in #155
- npm(deps-dev): bump lint-staged from 13.3.0 to 14.0.1 by @dependabot in #151
- Bump actions/setup-node from 3 to 4 by @dependabot in #172
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #166
- Bump actions/cache from 3 to 4 by @dependabot in #219
- Bump github/codeql-action from 2 to 3 by @dependabot in #198
- Bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 by @dependabot in #235
- Bump dependabot/fetch-metadata from 1.7.0 to 2.0.0 by @dependabot in #236
- v2 refactor by @patinthehat in #239
Full Changelog: v1.17.4...v2.0.1