@mastra/playground-ui 22.1.1-alpha.2 → 22.1.1
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 +19 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 22.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added a read-only warning hint below the system prompt on the agent Overview sidebar when @mastra/editor is not configured, guiding users to install it for editing capabilities ([#15176](https://github.com/mastra-ai/mastra/pull/15176))
|
|
8
|
+
|
|
9
|
+
- - Added span type color legend and color indicators to trace timeline ([#15175](https://github.com/mastra-ai/mastra/pull/15175))
|
|
10
|
+
- Added missing memory and workspace span type support
|
|
11
|
+
- Fixed scroll-into-view when navigating spans with Next/Prev
|
|
12
|
+
- Fixed traceId URL deep-linking on click and page reload
|
|
13
|
+
- Moved timeline span components from logs domain to traces domain
|
|
14
|
+
|
|
15
|
+
- Fixed integration tools (Composio, Arcade) not saving when added to code-defined agents in the Agent Editor ([#15185](https://github.com/mastra-ai/mastra/pull/15185))
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`ef94400`](https://github.com/mastra-ai/mastra/commit/ef9440049402596b31f2ab976c5e4508f6cb6c91), [`3db852b`](https://github.com/mastra-ai/mastra/commit/3db852bff74e29f60d415a7b0f1583d6ce2bad92)]:
|
|
18
|
+
- @mastra/core@1.24.1
|
|
19
|
+
- @mastra/client-js@1.13.3
|
|
20
|
+
- @mastra/react@0.2.25
|
|
21
|
+
|
|
3
22
|
## 22.1.1-alpha.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "22.1.1
|
|
4
|
+
"version": "22.1.1",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"tailwindcss": "^4.0.0",
|
|
122
122
|
"zod": "^3.25.0 || ^4.0.0",
|
|
123
123
|
"@mastra/ai-sdk": "^1.3.3",
|
|
124
|
-
"@mastra/
|
|
125
|
-
"@mastra/
|
|
124
|
+
"@mastra/client-js": "^1.13.3",
|
|
125
|
+
"@mastra/react": "0.2.25",
|
|
126
126
|
"@mastra/schema-compat": "1.2.7"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
@@ -157,12 +157,12 @@
|
|
|
157
157
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
158
158
|
"vitest": "4.0.18",
|
|
159
159
|
"zod": "^4.3.6",
|
|
160
|
-
"@internal/lint": "0.0.
|
|
161
|
-
"@mastra/client-js": "^1.13.3-alpha.1",
|
|
160
|
+
"@internal/lint": "0.0.82",
|
|
162
161
|
"@mastra/ai-sdk": "^1.3.3",
|
|
163
|
-
"@mastra/
|
|
164
|
-
"@mastra/
|
|
165
|
-
"@mastra/schema-compat": "1.2.7"
|
|
162
|
+
"@mastra/react": "0.2.25",
|
|
163
|
+
"@mastra/core": "1.24.1",
|
|
164
|
+
"@mastra/schema-compat": "1.2.7",
|
|
165
|
+
"@mastra/client-js": "^1.13.3"
|
|
166
166
|
},
|
|
167
167
|
"homepage": "https://mastra.ai",
|
|
168
168
|
"repository": {
|