@mastra/playground-ui 28.0.1-alpha.3 → 29.0.0-alpha.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 +32 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 29.0.0-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`452036a`](https://github.com/mastra-ai/mastra/commit/452036a0d965b4f4c1efd93606e4f03b50b807a5), [`1a9cc60`](https://github.com/mastra-ai/mastra/commit/1a9cc6069f9910fc3d59e4953ac8cd95d89ad6f5), [`64c1e0b`](https://github.com/mastra-ai/mastra/commit/64c1e0b35165c96b659818bd0177aa18794ef11f), [`40d83a9`](https://github.com/mastra-ai/mastra/commit/40d83a90d9be31a1b83e04649edb703eb7753e33)]:
8
+ - @mastra/core@1.36.0-alpha.0
9
+ - @mastra/client-js@1.20.0-alpha.0
10
+ - @mastra/react@0.4.0-alpha.0
11
+
12
+ ## 28.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Fixed the Observability traces page on storage providers that don't support the Branches list mode. The page now falls back to Traces mode, hides the Branches option in the filter, and shows a dismissible notice instead of a full-screen error. ([#16601](https://github.com/mastra-ai/mastra/pull/16601))
17
+
18
+ - Improved the Observability traces list to make the with-subtraces view more discoverable. ([#16643](https://github.com/mastra-ai/mastra/pull/16643))
19
+ - **Added:** A **Level** column whose icon distinguishes top-level **Trace** rows from nested **Subtrace** rows.
20
+ - **Added:** A tooltip legend on the **Level** header showing both icons side by side.
21
+ - **Added:** A standalone **Show subtraces** toggle next to **Add Filter** — off keeps the default top-level view, on includes subtraces.
22
+ - **Removed:** The **List mode** entry from the **Add Filter** menu (now driven by the toggle).
23
+
24
+ **Usage:** Open Observability → Traces → switch **Show subtraces** on. The **Level** column updates: top-level rows keep the Trace icon, nested rows show the Subtrace (↳) icon. The toggle is hidden automatically when the active storage provider doesn't support subtraces.
25
+
26
+ - Removed the "Group traces by thread" option from the Observability traces page. The list now always displays a flat view of traces, without thread-id subheaders. To narrow results to a specific thread, use the Thread ID property in the Add filter menu (open Observability → Traces → Add filter → Thread ID → paste the threadId). ([#16633](https://github.com/mastra-ai/mastra/pull/16633))
27
+
28
+ - Polished the property filter dropdown so the chevron icon next to each option keeps the same shape when its side panel opens ([#16635](https://github.com/mastra-ai/mastra/pull/16635))
29
+
30
+ - Updated dependencies [[`b661349`](https://github.com/mastra-ai/mastra/commit/b661349281514691db78941a9044e6e4f1cde7a7), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`271c044`](https://github.com/mastra-ai/mastra/commit/271c044f6b79ff38cfa3409f4385fbd26a0f3185), [`bad08e9`](https://github.com/mastra-ai/mastra/commit/bad08e99c5291884c3ac76743c78c74f53a302c2), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`b32ba5f`](https://github.com/mastra-ai/mastra/commit/b32ba5fde524b46a4ff1bdf38e30d62a2bb29b04), [`75c7c38`](https://github.com/mastra-ai/mastra/commit/75c7c38a4e9af9821931539dd339f57fcc6414e3)]:
31
+ - @mastra/core@1.35.0
32
+ - @mastra/client-js@1.19.1
33
+ - @mastra/react@0.3.3
34
+
3
35
  ## 28.0.1-alpha.3
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "28.0.1-alpha.3",
4
+ "version": "29.0.0-alpha.0",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -100,8 +100,8 @@
100
100
  "react": ">=19.0.0",
101
101
  "react-dom": ">=19.0.0",
102
102
  "tailwindcss": "^4.0.0",
103
- "@mastra/client-js": "^1.19.1-alpha.3",
104
- "@mastra/react": "0.3.3-alpha.3"
103
+ "@mastra/react": "0.4.0-alpha.0",
104
+ "@mastra/client-js": "^1.20.0-alpha.0"
105
105
  },
106
106
  "devDependencies": {
107
107
  "@storybook/addon-a11y": "^10.3.6",
@@ -137,10 +137,10 @@
137
137
  "vite-plugin-dts": "^4.5.4",
138
138
  "vite-plugin-lib-inject-css": "^2.2.2",
139
139
  "vitest": "4.1.5",
140
- "@mastra/client-js": "^1.19.1-alpha.3",
141
- "@internal/lint": "0.0.95",
142
- "@mastra/react": "0.3.3-alpha.3",
143
- "@mastra/core": "1.35.0-alpha.3"
140
+ "@internal/lint": "0.0.96",
141
+ "@mastra/client-js": "^1.20.0-alpha.0",
142
+ "@mastra/core": "1.36.0-alpha.0",
143
+ "@mastra/react": "0.4.0-alpha.0"
144
144
  },
145
145
  "homepage": "https://mastra.ai",
146
146
  "repository": {