mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
9797642d78
- @nuxt/app@0.5.0 - nuxt-cli@0.3.8 - @nuxt/component-discovery@0.2.0 - @nuxt/kit@0.6.4 - @nuxt/nitro@0.9.1 - nuxt3@0.8.0 - @nuxt/pages@0.3.0 - @nuxt/vite-builder@0.5.0 - @nuxt/webpack-builder@0.5.0
125 lines
3.9 KiB
Markdown
125 lines
3.9 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
|
|
# [0.5.0](https://github.com/nuxt/framework/compare/@nuxt/app@0.4.3...@nuxt/app@0.5.0) (2021-06-24)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **app:** add 'inject' param for nuxt3 plugins ([#226](https://github.com/nuxt/framework/issues/226)) ([62b19c6](https://github.com/nuxt/framework/commit/62b19c63f33bb8d6f208c934dc1cb16390992459))
|
|
|
|
|
|
### Features
|
|
|
|
* **app:** `defineNuxtPlugin` + legacy plugin handling ([#237](https://github.com/nuxt/framework/issues/237)) ([f843568](https://github.com/nuxt/framework/commit/f8435681d4e487ef2446956f557888401dd99d04))
|
|
|
|
|
|
|
|
|
|
|
|
## [0.4.3](https://github.com/nuxt/framework/compare/@nuxt/app@0.4.2...@nuxt/app@0.4.3) (2021-06-16)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* add nitro client plugin ($fetch support) ([#223](https://github.com/nuxt/framework/issues/223)) ([e2d5a2f](https://github.com/nuxt/framework/commit/e2d5a2f4b3f27d1454321ab22958ef3941a02978)), closes [#213](https://github.com/nuxt/framework/issues/213)
|
|
|
|
|
|
|
|
|
|
|
|
## [0.4.2](https://github.com/nuxt/framework/compare/@nuxt/app@0.4.1...@nuxt/app@0.4.2) (2021-06-04)
|
|
|
|
**Note:** Version bump only for package @nuxt/app
|
|
|
|
|
|
|
|
|
|
|
|
## [0.4.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.4.0...@nuxt/app@0.4.1) (2021-05-24)
|
|
|
|
**Note:** Version bump only for package @nuxt/app
|
|
|
|
|
|
|
|
|
|
|
|
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.3...@nuxt/app@0.4.0) (2021-05-20)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **nitro:** add body + body prepended scripts to template ([#154](https://github.com/nuxt/framework/issues/154)) ([c732873](https://github.com/nuxt/framework/commit/c7328732fbf7c47a9a9a71291b54def3444e1463))
|
|
|
|
|
|
### Features
|
|
|
|
* optional pages and refactor nuxt3 ([#142](https://github.com/nuxt/framework/issues/142)) ([6b62d45](https://github.com/nuxt/framework/commit/6b62d456d7fe8c9dd92803a30dcebf0d481f65c7))
|
|
* update vite implementation ([#130](https://github.com/nuxt/framework/issues/130)) ([9732d63](https://github.com/nuxt/framework/commit/9732d63c74b394706150ef35cc06c65d3fb185ad))
|
|
|
|
|
|
|
|
|
|
|
|
## [0.3.3](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.2...@nuxt/app@0.3.3) (2021-04-28)
|
|
|
|
**Note:** Version bump only for package @nuxt/app
|
|
|
|
|
|
|
|
|
|
|
|
## [0.3.2](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.1...@nuxt/app@0.3.2) (2021-04-23)
|
|
|
|
**Note:** Version bump only for package @nuxt/app
|
|
|
|
|
|
|
|
|
|
|
|
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.0...@nuxt/app@0.3.1) (2021-04-16)
|
|
|
|
**Note:** Version bump only for package @nuxt/app
|
|
|
|
|
|
|
|
|
|
|
|
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.1...@nuxt/app@0.3.0) (2021-04-09)
|
|
|
|
|
|
### Features
|
|
|
|
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
|
|
|
|
|
|
|
|
|
|
|
|
## [0.2.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.0...@nuxt/app@0.2.1) (2021-04-06)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* use `globalThis` instead of `global` ([#59](https://github.com/nuxt/framework/issues/59)) ([b12cbc5](https://github.com/nuxt/framework/commit/b12cbc5ed2f5448ba9c896a14730c09a6ee88e1d))
|
|
* **app, nitro:** fix `app:rendered` hook ([#53](https://github.com/nuxt/framework/issues/53)) ([7f97015](https://github.com/nuxt/framework/commit/7f97015c7443caacbb914ff3a0bc99149b66b3a6))
|
|
|
|
|
|
|
|
|
|
|
|
# 0.2.0 (2021-04-04)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **app:** provide appDir via meta export ([94d3697](https://github.com/nuxt/framework/commit/94d36976c79ff549a8d510795e7d47c5e32b8f96))
|
|
|
|
|
|
### Features
|
|
|
|
* **app:** asyncData with global state and explicit key ([#37](https://github.com/nuxt/framework/issues/37)) ([efabacd](https://github.com/nuxt/framework/commit/efabacd8e25c9e865fc30d1892c7006fc6ca97c0))
|
|
* module utils and improvements ([#38](https://github.com/nuxt/framework/issues/38)) ([b3f3dc9](https://github.com/nuxt/framework/commit/b3f3dc94f3ef0790eea114d605b6f320dbf3f1d2))
|