Releases: palantir/plottable
Releases · palantir/plottable
3.13.0
- Use submodule imports for lodash-es #3594
3.11.0
- Support custom font sizes #3584
3.9.0
- Update extents after setBounds #3552
- Check if an object is an Element in a window-neutral way #3550
3.8.8
- Explicitly update @types/d3-shape. #3548
- Fix issue where pie strokes disappear after dataset update. #3494
- Fixes to tests that become a problem in later versions of TypeScript. #3528
3.8.7
- Contains updates to several dependencies
- Invalidate bar label text measurer caches #3546
3.8.6
- Chrome 73 causes some event listeners to constantly throw errors. A small change was added to avoid these.
3.8.5
- Added an optional argument to
DragInteraction
for drags that don't end with left click
3.8.4
Improved line and bar rendering.
Better null handling.
Added metric callback.
3.8.3
Performance
- Memoize AttrToProjector. Move concats out of inner loop. (#3470)
- For-each loop optimization and memoize normalizeKey (#3469)
Bugs
- Add 0x0 size check to canvas (#3467)
- Normalize keys instead of using .toString to avoid NPE (#3459)
API
- Expose y offset for stacked area plots (#3465)
- Expose autoDomainIfAutomaticMode in public API (#3461)
Housekeeping
- Upgrade d3 and types. Regenerate yarn.lock (#3464)
- Use the tick generator for log scales to make API consistent (#3463)