@mastra/playground-ui 20.0.1-alpha.2 → 20.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 20.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add optional chaining on `steps` in workflow-step-action-bar to prevent runtime crash during incremental SSE updates ([#14714](https://github.com/mastra-ai/mastra/pull/14714))
8
+
9
+ - Fixed form fields to show default values from form defaults. ([#14733](https://github.com/mastra-ai/mastra/pull/14733))
10
+
11
+ - Added Storybook theme switching support. The background toolbar now toggles between dark and light themes by applying the corresponding CSS class to the document. ([#14882](https://github.com/mastra-ai/mastra/pull/14882))
12
+
13
+ - Removed unused `buttons` variant from `TabList` component. ([#14881](https://github.com/mastra-ai/mastra/pull/14881))
14
+
15
+ - Updated dependencies [[`180aaaf`](https://github.com/mastra-ai/mastra/commit/180aaaf4d0903d33a49bc72de2d40ca69a5bc599), [`9140989`](https://github.com/mastra-ai/mastra/commit/91409890e83f4f1d9c1b39223f1af91a6a53b549), [`d7c98cf`](https://github.com/mastra-ai/mastra/commit/d7c98cfc9d75baba9ecbf1a8835b5183d0a0aec8), [`acf5fbc`](https://github.com/mastra-ai/mastra/commit/acf5fbcb890dc7ca7167bec386ce5874dfadb997), [`24ca2ae`](https://github.com/mastra-ai/mastra/commit/24ca2ae57538ec189fabb9daee6175ad27035853), [`0762516`](https://github.com/mastra-ai/mastra/commit/07625167e029a8268ea7aaf0402416e6d8832874), [`9c57f2f`](https://github.com/mastra-ai/mastra/commit/9c57f2f7241e9f94769aa99fc86c531e8207d0f9), [`5bfc691`](https://github.com/mastra-ai/mastra/commit/5bfc69104c07ba7a9b55c2f8536422c0878b9c57), [`2de3d36`](https://github.com/mastra-ai/mastra/commit/2de3d36932b7f73ad26bc403f7da26cfe89e903e), [`d3736cb`](https://github.com/mastra-ai/mastra/commit/d3736cb9ce074d2b8e8b00218a01f790fe81a1b4), [`c627366`](https://github.com/mastra-ai/mastra/commit/c6273666f9ef4c8c617c68b7d07fe878a322f85c)]:
16
+ - @mastra/core@1.19.0
17
+ - @mastra/client-js@1.11.1
18
+ - @mastra/ai-sdk@1.3.0
19
+ - @mastra/react@0.2.19
20
+
3
21
  ## 20.0.1-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": "20.0.1-alpha.2",
4
+ "version": "20.0.1",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -120,8 +120,8 @@
120
120
  "tailwindcss": "^4.0.0",
121
121
  "zod": "^3.25.0 || ^4.0.0",
122
122
  "@mastra/ai-sdk": "^1.3.0",
123
- "@mastra/client-js": "^1.11.1-alpha.2",
124
- "@mastra/react": "0.2.19-alpha.2",
123
+ "@mastra/client-js": "^1.11.1",
124
+ "@mastra/react": "0.2.19",
125
125
  "@mastra/schema-compat": "1.2.7"
126
126
  },
127
127
  "devDependencies": {
@@ -154,11 +154,11 @@
154
154
  "vite-plugin-lib-inject-css": "^2.2.2",
155
155
  "vitest": "4.0.18",
156
156
  "zod": "^4.3.6",
157
+ "@internal/lint": "0.0.76",
157
158
  "@mastra/ai-sdk": "^1.3.0",
158
- "@internal/lint": "0.0.75",
159
- "@mastra/core": "1.19.0-alpha.2",
160
- "@mastra/react": "0.2.19-alpha.2",
161
- "@mastra/client-js": "^1.11.1-alpha.2",
159
+ "@mastra/core": "1.19.0",
160
+ "@mastra/react": "0.2.19",
161
+ "@mastra/client-js": "^1.11.1",
162
162
  "@mastra/schema-compat": "1.2.7"
163
163
  },
164
164
  "homepage": "https://mastra.ai",