@carto/api-client 0.5.16 → 0.5.18-alpha.colormapfix-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
@@ -1,7 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## Unreleased
4
+
5
+ - fix(fetchMap): getColorAccessor treats colorMap as override of actual domain (#238)
6
+
3
7
  ## 0.5
4
8
 
9
+ ### 0.5.17
10
+
11
+ - feat(fetchMap): Raster layers, update triggers and other fixes (#223)
12
+
5
13
  ### 0.5.16
6
14
 
7
15
  - feat(widgets): Add getAggregations() method (#229)