Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions packages/vinext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# vinext

## 0.1.7

### Bug Fixes

- **Image:** emit hoisted var for local image import binding to avoid TDZ (#2067)
- **Dynamic:** render ssr:false loading with pastDelay:true to match client (#1967) (#2064)
- **Actions:** dedupe Set-Cookie on no-JS non-redirect action responses (#1976) (#2063)
- **RSC:** only short-circuit well-known signal digests so real errors reach onRequestError (#2066)

### Performance

#### App

- omit unused server action runtime (#2206)
- omit unused metadata route runtime (#2196)
- omit unused middleware runtime (#2194)

#### Misc

- **Server:** skip duplicate App RSC vary merge (#2177)
- **Server:** reuse App SSR bfcache metadata (#2182)
- **Client:** preserve additional route-owned shims (#2205)
- **Dev:** externalize SSR React runtime (#2191)
- **App Router:** isolate action request detection (#2188)
- **Client:** preserve App Router route chunk boundaries (#2189)
- **OG:** use MagicString positional overwrites instead of repeated replaceAll (#2202)
- **Dev Server:** memoize the Pages SSR handler across dev requests (#2201)
- **Mdx:** gate the MDX transform handler behind a native id filter (#2200)

### Contributors

- @Divkix
- @NathanDrake2406
- @shulaoda
- @TheAlexLichter

## 0.1.6

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/vinext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinext",
"version": "0.1.6",
"version": "0.1.7",
"description": "Run Next.js apps on Vite. Drop-in replacement for the next CLI.",
"license": "MIT",
"repository": {
Expand Down