Releases (230)
Patch Changes
- fix(ChartContext): Remove last
@layerstack/utils/arrayimport (6b88925)
Patch Changes
- Update
@layerstack/*packages and remove deep imports (ex.@layerstack/utils/array) (9621a4e)
Patch Changes
-
fix(Bars,Labels): Add
key()acccessor to set{#each}key for improved transitions (7acaa43) -
fix: Use
series.keyas{#each}key for better transitions (hide/show series) (5139159) -
feat(Labels): Support overriding text with default slot (
1492cdc) -
Add
defaulttopackage.jsonexportsto improve webpack/rollup compatibility (a63fccc)
Patch Changes
- fix(Spline): Improve defaultPathData() by handling explicit
pathData(ex. Bar) and non-cartesian (ex. graph/hierarchy) usage (7dcd042)
Patch Changes
- fix(Area): Improve initial tweened transition (matching Spline) (
13c1ce5)
Patch Changes
- fix(Spline): Refine default path data to handle
0out of visible range and improve custom curve tweening (0b06ee0)
Patch Changes
- fix(Spline): Improve initial
tweenedtransition (ddddb7e)
Patch Changes
- fix(Tooltip): Disable
user-selectby default for a better mobile experience (6806cc6)