Changes from v5.21.0:
docs
- Add Packed Bubble Chart example. (thanks @PBI-David!)
- Improve TimeUnit transform documentation.
monorepo
- Update dependencies, including D3 ESM packages.
- Update rollup config to bundle ESM packages for CJS use.
- Update tests to match new dependencies.
- Bump minor version numbers for all affected modules.
vega-functions
- Add lasso selection expression functions. (thanks @dvmoritzschoefl!)
- Suppress unsupported expression function arguments.
vega-label
- Fix to not assume that a label always has some part inside the chart's bounding box. (thanks @chanwutk!)
vega-scenegraph
- Fix SVG path close logic. (#3377)
- Fix SVG renderer dirty check. (#3411).
- Fix SVG path string parser, update tests. (#3432)
- Fix SVG mix-blend-mode to use style attribute. (#3435)
vega-selections
- Optimize selection functions for ID-only stores. (thanks @arvind!)
vega-transforms
- Fix TimeUnit transform updates.
vega-typings