- chore: Add repository and homepage in npm package metadata
- types: Export TileResolution and SpatialFilterPolyfillMode types (#63)
- fix: Propagate spatialDataColumn and tileResolution defaults to widget source (#64)
- feat: Add support for spatial index types (H3, quadbin) in Widget APIs
- feat: Add support for
aggregationExp
parameter tovectorQuerySource
andvectorTableSource
- fix: Fix incorrect column name lowercasing in Picking Model API
- feat: Add cache control mechanism for sources and query APIs
- feat: Add Picking Model API
- refactor: Migrate sources from
@deck.gl/carto
to@carto/api-client
- deps: Remove
@deck.gl/carto
bundled dependency
- deps: Add
@deck.gl/carto
as dependency
- feat: Initial release