vizro-e2e-flow-0.1.7
·
19 commits
to main
since this release
Added
- Add
example_ag_grid.pyreference todashboard-buildwith canonical Vizro AG Grid patterns (drop-indash_ag_gridfactory and custom@capture("ag_grid")), plus explicit guidance on what to ignore:vm.Table/ Dash DataTable, Plotly-as-table hacks, and JS-only AG Grid features. (#1744) - Add a
## Tablessection toselecting-vizro-chartsso table-related guidance lives next to chart and KPI guidance. (#1744) - Add
assets/folder todashboard-designanddashboard-buildskills, holding the 5 spec templates (1_information_architecture.md,2_interaction_ux.md,3_visual_design.md,4_implementation.md,5_test_report.md) per the Anthropic skill convention. (#1744)
Changed
- Migrate all 5 spec outputs from YAML to markdown. Templates ship in
assets/and are copied into the project'sspec/directory. The SKILL.md "REQUIRED OUTPUT" sections now point to the template files instead of embedding them inline. (#1744) - Strengthen Step 2 (Browser Testing) in
dashboard-build: (1) Playwright install now uses--with-deps chromiumso it works on slim Linux base images (Docker, CI runners, devcontainers) where the plain install fails at launch; (2) the testing flow is reframed as "batch errors, don't loop one-at-a-time" — collect all errors in a single walk, batch the fixes, restart the dashboard once, and re-walk. (#1744)