mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
c06dbd6c6e
- @nuxt/app@0.3.1 - nuxt-cli@0.3.0 - @nuxt/kit@0.5.0 - @nuxt/nitro@0.5.1 - nuxt3@0.5.0 - @nuxt/vite-builder@0.3.0 - @nuxt/webpack-builder@0.3.1
49 lines
1.7 KiB
Markdown
49 lines
1.7 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.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))
|