This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
layerchart@0.55.0
Minor Changes
feat: Add Marker support for Spline, Line, and Link (and components which use these) (#267)
feat: Add Marker component for drawing arrowheads or polymarkers on Line, Spline, etc (#267)
feat(Brush): Add labels prop and slot to enable showing values beside each handle (#265)
breaking: Use camelCase (aboveMarks, etc) instead of kebob case (above-marks)` to fix Svelte 5 {#snippet} compatibility (#269)
Patch Changes
fix: Render axis slot after/above marks (Bars, Lines, etc) which has no visible difference with current examples, but enables placing axis labels on top of marks (c10452e)
fix(Brush): Do not convert Date domain instances to number when performing arithmetic (#265)
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
layerchart@0.55.0
Minor Changes
feat: Add Marker support for Spline, Line, and Link (and components which use these) (#267)
feat: Add Marker component for drawing arrowheads or polymarkers on Line, Spline, etc (#267)
feat(Brush): Add
labels
prop and slot to enable showing values beside each handle (#265)breaking: Use camelCase (
aboveMarks
, etc) instead of kebob case (above-marks
)` to fix Svelte 5 {#snippet} compatibility (#269)Patch Changes
fix: Render axis slot after/above marks (Bars, Lines, etc) which has no visible difference with current examples, but enables placing axis labels on top of marks (
c10452e
)fix(Brush): Do not convert
Date
domain instances tonumber
when performing arithmetic (#265)