@mastra/playground-ui 25.1.0-alpha.0 → 26.0.0-alpha.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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 26.0.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - Added Studio UI for scheduled workflows. ([#15830](https://github.com/mastra-ai/mastra/pull/15830))
8
+ - `/workflows/schedules` lists every schedule across the project with the most recent run's status. Append `?workflowId=<id>` to filter to a single workflow.
9
+ - `/workflows/schedules/:scheduleId` shows the schedule's metadata, Pause/Resume controls, and paginated trigger history. Each trigger is deep-linked to its workflow run graph. The view polls every five seconds while any fired run is still active.
10
+ - A workflow's detail header shows a Schedules action when it has at least one schedule.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`c05c9a1`](https://github.com/mastra-ai/mastra/commit/c05c9a13230988cef6d438a62f37760f31927bc7), [`e24aacb`](https://github.com/mastra-ai/mastra/commit/e24aacba07bd66f5d95b636dc24016fca26b52cf), [`c721164`](https://github.com/mastra-ai/mastra/commit/c7211643f7ac861f83b19a3757cc921487fc9d75), [`1b55954`](https://github.com/mastra-ai/mastra/commit/1b559541c1e08a10e49d01ffc51a634dfc37a286), [`5adc55e`](https://github.com/mastra-ai/mastra/commit/5adc55e63407be8ee977914957d68bcc2a075ceb), [`5adc55e`](https://github.com/mastra-ai/mastra/commit/5adc55e63407be8ee977914957d68bcc2a075ceb), [`3a6c826`](https://github.com/mastra-ai/mastra/commit/3a6c826e8545ebf03d79554049e9d8ed43642062), [`70017d7`](https://github.com/mastra-ai/mastra/commit/70017d72ab741b5d7040e2a15c251a317782e39e), [`e4942bc`](https://github.com/mastra-ai/mastra/commit/e4942bc7fdc903572f7d84f26d5e15f9d39c763d), [`8f6b651`](https://github.com/mastra-ai/mastra/commit/8f6b65181d0bbafb6f7cdbfc2d53e4d6587381c2)]:
15
+ - @mastra/core@1.32.0-alpha.1
16
+ - @mastra/client-js@1.17.0-alpha.1
17
+ - @mastra/react@0.2.34-alpha.1
18
+
3
19
  ## 25.1.0-alpha.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "25.1.0-alpha.0",
4
+ "version": "26.0.0-alpha.1",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -98,8 +98,8 @@
98
98
  "lucide-react": "^0.474.0",
99
99
  "react": ">=19.0.0",
100
100
  "tailwindcss": "^4.0.0",
101
- "@mastra/client-js": "^1.16.1-alpha.0",
102
- "@mastra/react": "0.2.34-alpha.0"
101
+ "@mastra/client-js": "^1.17.0-alpha.1",
102
+ "@mastra/react": "0.2.34-alpha.1"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@storybook/addon-a11y": "^10.3.6",
@@ -133,10 +133,10 @@
133
133
  "vite-plugin-dts": "^4.5.4",
134
134
  "vite-plugin-lib-inject-css": "^2.2.2",
135
135
  "vitest": "4.1.5",
136
+ "@mastra/core": "1.32.0-alpha.1",
137
+ "@mastra/client-js": "^1.17.0-alpha.1",
136
138
  "@internal/lint": "0.0.90",
137
- "@mastra/client-js": "^1.16.1-alpha.0",
138
- "@mastra/core": "1.31.1-alpha.0",
139
- "@mastra/react": "0.2.34-alpha.0"
139
+ "@mastra/react": "0.2.34-alpha.1"
140
140
  },
141
141
  "homepage": "https://mastra.ai",
142
142
  "repository": {