Changes since v3.0.0-alpha.7
What's Changed
Feat
Legend itemSorter
prop added. Both Legend and Tooltip are now default sorted by name
.
-
Tooltip
: AdditemSorter=name
as a default prop in Tooltip by @PavelVanecek in #5584 -
Legend
: Add item sorter by @PavelVanecek in #5587- Sort Legend payload by
name
by @PavelVanecek in #5585
- Sort Legend payload by
-
Brush
: adddy
prop to Brush by @iamjaeholee in #5600
Fix
- Make dependencies more flexible by @PavelVanecek in #5581
Tooltip
: Keep Tooltip within viewBox for negativeoffset
by @phogel in #5571Tooltip
: Render cursor in JSX order, instead of a portal by @PavelVanecek in #5586Line/Area
: Fix activeDot props type by @PavelVanecek in #5595Tooltip
: re-add onTouchMove tooltip interaction middleware by @ckifer in #5611
Docs
- Storybook updates
New Contributors
- @phogel made their first contribution in #5571
- @iamjaeholee made their first contribution in #5600
Full Changelog: v3.0.0-alpha.7...v3.0.0-alpha.8