Releases: permafrost-dev/vue-ray
Releases · permafrost-dev/vue-ray
v2.0.3
What's Changed
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #243
- RayPlugin was not exported by @rinodrummer in #245
New Contributors
- @rinodrummer made their first contribution in #245
Full Changelog: v2.0.1...v2.0.3
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
v1.17.4
What's Changed
- npm(deps-dev): bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #19
- npm(deps-dev): bump husky from 6.0.0 to 7.0.4 by @dependabot in #32
- npm(deps-dev): bump @types/jest from 26.0.24 to 27.4.0 by @dependabot in #36
- npm(deps-dev): bump @types/node from 16.11.25 to 17.0.18 by @dependabot in #41
- npm(deps-dev): bump concurrently from 6.5.1 to 7.0.0 by @dependabot in #42
- npm(deps-dev): bump lint-staged from 11.2.6 to 12.3.5 by @dependabot in #46
- npm(deps-dev): bump @rollup/plugin-replace from 2.4.2 to 4.0.0 by @dependabot in #43
- npm(deps-dev): bump @rollup/plugin-commonjs from 19.0.2 to 21.0.2 by @dependabot in #44
- npm(deps-dev): bump eslint from 7.32.0 to 8.10.0 by @dependabot in #45
- Bump actions/checkout from 2 to 3 by @dependabot in #47
- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in #49
- Added scheme to Installation options to avoid #51 by @justinhartman in #53
- Bump actions/cache from 2 to 3.0.1 by @dependabot in #52
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #54
- Bump actions/cache from 3.0.1 to 3.0.2 by @dependabot in #55
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #56
- Bump github/codeql-action from 1 to 2 by @dependabot in #59
- npm(deps-dev): bump @rollup/plugin-commonjs from 21.1.0 to 22.0.0 by @dependabot in #58
- npm(deps-dev): bump husky from 7.0.4 to 8.0.1 by @dependabot in #63
- Bump actions/cache from 3.0.2 to 3.0.3 by @dependabot in #65
- Bump actions/cache from 3.0.3 to 3.0.4 by @dependabot in #69
- npm(deps-dev): bump lint-staged from 12.5.0 to 13.0.0 by @dependabot in #66
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #75
- npm(deps-dev): bump @types/node from 17.0.45 to 18.0.1 by @dependabot in #76
- Bump actions/cache from 3.0.4 to 3.0.5 by @dependabot in #78
- Bump actions/cache from 3.0.5 to 3.0.6 by @dependabot in #80
- Bump actions/cache from 3.0.6 to 3.0.7 by @dependabot in #81
- Bump actions/cache from 3.0.7 to 3.0.8 by @dependabot in #83
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #94
- Bump actions/cache from 3.0.8 to 3.0.11 by @dependabot in #102
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #110
- bump dep versions by @patinthehat in #118
- npm(deps-dev): bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 by @dependabot in #119
- npm(deps-dev): bump @rollup/plugin-typescript from 10.0.1 to 11.0.0 by @dependabot in #120
- npm(deps-dev): bump typescript from 4.9.5 to 5.0.4 by @dependabot in #128
- npm(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by @dependabot in #126
- npm(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #130
- npm(deps-dev): bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 by @dependabot in #131
- Bump dependabot/fetch-metadata from 1.3.5 to 1.4.0 by @dependabot in #132
- Update dependencies by @patinthehat in #133
- Add typescript definitions by @patinthehat in #134
New Contributors
- @dependabot made their first contribution in #19
- @justinhartman made their first contribution in #53
- @patinthehat made their first contribution in #118
Full Changelog: v1.17.3...v1.17.4
v1.17.3
- fix
console.log
interception
v1.17.2
- fix exports for vue 2
v1.17.1
- update esm exports to use named exports (so using
.default
isn't necessary)
v1.17.0
v1.16.0
v1.15.0
- try to determine the correct component name when displaying component events
v1.14.0
- don't display events for "unknown" components
- fix an issue with Vue 3 plugin throwing an error during event interception