We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5598804 commit 5cbfeccCopy full SHA for 5cbfecc
packages/tanstack-router/CHANGELOG.md
@@ -0,0 +1,10 @@
1
+## 0.0.2 (2026-03-08)
2
+
3
+### 🚀 Features
4
5
+- support vite ([5598804](https://github.com/NativeScript/tanstack/commit/5598804))
6
+- improve deterministic page navigation handling ([c0cb80d](https://github.com/NativeScript/tanstack/commit/c0cb80d))
7
8
+### ❤️ Thank You
9
10
+- Nathan Walker
packages/tanstack-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/tanstack-router",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "TanStack Router for NativeScript",
"main": "index.cjs",
"module": "index.mjs",
@@ -10,6 +10,7 @@
"index.mjs",
11
"index.d.ts",
12
"solid",
13
+ "nativescript.vite.mjs",
14
"nativescript.webpack.js",
15
"solid-web-shim.js",
16
"solid-js-jsx-runtime-shim.js",
0 commit comments