You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ObjectStack Protocol — Road Map
2
2
3
-
> **Last Updated:** 2026-02-22
3
+
> **Last Updated:** 2026-02-24
4
4
> **Current Version:** v3.0.8
5
5
> **Status:** Protocol Specification Complete · Runtime Implementation In Progress
6
6
@@ -696,6 +696,14 @@ Protocol enhancements and core component implementations for dashboard feature p
696
696
-[x] Enhance `globalFilters` with `options`, `optionsFrom`, `defaultValue`, `scope`, `targetWidgets` ([#712](https://github.com/objectstack-ai/spec/issues/712))
697
697
-[x] Add `header` configuration to `DashboardSchema` with `showTitle`, `showDescription`, `actions` ([#714](https://github.com/objectstack-ai/spec/issues/714))
698
698
-[x] Add `pivotConfig` and `measures` array to `DashboardWidgetSchema` for multi-measure pivots ([#714](https://github.com/objectstack-ai/spec/issues/714))
699
+
-[x] Add required `id` field (SnakeCaseIdentifier) to `DashboardWidgetSchema` for `targetWidgets` referencing
700
+
-[x] Unify `WidgetActionTypeSchema` with `ActionSchema.type` — add `script` and `api` types
701
+
-[x] Add `.superRefine` conditional validation to `PageSchema` (`recordReview` required for `record_review`, `blankLayout` for `blank`)
702
+
-[x] Unify easing naming in `AnimationSchema` (theme.zod) to snake_case (`ease_in`, `ease_out`, `ease_in_out`)
703
+
-[x] Add `themeToken` reference to `TransitionConfigSchema` for theme animation token binding
704
+
-[x] Add `ResponsiveConfigSchema` and `PerformanceConfigSchema` to `ListViewSchema`
705
+
-[x] Migrate `HttpMethodSchema` / `HttpRequestSchema` from `view.zod.ts` to `shared/http.zod.ts` (re-exported for backward compat)
0 commit comments