Skip to content

vizro-e2e-flow-0.1.7

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:25
· 19 commits to main since this release
cad26b4

Added

  • Add example_ag_grid.py reference to dashboard-build with canonical Vizro AG Grid patterns (drop-in dash_ag_grid factory 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 ## Tables section to selecting-vizro-charts so table-related guidance lives next to chart and KPI guidance. (#1744)
  • Add assets/ folder to dashboard-design and dashboard-build skills, 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's spec/ 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 chromium so 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)