v3.1.0
Changes:
- Add
fit-xandfit-yautosize options to aid responsive layout. - Add
flattentransform to map array values to multiple data objects. - Add signal support for mark
interactiveproperty. - Add
pointRadiusparameter forgeopathandgeoshapetransforms. (See new earthquakes example!) - Add mark
clipsupport to clip to paths or projected geo sphere. (See new projections example!) - Add support for projection-free
geoArea,geoBounds, &geoCentroidexpression functions. - Add resize listeners to
ViewAPI. - Fix View signal and event listener registration to be idempotent (suppress duplicate handlers).
- Fix dataflow
runAfterexecution order across consecutive cycles. - Fix number coercion within extent calculation for quantitative scale domains.
- Fix projection type registration with type check and lowercase coercion.
- Fix and streamline TopoJSON loading.
- Fix arc bounds calculation error.
- Update documentation.
- Update dependencies.