@mastra/playground-ui 15.0.0-alpha.0 → 15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 15.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update peer dependencies to match core package version bump (1.5.0) ([#13323](https://github.com/mastra-ai/mastra/pull/13323))
8
+
9
+ ### Patch Changes
10
+
11
+ - Target type and target ID fields in the experiment dialog are now searchable dropdowns. Scorers can be selected via a multi-select dropdown. All three dropdowns share a consistent searchable style and visual behavior. ([#13463](https://github.com/mastra-ai/mastra/pull/13463))
12
+
13
+ - Show completion result UI for supervisor pattern delegations. Previously, completion check results were only displayed when `metadata.mode === 'network'`. Now they display for any response that includes `completionResult` metadata, supporting the new supervisor pattern. ([#13323](https://github.com/mastra-ai/mastra/pull/13323))
14
+
15
+ - Updated dependencies [[`df170fd`](https://github.com/mastra-ai/mastra/commit/df170fd139b55f845bfd2de8488b16435bd3d0da), [`ae55343`](https://github.com/mastra-ai/mastra/commit/ae5534397fc006fd6eef3e4f80c235bcdc9289ef), [`c290cec`](https://github.com/mastra-ai/mastra/commit/c290cec5bf9107225de42942b56b487107aa9dce), [`f03e794`](https://github.com/mastra-ai/mastra/commit/f03e794630f812b56e95aad54f7b1993dc003add), [`aa4a5ae`](https://github.com/mastra-ai/mastra/commit/aa4a5aedb80d8d6837bab8cbb2e301215d1ba3e9), [`de3f584`](https://github.com/mastra-ai/mastra/commit/de3f58408752a8d80a295275c7f23fc306cf7f4f), [`d3fb010`](https://github.com/mastra-ai/mastra/commit/d3fb010c98f575f1c0614452667396e2653815f6), [`702ee1c`](https://github.com/mastra-ai/mastra/commit/702ee1c41be67cc532b4dbe89bcb62143508f6f0), [`f495051`](https://github.com/mastra-ai/mastra/commit/f495051eb6496a720f637fc85b6d69941c12554c), [`b8f636a`](https://github.com/mastra-ai/mastra/commit/b8f636a83c5260a9817eec97c202b7ca7d613524), [`e622f1d`](https://github.com/mastra-ai/mastra/commit/e622f1d3ab346a8e6aca6d1fe2eac99bd961e50b), [`8d14a59`](https://github.com/mastra-ai/mastra/commit/8d14a591d46fbbbe81baa33c9c267d596f790329), [`114e7c1`](https://github.com/mastra-ai/mastra/commit/114e7c146ac682925f0fb37376c1be70e5d6e6e5), [`861f111`](https://github.com/mastra-ai/mastra/commit/861f11189211b20ddb70d8df81a6b901fc78d11e), [`00f43e8`](https://github.com/mastra-ai/mastra/commit/00f43e8e97a80c82b27d5bd30494f10a715a1df9), [`1b6f651`](https://github.com/mastra-ai/mastra/commit/1b6f65127d4a0d6c38d0a1055cb84527db529d6b), [`96a1702`](https://github.com/mastra-ai/mastra/commit/96a1702ce362c50dda20c8b4a228b4ad1a36a17a), [`cb9f921`](https://github.com/mastra-ai/mastra/commit/cb9f921320913975657abb1404855d8c510f7ac5), [`114e7c1`](https://github.com/mastra-ai/mastra/commit/114e7c146ac682925f0fb37376c1be70e5d6e6e5), [`114e7c1`](https://github.com/mastra-ai/mastra/commit/114e7c146ac682925f0fb37376c1be70e5d6e6e5), [`114e7c1`](https://github.com/mastra-ai/mastra/commit/114e7c146ac682925f0fb37376c1be70e5d6e6e5), [`1b6f651`](https://github.com/mastra-ai/mastra/commit/1b6f65127d4a0d6c38d0a1055cb84527db529d6b), [`72df4a8`](https://github.com/mastra-ai/mastra/commit/72df4a8f9bf1a20cfd3d9006a4fdb597ad56d10a)]:
16
+ - @mastra/core@1.8.0
17
+ - @mastra/ai-sdk@1.1.0
18
+ - @mastra/schema-compat@1.1.3
19
+ - @mastra/react@0.2.7
20
+ - @mastra/client-js@1.7.1
21
+
3
22
  ## 15.0.0-alpha.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "15.0.0-alpha.0",
4
+ "version": "15.0.0",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -129,10 +129,10 @@
129
129
  "react": ">=19.0.0",
130
130
  "react-dom": ">=19.0.0",
131
131
  "tailwindcss": "^3.0.0",
132
- "@mastra/ai-sdk": "^1.1.0-alpha.0",
133
- "@mastra/schema-compat": "1.1.3-alpha.0",
134
- "@mastra/react": "0.2.7-alpha.0",
135
- "@mastra/client-js": "^1.7.1-alpha.0"
132
+ "@mastra/react": "0.2.7",
133
+ "@mastra/client-js": "^1.7.1",
134
+ "@mastra/ai-sdk": "^1.1.0",
135
+ "@mastra/schema-compat": "1.1.3"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@storybook/addon-docs": "^9.1.16",
@@ -161,11 +161,11 @@
161
161
  "vite-plugin-dts": "^4.5.4",
162
162
  "vite-plugin-lib-inject-css": "^2.2.2",
163
163
  "vitest": "4.0.18",
164
- "@mastra/ai-sdk": "^1.1.0-alpha.0",
165
- "@mastra/client-js": "^1.7.1-alpha.0",
166
- "@mastra/core": "1.8.0-alpha.0",
167
- "@mastra/schema-compat": "1.1.3-alpha.0",
168
- "@mastra/react": "0.2.7-alpha.0"
164
+ "@mastra/ai-sdk": "^1.1.0",
165
+ "@mastra/client-js": "^1.7.1",
166
+ "@mastra/core": "1.8.0",
167
+ "@mastra/react": "0.2.7",
168
+ "@mastra/schema-compat": "1.1.3"
169
169
  },
170
170
  "homepage": "https://mastra.ai",
171
171
  "repository": {