@@ -16,15 +16,16 @@ AI coding assistants generate correct chart code on the first try.
1616<img src =" ./docs/public/assets/img/semiotic-release-dashboard.svg " alt =" Semiotic release dashboard showing chart count, bundle sizes, capability coverage, chart families, and documentation growth " width =" 100% " >
1717<!-- semiotic-readme-dashboard:end -->
1818
19- ## What's New in 3.8.2
19+ ## What's New in 3.8.3
2020
21- 3.8.2 makes the hosted MCP accessibility contract internally consistent :
21+ 3.8.3 aligns browser and server rendering while tightening the docs release gate :
2222
23- - Chart schemas, validation, repair guidance, and audits consistently expose ` title ` ,
24- ` description ` , ` summary ` , and ` accessibleTable ` .
25- - Hosted ` getChartSchema ` returns structured output for component lists, schemas, and errors,
26- including direct and ` ChartContainer ` accessibility guidance.
27- - The public MCP profile remains a focused five-tool surface with render-proven ` createChart ` output.
23+ - Static SVG rendering now shares chart defaults, legend layout, color behavior, and specialized
24+ chart paths with the browser renderers.
25+ - SSR parity coverage compares semantic chart output and targeted rendered geometry without
26+ maintaining a second, redundant visual-snapshot matrix.
27+ - Two new narrative examples—Earthquakes and Europa Languages—exercise geographic and network
28+ visualization paths, and every example source route is smoke-tested in CI.
2829
2930``` jsx
3031import { LineChart } from " semiotic/xy"
0 commit comments