mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
6a30a6fd10
- @nuxt/kit@0.4.0 - @nuxt/nitro@0.5.0 - nuxt3@0.4.0 - @nuxt/vite-builder@0.2.1 - @nuxt/webpack-builder@0.3.0
10 KiB
10 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.4.0 (2021-04-12)
Features
0.3.0 (2021-04-09)
Features
0.2.6 (2021-04-08)
Note: Version bump only for package nuxt3
0.2.5 (2021-04-06)
Note: Version bump only for package nuxt3
0.2.4 (2021-04-06)
Note: Version bump only for package nuxt3
0.2.3 (2021-04-04)
Note: Version bump only for package nuxt3
0.2.2 (2021-04-04)
Bug Fixes
- nitro: resolve alias for serverMiddleware (c864c5a)
0.2.1 (2021-04-04)
Bug Fixes
- nuxt3: install nuxt-cli by default (3e794a3)
0.2.0 (2021-04-04)
Bug Fixes
- app: provide appDir via meta export (94d3697)
- webpack compilation (#41) (2c1eb87)
- app: improve composables (#183) (451fc29)
- webpack: types in webpack and await compiler close (#176) (2c9854d)
- import Builder not as default (daaa8ed)
- include nitro.client plugin for global $fetch (23f6578)
- remove runtimeChunk options (HMR push of undefined error) (7309ef3)
- update nitro preset for dev (040e14f)
- types: type definitions errors (#172) (52d28c0)
- allow resolving relative
package.json
in vite mode (abb21f3), closes #146 - don't display 404 page if no pages/ (d63b283)
- init nitro before module container (closes #165) (270bbbc)
- polyfill $fetch on globalThis (a1ac066)
- remove use of html-webpack-plugin (c89166f)
- replace ~build with nuxt/build (52592a5)
- build: style not work in vue (dab1a83)
- build: use last hash file name in client manifest (#123) (8e320f8)
- builder: empty buildDir only once by build (7b3244a)
- builder: empty dir before generate (8a1cb84)
- renderer: missing nomodule on legacy modules (d171823)
- router: generate empty array (#133) (0b31d93), closes #129
- ssr: update ssr/client manifect after webpack v5 beta.30 (#48) (db050fd)
- vite: include deps from nuxt3 package (694a6b5)
- webpack: remove hmr chunks from client manifest (64ca193)
- remove NuxtChild refs (#113) (ba0fae7)
- webpack: DeprecationWarning DEP_WEBPACK_COMPILATION_ASSETS (#57) (20c2375)
- webpack: use modern target for esbuild (ae32ca4)
- webpack5: plugins/vue/server DeprecationWarning (8936fe7)
- RouterLink import (00e13c3)
Features
@nuxt/kit
and new config schema (#34) (46f771a)- add
nuxt-head
component (#166) (545bfe4) - add asyncData and improve reactivity (#174) (5248c61)
- add support for
useHead
(#122) (3f99bb7) - add vue-app types (#12) (a74b48c)
- create
nu
cli (c9347e3) - improve app, fetch and support vuex5 (5a7f516)
- improve typing of config (2122838)
- initial support for vite bundler (#127) (9be2826)
- initial work for pages routing (#113) (a6f9fb4)
- migrate to nitro (faabd1a)
- module utils and improvements (#38) (b3f3dc9)
- preliminary vue-app types (426cf1b)
- prepare for npm publish (47c738c)
- rewrite webpack config (#30) (d6ed1df)
- rollup build, basic typescript support and typescript app (e7dd27f)
- support auto import of plugins (#169) (bece3b8)
- support document.html (0947613)
- typed nuxt (1) (38e72f8)
- use express instead of connect (c0e565c)
- use sigma (#95) (0091dba)
- useAsyncData (#142) (a870746), closes #141
- style: add style loaders (#50) (232d329)
- webpack: replace optimize-css-assets-webpack-plugin with css-minimizer-webpack-plugin (2ee8628)