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.58.0
Minor Changes
feat(Pie): Add sort prop to specify sorting comparator, or pass null to disable default sorting (56f84b5)
feat(Legend): Add onClick when using variant="swatches" (7629194)
Patch Changes
fix(ScatterChart): Reactively rebuild chartData when series is updated (ad04197)
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.58.0
Minor Changes
feat(Pie): Add
sort
prop to specify sorting comparator, or passnull
to disable default sorting (56f84b5
)feat(Legend): Add
onClick
when usingvariant="swatches"
(7629194
)Patch Changes
chartData
whenseries
is updated (ad04197
)