@mastra/playground-ui 32.0.2-alpha.1 → 32.0.2
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 +13 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 32.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed dropdown, combobox, select, and popover popups silently failing to render when opened outside a side panel (most visibly the model and provider pickers in the chat composer). The shared portal-container resolver now always falls back to the document body instead of leaking an unrenderable value. ([#17560](https://github.com/mastra-ai/mastra/pull/17560))
|
|
8
|
+
|
|
9
|
+
- Fixed combobox popups so model picker dropdowns open correctly outside side dialogs. ([#17556](https://github.com/mastra-ai/mastra/pull/17556))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`fcf6027`](https://github.com/mastra-ai/mastra/commit/fcf602747f6771731dda268ff3493b836f9f0ee9), [`f82cc72`](https://github.com/mastra-ai/mastra/commit/f82cc72edca0ce636fe18abaf2598d89a0c6bcca), [`fcf6027`](https://github.com/mastra-ai/mastra/commit/fcf602747f6771731dda268ff3493b836f9f0ee9)]:
|
|
12
|
+
- @mastra/client-js@1.23.2
|
|
13
|
+
- @mastra/react@0.5.2
|
|
14
|
+
- @mastra/core@1.41.0
|
|
15
|
+
|
|
3
16
|
## 32.0.2-alpha.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "32.0.2
|
|
4
|
+
"version": "32.0.2",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"react": ">=19.0.0",
|
|
87
87
|
"react-dom": ">=19.0.0",
|
|
88
88
|
"tailwindcss": "^4.0.0",
|
|
89
|
-
"@mastra/client-js": "^1.23.2
|
|
90
|
-
"@mastra/react": "0.5.2
|
|
89
|
+
"@mastra/client-js": "^1.23.2",
|
|
90
|
+
"@mastra/react": "0.5.2"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@storybook/addon-a11y": "^10.4.1",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"vite-plugin-dts": "^4.5.4",
|
|
124
124
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
125
125
|
"vitest": "4.1.5",
|
|
126
|
-
"@internal/lint": "0.0.
|
|
127
|
-
"@mastra/
|
|
128
|
-
"@mastra/
|
|
129
|
-
"@mastra/core": "1.41.0
|
|
126
|
+
"@internal/lint": "0.0.103",
|
|
127
|
+
"@mastra/react": "0.5.2",
|
|
128
|
+
"@mastra/client-js": "^1.23.2",
|
|
129
|
+
"@mastra/core": "1.41.0"
|
|
130
130
|
},
|
|
131
131
|
"homepage": "https://mastra.ai",
|
|
132
132
|
"repository": {
|