-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/docker-env
- Loading branch information
Showing
48 changed files
with
3,015 additions
and
1,838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,100 @@ | |
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## v2.6.3 | ||
|
||
[compare changes](https://github.com/unjs/nitro/compare/v2.6.2...v2.6.3) | ||
|
||
### 🩹 Fixes | ||
|
||
- **firebase:** Apply region for gen2 deployments ([#1657](https://github.com/unjs/nitro/pull/1657)) | ||
- **cloudflare-pages:** Autodetect static preset ([#1659](https://github.com/unjs/nitro/pull/1659)) | ||
- Resolve output dirs relative to `rootDir` ([#1666](https://github.com/unjs/nitro/pull/1666)) | ||
- **prerender:** Allow disabling html sub-folders ([#1676](https://github.com/unjs/nitro/pull/1676)) | ||
- **firebase:** Use correct key when importing firebase `httpsOptions` ([#1663](https://github.com/unjs/nitro/pull/1663)) | ||
- Await on `send()` calls ([#1701](https://github.com/unjs/nitro/pull/1701)) | ||
- Bun dev compatibility ([#1702](https://github.com/unjs/nitro/pull/1702)) | ||
- **aws-lambda,netlify-lambda:** Binary body v2 and cookies v1 ([#1683](https://github.com/unjs/nitro/pull/1683)) | ||
- **iis:** Merge `web.config` ([#1658](https://github.com/unjs/nitro/pull/1658)) | ||
|
||
### 📖 Documentation | ||
|
||
- **render-com:** Add note about node version ([#1693](https://github.com/unjs/nitro/pull/1693)) | ||
- Add instructions for using nuxt edge release channel ([#1688](https://github.com/unjs/nitro/pull/1688)) | ||
- Add instructions for bun ([#1672](https://github.com/unjs/nitro/pull/1672)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V2.6.2 ([9d0a383c](https://github.com/unjs/nitro/commit/9d0a383c)) | ||
- Tiny internal typo ([#1668](https://github.com/unjs/nitro/pull/1668)) | ||
- Fix code comments ([#1673](https://github.com/unjs/nitro/pull/1673)) | ||
- Update dependencies ([3134ba6d](https://github.com/unjs/nitro/commit/3134ba6d)) | ||
|
||
### ✅ Tests | ||
|
||
- Update test for bun headers ([#1684](https://github.com/unjs/nitro/pull/1684)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Gavin Hardaker ([@Hardaker587](http://github.com/Hardaker587)) | ||
- Heb ([@Hebilicious](http://github.com/Hebilicious)) | ||
- Colin McDonnell ([@colinhacks](http://github.com/colinhacks)) | ||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Luke Nelson <[email protected]> | ||
- Rajeev R Sharma <[email protected]> | ||
- Markthree ([@markthree](http://github.com/markthree)) | ||
- Daniel Roe <[email protected]> | ||
- Yuichi Takebe | ||
|
||
## v2.6.2 | ||
|
||
[compare changes](https://github.com/unjs/nitro/compare/v2.6.1...v2.6.2) | ||
|
||
### 🩹 Fixes | ||
|
||
- Use new h3 generics for `defineCachedEventHandler` ([#1640](https://github.com/unjs/nitro/pull/1640)) | ||
- **aws-lambda, netlify:** Add `isBase64Encoded` response field ([#1645](https://github.com/unjs/nitro/pull/1645)) | ||
- Exclude typed body from `cachedEventHandler` ([#1647](https://github.com/unjs/nitro/pull/1647)) | ||
- **static:** Send immediate empty responses for 304 handling ([#1639](https://github.com/unjs/nitro/pull/1639)) | ||
|
||
### 🏡 Chore | ||
|
||
- **docs:** Update dependencies ([d4d622c2](https://github.com/unjs/nitro/commit/d4d622c2)) | ||
- **docs:** Add hotfix for `micromark` import issue ([b1e676e6](https://github.com/unjs/nitro/commit/b1e676e6)) | ||
- Update lockfile ([fffd8724](https://github.com/unjs/nitro/commit/fffd8724)) | ||
- Update `listhen` ([62ac3065](https://github.com/unjs/nitro/commit/62ac3065)) | ||
|
||
### ✅ Tests | ||
|
||
- Add test for prerender ignored `data:` urls ([#1431](https://github.com/unjs/nitro/pull/1431)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Markthree ([@markthree](http://github.com/markthree)) | ||
- Daniel Roe <[email protected]> | ||
- Azcray | ||
|
||
## v2.6.1 | ||
|
||
[compare changes](https://github.com/unjs/nitro/compare/v2.6.0...v2.6.1) | ||
|
||
### 🩹 Fixes | ||
|
||
- Correctly mark `middleware: false` for scanned routes ([#1631](https://github.com/unjs/nitro/pull/1631)) | ||
- Pass relative ignore paths when scanning public assets ([#1632](https://github.com/unjs/nitro/pull/1632)) | ||
|
||
### 🏡 Chore | ||
|
||
- Update dependencies ([a779ae79](https://github.com/unjs/nitro/commit/a779ae79)) | ||
- Force cf pages headers type ([81ec33a0](https://github.com/unjs/nitro/commit/81ec33a0)) | ||
- Update mlly ([f76f0daa](https://github.com/unjs/nitro/commit/f76f0daa)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Daniel Roe <[email protected]> | ||
|
||
## v2.6.0 | ||
|
||
[compare changes](https://github.com/unjs/nitro/compare/v2.5.2...v2.6.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
export default defineNuxtConfig({ | ||
extends: '@nuxt-themes/docus', | ||
modules: ['@nuxtjs/plausible'] | ||
}) | ||
extends: "@nuxt-themes/docus", | ||
modules: ["@nuxtjs/plausible"], | ||
alias: { | ||
"micromark/lib/preprocess.js": "micromark", | ||
"micromark/lib/postprocess.js": "micromark", | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.