Closed github-actions[bot] closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
layerchart | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 26, 2024 0:46am |
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.42.0
Minor Changes
[ForceSimulation] Refactor to allow for more dynamic and efficient simulations (#210)
[ForceSimulation] Export
cloneData
asconst
, rather thanlet
(resolves #203) (#210)[ForceSimulation] Automatically evict dropped forces (resolves #206) (#210)
[ForceSimulation] Add export of
start
,tick
andend
events (resolves #198) (#210)[ForceSimulation] Have
alpha
prop reflect the internal d3 simulation's alpha state (#210)Patch Changes
[ForceSimulation] No longer re-initialize all forces if any of them changes (resolves #201) (#210)
[Chart] Only apply
fitGeojson
when using<Chart geo={{ applyTransform: ['translate'] }}>
. Fixes globe initial rotation (8132ea968c1cc5a986fc883eced8399f014433b3
)[ForceSimulation] No longer re-initialize forces on unrelated prop-changes (resolves #204) (#210)