Skip to content

Releases: huang-julien/nuxt-runtime-compiler

v1.3.0

17 May 21:50
dafbe1f
Compare
Choose a tag to compare

Hi there 👋 this release should be the last release for nuxt 3 as an option enabling the full bundle for vue runtime compiler has been merged in 3.4. And considered as stable in 3.5.

You can enable it with experimental.runtimeVueCompiler (3.4) or vue.runtimeCompiler (3.5)

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

06 Feb 22:16
Compare
Choose a tag to compare

fix

  • don't build with nuxt-module-builder to force nuxt to not use the native esm loader with this module

v1.2.1

05 Feb 23:17
8e2f871
Compare
Choose a tag to compare

Breaking Changes

This module needs to be imported within nuxt.config.ts to be able to import .ts files

Fixes

  • use resolve from pathe to resolve paths

Docs

  • update readme

v1.2.0

05 Feb 21:41
7d65e99
Compare
Choose a tag to compare

Feat

  • use AppConfig to define RuntimeCompilerOptions (runtime)
  • use AppConfig to add compiler options to webpack and vite (build time)

Docs

  • update README

v1.1.3

26 Jan 21:53
b690367
Compare
Choose a tag to compare

Fixes

  • don't set the alias on server with externalVue false

tests

  • add test fixtures

v1.1.2

04 Jan 23:11
c832896
Compare
Choose a tag to compare

Fix

  • fix vue alias not being set server side

Chore

  • clean playground

v1.1.0

15 Sep 18:13
ddb5e34
Compare
Choose a tag to compare
  • allow using the module with experimental.externalVue in nuxt config set to true
  • removed includeVue option

v1.0.10

03 Sep 22:20
ec237b7
Compare
Choose a tag to compare
  • add playground examples
  • set externalVue to false since nuxt 3.0.0-rc.9