Dashboard Template, Interactive Previews & AI Configurators
LatestJune 2026
Big release driven by community feedback. A new dashboard template with interactive preview, four new AI configurators, full-page Copy Docs, release notifications, and component fixes.
- •Copy Docs on all 28+ component pages — The community asked for it after trying it on Activity Timeline — now every component page has a “Copy Docs” button that captures the full documentation: usage examples with code snippets, property tables with defaults, implementation details, examples, and architecture. Paste directly into AI agents, Copilot Studio, or your own notes.
- •Stepper AI Configurator — Configure step count, labels, display type (bar or step), density, size, and accent color through natural language. Generates Power Fx and YAML instantly.
- •Chips AI Configurator — Describe your chip group and get a complete configuration — filter, choice, or input mode with per-item colors, sizes, and variants.
- •Bar List AI Configurator — Set up ranked bar lists with custom items, colors, and themes by describing what you need.
- •AI model optimization — Switched all 10 AI configurators to a faster, more cost-efficient model. Same quality output, significantly lower operating cost — keeping the AI features sustainable long-term.
- •Homepage refresh — Streamlined to a 4-card grid (Components, Layouts, Templates, Services) with a dedicated AI-enabled components showcase. Removed redundant sections to get you where you need faster.
- •Release notifications — Community requested: subscribe to get notified when specific components or templates launch. Pick individual items or follow everything. Available on the Components and Templates pages.
- •Dashboard Landing Page template — The second full-screen template is live. KPI cards, stacked bar chart with units/value toggle, category value bars, filterable alerts table with context menu, segmented controls for date range and severity, sidebar, bottom nav, and FAB. All demo data self-contained — paste the YAML and preview instantly. Download the
.msappfile or copy the YAML. - •Interactive template previews — Template detail pages now feature a live HTML preview with device width toggles (Desktop, Tablet, Mobile), a Preview/Code tab switcher, and a refresh button. See how the template responds to different screen sizes before importing.
- •Segmented Control AI Configurator — Describe your toggle options and get a ready-to-use segmented control with labels, icons, sizes, and themes. Supports 16 built-in icons for view modes, date ranges, filters, and more.
- ✓Segmented Control fix — Turned off App Scope access so multiple segmented controls on the same screen no longer conflict with each other. Renamed internal variable
varSelectedSegmentto_scSelectedfor consistency with component docs. If you're using the segmented control, re-copy the YAML to get the fix. - ✓Bottom Navigation icons — Added
layersandfileicons to the built-in icon set, plus upgraded internal GroupContainers to v1.5.0. Re-copy the YAML to get the update. - ✓Dark mode fix on Components page — Community reported that the light/dark theme wasn't persisting on the Components page after a refresh. Fixed the theme initialization script to reliably apply the saved preference on all pages, including statically generated ones.