Skip to content

Commit 2f90680

Browse files
chore(release): publish
- project: vite 8.0.0-rc.0
1 parent 7e8f7f2 commit 2f90680

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

packages/vite/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 8.0.0-rc.0 (2026-08-21)
2+
3+
### 🚀 Features
4+
5+
- **vite:** align the dev boot with 9.1 runtime contract ([#11355](https://github.com/NativeScript/NativeScript/pull/11355))
6+
- **vite:** allow auto port availability selection ([#11351](https://github.com/NativeScript/NativeScript/pull/11351))
7+
- ⚠️ **vite:** add Vite 8 HMR engine with ns:runtime ([d601d0d11](https://github.com/NativeScript/NativeScript/commit/d601d0d11))
8+
- vite improvements ([5360522b9](https://github.com/NativeScript/NativeScript/commit/5360522b9))
9+
- NativeClass transformer now supports ts-patch and ts-loader ([#10952](https://github.com/NativeScript/NativeScript/pull/10952))
10+
- @nativescript/vite ([#10948](https://github.com/NativeScript/NativeScript/pull/10948))
11+
12+
### 🩹 Fixes
13+
14+
- **vite:** lazy-load Vue SFC compiler ([#11354](https://github.com/NativeScript/NativeScript/pull/11354))
15+
- **vite:** remove browser preload probe from native bundles ([#11311](https://github.com/NativeScript/NativeScript/pull/11311))
16+
- **vite:** fix windows path separator for static copy targets ([#11048](https://github.com/NativeScript/NativeScript/pull/11048))
17+
- **vite:** __dirname windows compat ([#11046](https://github.com/NativeScript/NativeScript/pull/11046))
18+
- **vite:** init handling ([1c6c38d19](https://github.com/NativeScript/NativeScript/commit/1c6c38d19))
19+
20+
### ⚠️ Breaking Changes
21+
22+
- **vite:** add Vite 8 HMR engine with ns:runtime ([d601d0d11](https://github.com/NativeScript/NativeScript/commit/d601d0d11))
23+
24+
### ❤️ Thank You
25+
26+
- Adrien Foulon @Tofandel
27+
- farfromrefuge
28+
- Nathan Walker
29+
- Tanner Linsley
30+
131
## 2.0.3 (2026-04-12)
232

333
### Fixes

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/vite",
3-
"version": "8.0.0",
3+
"version": "8.0.0-rc.0",
44
"description": "Vite for NativeScript",
55
"main": "./index.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)