Major Changes
- feat: Migrate to Svelte 5 runes/snippets (issue #159) (#458)
Minor Changes
-
feat: Add Annotation components (AnnotationPoint, AnnotationLine, AnnotationRange) (#458)
-
feat: Integrate
annotationsinto simplified charts (#458) -
feat(Pattern): Simplified definitions via
lines/circlesprops (issue #472) (#458) -
feat(Pattern): Canvas support (#458)
-
feat(BarChart): Radial support (vertical and horizontal) (issue #469) (#458)
-
feat(Arc/Text): Arc path labels with inner/outer/middle placement and smart flipping (issue #7) (#458)
-
feat: New ArcChart component (#458)
-
feat: New Connector component (issue #11) (#458)
-
feat: Add
Layercomponent to easily switch between Svg, Canavs, and Html layers (#458) -
refactor: Remove LayerCake dependency (issue #432) (#458)
Patch Changes
-
fix(ForceSimulation): Restore performance to at/near Svelte 4 performance (issue #451) (#458)
-
fix(ScatterChart): Support color scales based on value (such as threshold) (#458)
-
fix(Highlight): Support radial area (issue #112) (#458)
-
feat: Add classes for underlying element styling (#458)
-
fix: Resolves "Target div has zero or negative height" console warning (issue #291) (#458)
-
fix(Text): Respect font weight when canvas rendered (#458)