2.1.0
Charts 2.1.0
Charts 2.1.0 introduces a new chart type, improves interaction accuracy across charts, and delivers a more robust demo and documentation experience.
Highlights
- New
RadarChartfor multivariate data visualization - Improved interaction accuracy for line, bar, pie, and radar charts
- More stable gesture handling in nested scroll layouts
- Expanded screenshot-based visual regression coverage
- New versioned documentation site with demos and examples
Documentation: https://charts.harisdautovic.com//2.1.0/wiki
Live Demo: https://charts.harisdautovic.com//static/demo/2.1.0/index.html
What's Changed
- chore(kmp): split Android app plugin out of KMP module by @hdcodedev in https://github.com/dautovicharis/charts/pull/246
- fix(linechart): keep drag point on curve by @hdcodedev in https://github.com/dautovicharis/charts/pull/247
- fix(charts): avoid scroll conflicts with gestures by @hdcodedev in https://github.com/dautovicharis/charts/pull/248
- fix(bar): correct min required error message by @hdcodedev in https://github.com/dautovicharis/charts/pull/249
- fix(bar): account for spacing in selection by @hdcodedev in https://github.com/dautovicharis/charts/pull/250
- docs(agent): clarify PR creation steps by @hdcodedev in https://github.com/dautovicharis/charts/pull/251
- fix(compose): stabilize chart state and data by @hdcodedev in https://github.com/dautovicharis/charts/pull/252
- feat(screenshot): add screenshot tests and ci reporting by @hdcodedev in https://github.com/dautovicharis/charts/pull/253
- feat(radar): add radar chart by @hdcodedev in https://github.com/dautovicharis/charts/pull/255
- feat: add chart gallery and normalize chart data by @hdcodedev in https://github.com/dautovicharis/charts/pull/256
- chore(ktlint): add formatting support by @hdcodedev in https://github.com/dautovicharis/charts/pull/257
- feat(docs): add nextjs docs app and versioned content by @hdcodedev in https://github.com/dautovicharis/charts/pull/258
- fix(docs): add remote inference for static fetch by @hdcodedev in https://github.com/dautovicharis/charts/pull/259
- fix(deploy): set vercel docs app root by @hdcodedev in https://github.com/dautovicharis/charts/pull/260
- fix(deploy): stop ignoring docs app by @hdcodedev in https://github.com/dautovicharis/charts/pull/261
- fix(deploy): drop standalone output by @hdcodedev in https://github.com/dautovicharis/charts/pull/262
- fix(deploy): remove legacy vercel config by @hdcodedev in https://github.com/dautovicharis/charts/pull/263
- fix(deploy): fix docs static asset serving by @hdcodedev in https://github.com/dautovicharis/charts/pull/264
- feat(docs-app): add Vercel analytics by @hdcodedev in https://github.com/dautovicharis/charts/pull/265
- chore(ci): split workflows and schedule snapshots by @hdcodedev in https://github.com/dautovicharis/charts/pull/266
- fix(ci): correct build workflow steps by @hdcodedev in https://github.com/dautovicharis/charts/pull/267
- docs(snapshot): update 2.0.2-SNAPSHOT index by @hdcodedev in https://github.com/dautovicharis/charts/pull/269
- docs(agent): split docs update workflow files by @hdcodedev in https://github.com/dautovicharis/charts/pull/270
- fix(ci): skip lint and tests for docs-only changes by @hdcodedev in https://github.com/dautovicharis/charts/pull/271
- feat(charts): improve line rendering and pie slice selection by @hdcodedev in https://github.com/dautovicharis/charts/pull/272
- Bump prismjs and react-syntax-highlighter in /docs/docs-app by @dependabot[bot] in https://github.com/dautovicharis/charts/pull/268
- fix(charts): improve pie interactions and palette generation by @hdcodedev in https://github.com/dautovicharis/charts/pull/273
- fix(radar): polish gallery previews and legend visibility by @hdcodedev in https://github.com/dautovicharis/charts/pull/275
- feat(demo): add style details dialog and tablet screenshot baselines by @hdcodedev in https://github.com/dautovicharis/charts/pull/276
- Release 2.1.0 by @hdcodedev in https://github.com/dautovicharis/charts/pull/277
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/dautovicharis/charts/pull/268
Full Changelog: https://github.com/dautovicharis/charts/compare/2.0.1...2.1.0