@meshagent/meshagent-tailwind 0.35.4 → 0.35.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [0.35.6]
|
|
2
|
+
- New `@meshagent/meshagent-ts-auth` package provides framework-agnostic OAuth/PKCE login, token storage/refresh, and access-token providers.
|
|
3
|
+
- New `@meshagent/meshagent-react-dev` package adds developer console hooks for logs, terminal sessions, and webterm/ghostty integrations.
|
|
4
|
+
- Breaking: `@meshagent/meshagent-react-auth` now builds on `@meshagent/meshagent-ts-auth` and React Query; built-in auth primitives and the LoginScope component were removed in favor of hook-based APIs.
|
|
5
|
+
- TypeScript storage uploads now honor server-provided `chunk_size` pull headers for adaptive chunking.
|
|
6
|
+
- Async-iterable subscriptions in the React package now call iterator `return()` on unsubscribe to clean up resources.
|
|
7
|
+
- Dependency updates: `react`/`react-dom` ^19.1.8, `@tanstack/react-query`/`@tanstack/react-query-devtools` ^5.95.2, `ghostty-web` ^0.4.0, `wasm-webterm` (GitHub), `jest` ^30.3.0, `@types/jest` ^30.0.0, `ts-jest` ^29.4.6, `esbuild` ^0.25.0, `@types/react` ^19.1.8, `@types/react-dom` ^19.1.8.
|
|
8
|
+
|
|
9
|
+
## [0.35.5]
|
|
10
|
+
- Stability
|
|
11
|
+
|
|
1
12
|
## [0.35.4]
|
|
2
13
|
- Stability
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshagent/meshagent-tailwind",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.6",
|
|
4
4
|
"description": "Meshagent Tailwind Components",
|
|
5
5
|
"homepage": "https://github.com/meshagent/meshagent-tailwind",
|
|
6
6
|
"scripts": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"CHANGELOG.md"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@meshagent/meshagent": "^0.35.
|
|
34
|
-
"@meshagent/meshagent-react": "^0.35.
|
|
33
|
+
"@meshagent/meshagent": "^0.35.6",
|
|
34
|
+
"@meshagent/meshagent-react": "^0.35.6",
|
|
35
35
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
36
36
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
37
37
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"esbuild-plugin-alias": "^0.2.1",
|
|
48
48
|
"lucide-react": "^0.525.0",
|
|
49
49
|
"next-themes": "^0.4.6",
|
|
50
|
-
"react": "^19.1.
|
|
51
|
-
"react-dom": "^19.1.
|
|
50
|
+
"react": "^19.1.8",
|
|
51
|
+
"react-dom": "^19.1.8",
|
|
52
52
|
"react-hook-form": "^7.61.1",
|
|
53
53
|
"react-markdown": "^10.1.0",
|
|
54
54
|
"rehype-highlight": "^7.0.2",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@tailwindcss/vite": "^4.1.11",
|
|
70
70
|
"@types/node": "^24.0.13",
|
|
71
71
|
"@types/react": "^19.1.8",
|
|
72
|
-
"@types/react-dom": "^19.1.
|
|
72
|
+
"@types/react-dom": "^19.1.8",
|
|
73
73
|
"@vitejs/plugin-react": "^4.5.2",
|
|
74
74
|
"autoprefixer": "^10.4.21",
|
|
75
75
|
"esbuild": "^0.25.6",
|