Releases: IlyaSemenov/nuxt3-class-component
Releases · IlyaSemenov/nuxt3-class-component
v1.3.1
Patch Changes
- 0aa7f7c: Move
vue-facing-decorator
to peerDependencies
, fix import in pnpm projects without shameful hoisting.
v1.3.0
Minor Changes
- 7c31851: Support Nuxt 3.11, automatically enable
experimentalDecorators
in esbuild.
- a7237e9: Type-aware
@NuxtComponent
.
v1.2.0
Minor Changes
- 4b7fb2d: Use vue-facing-decorator@3.
Release 1.1.2
- fix: actually fix nuxt-property-decorator types in production (98e49eb)
Release 1.1.1
- fix: actually write nuxt-property-decorator.ts to prevent TS error (f9827ee)
- docs: add funding info (90c7379)
Release 1.1.0
- ci: test with github actions (dcc74e2)
- feat: drop-in replacement for nuxt-property-decorator (64aff94)