Changelog
What's new in SentinelGrid.
Changelog
All notable changes to SentinelGrid are documented here. Versions follow semantic versioning.
v1.0.0
StableSeptember 12, 2024
New
- 100+ production-ready routes across dashboards, incidents, reliability, deployments, performance, errors, infrastructure, security, and admin
- Engineering Overview dashboard with 15 KPIs, real-time charts, and team pulse
- Incident Command Center with timeline, war rooms, severity rules, and subscriber management
- SLO and error-budget system with burn-rate alerts and availability calendar
- Deployment pipeline view with approvals, change requests, and rollback
- Postmortem workflow with action items, analytics, and lessons learned
- Service catalog with ownership, dependencies, runbooks, and per-service metrics
- On-call management with rotations, handoffs, paging rules, and availability
- Admin workspace with team, roles, permissions matrix, API keys, webhooks, and integrations marketplace
- Premium marketing landing, features, preview, components-preview, and pricing pages
- Documentation site with 12 guides and changelog
Improved
- Dark mode is now the default with refined OKLCH color tokens for both themes
- ChartContainer adds fullscreen dialog and PNG export to every chart
- DataTable gains column visibility dropdown and bulk action bar
- Mobile cards auto-render for every table on small viewports
- Command palette (Cmd+K) with fuzzy search across every route
Fixed
- Flash of incorrect theme on first paint (blocking inline script in root layout)
- Sidebar nav scroller now respects safe-area insets on iOS
- Toaster stacking order on small screens
v0.9.0
BetaAugust 28, 2024
New
- Auth flows: sign in, sign up, forgot password, reset password, verify email, two-factor, lock screen
- Onboarding wizard (4 steps: Welcome, Workspace, Team, Integrations)
- Error pages: 401, 403, 404, 408, 429, 500, 503, offline, maintenance, coming soon
- Admin billing, subscription, usage, security, sessions, profile, notifications, audit logs
- Settings workspace with 5 tabs (General, Branding, Authentication, Notifications, Advanced)
Improved
- Sidebar collapses to icon-only mode on smaller viewports
- Right panel shows contextual activity feed per route
- Breadcrumbs auto-derive from sidebar nav config
- Theme tokens migrated to OKLCH color space
Fixed
- Hover state leak on disabled buttons
- Tooltip clipping inside scroll areas
- Drawer focus trap now restores focus to trigger
v0.5.0
AlphaJuly 15, 2024
New
- Initial project scaffold with Next.js 16 App Router and Turbopack
- shadcn/ui component library (New York style) wired with Tailwind v4
- Brand identity: SentinelGrid, hexagonal shield logo, cyan + violet palette
- First 30 dashboard pages covering incidents, services, deployments, and reliability
- Mock data layer with 26 typed entities
- Theme-aware chart system (10 wrappers) and DataTable with all features
Improved
- Color tokens defined for both light and dark themes
- Fonts: Geist Sans + Geist Mono via next/font