@mastra/playground-ui 21.0.0-alpha.2 → 21.0.0
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 +18 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 21.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added component tests for StudioConfigForm apiPrefix handling to validate the fix for issue #14634. ([#14893](https://github.com/mastra-ai/mastra/pull/14893))
|
|
8
|
+
|
|
9
|
+
- Fixed broken colors in DataDetailsPanelCodeSection when using Light theme by adding theme-aware CodeMirror styling and container classes ([#14923](https://github.com/mastra-ai/mastra/pull/14923))
|
|
10
|
+
|
|
11
|
+
- Fixed SearchFieldBlock search icon sizing and vertical alignment to properly scale across all input sizes (sm, md, default, lg) ([#14927](https://github.com/mastra-ai/mastra/pull/14927))
|
|
12
|
+
|
|
13
|
+
- Reverted HorizontalBars layout to original inline style with label overlaid inside the bar and total displayed to the right ([#14919](https://github.com/mastra-ai/mastra/pull/14919))
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`9a43b47`](https://github.com/mastra-ai/mastra/commit/9a43b476465e86c9aca381c2831066b5c33c999a), [`ec5c319`](https://github.com/mastra-ai/mastra/commit/ec5c3197a50d034cb8e9cc494eebfddc684b5d81), [`6517789`](https://github.com/mastra-ai/mastra/commit/65177895b74b5471fe2245c7292f0176d9b3385d), [`13f4327`](https://github.com/mastra-ai/mastra/commit/13f4327f052faebe199cefbe906d33bf90238767), [`9ad6aa6`](https://github.com/mastra-ai/mastra/commit/9ad6aa6dfe858afc6955d1df5f3f78c40bb96b9c), [`2862127`](https://github.com/mastra-ai/mastra/commit/2862127d0a7cbd28523120ad64fea067a95838e6), [`3d16814`](https://github.com/mastra-ai/mastra/commit/3d16814c395931373543728994ff45ac98093074), [`7f498d0`](https://github.com/mastra-ai/mastra/commit/7f498d099eacef64fd43ee412e3bd6f87965a8a6), [`edf8f9d`](https://github.com/mastra-ai/mastra/commit/edf8f9d9cd671ffbc8533ac154da6c3386799b33), [`8cf8a67`](https://github.com/mastra-ai/mastra/commit/8cf8a67b061b737cb06d501fb8c1967a98bbf3cb), [`d7827e3`](https://github.com/mastra-ai/mastra/commit/d7827e393937c6cb0c7a744dde4d31538cb542b7)]:
|
|
16
|
+
- @mastra/core@1.21.0
|
|
17
|
+
- @mastra/client-js@1.12.0
|
|
18
|
+
- @mastra/ai-sdk@1.3.0
|
|
19
|
+
- @mastra/react@0.2.21
|
|
20
|
+
|
|
3
21
|
## 21.0.0-alpha.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "21.0.0
|
|
4
|
+
"version": "21.0.0",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
"react-dom": ">=19.0.0",
|
|
120
120
|
"tailwindcss": "^4.0.0",
|
|
121
121
|
"zod": "^3.25.0 || ^4.0.0",
|
|
122
|
-
"@mastra/
|
|
123
|
-
"@mastra/react": "0.2.21
|
|
122
|
+
"@mastra/client-js": "^1.12.0",
|
|
123
|
+
"@mastra/react": "0.2.21",
|
|
124
124
|
"@mastra/schema-compat": "1.2.7",
|
|
125
|
-
"@mastra/
|
|
125
|
+
"@mastra/ai-sdk": "^1.3.0"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@storybook/addon-docs": "^9.1.20",
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
157
157
|
"vitest": "4.0.18",
|
|
158
158
|
"zod": "^4.3.6",
|
|
159
|
-
"@internal/lint": "0.0.
|
|
159
|
+
"@internal/lint": "0.0.78",
|
|
160
160
|
"@mastra/ai-sdk": "^1.3.0",
|
|
161
|
-
"@mastra/client-js": "^1.12.0
|
|
162
|
-
"@mastra/
|
|
163
|
-
"@mastra/
|
|
164
|
-
"@mastra/
|
|
161
|
+
"@mastra/client-js": "^1.12.0",
|
|
162
|
+
"@mastra/react": "0.2.21",
|
|
163
|
+
"@mastra/schema-compat": "1.2.7",
|
|
164
|
+
"@mastra/core": "1.21.0"
|
|
165
165
|
},
|
|
166
166
|
"homepage": "https://mastra.ai",
|
|
167
167
|
"repository": {
|