@carto/api-client 0.5.7-alpha.6 → 0.5.8-alpha-others-orderby.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,9 +2,14 @@
2
2
 
3
3
  ## 0.5
4
4
 
5
+ ### 0.5.7
6
+
7
+ - feat(widgets): Allow local widget calculations without spatial filter (#204)
8
+ - perf(widgets): Improve performance of local widget spatial filtering (#192, #201)
9
+
5
10
  ### 0.5.6
6
11
 
7
- - chore(widgets): add AggregationTypes enum-like definition (#187)
12
+ - chore(widgets): Add AggregationTypes enum-like definition (#187)
8
13
  - feat(worker): Distribute worker script as standalone JS bundle (#189)
9
14
  - feat(widgets): Add widgetWorkerUrl option (#188)
10
15
  - feat(widgets): WidgetRemoteSource: custom aggregations for category, timeseries models (#174)