Skip to content

Commit dc8ba03

Browse files
authored
[chore] minor release 3.2.0 (#3181)
* [chore] minor release 3.2.0 Signed-off-by: Ihor Dykhta <[email protected]> * nit Signed-off-by: Ihor Dykhta <[email protected]> * nit Signed-off-by: Ihor Dykhta <[email protected]> --------- Signed-off-by: Ihor Dykhta <[email protected]>
1 parent 3b0be2d commit dc8ba03

File tree

25 files changed

+234
-223
lines changed

25 files changed

+234
-223
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ Each version should:
1515
Ref: http://keepachangelog.com/en/0.3.0/
1616
-->
1717

18+
## [3.2.0] - Aug 21 2025
19+
20+
3b0be2dda [chore] docs update (#3192)
21+
9c132de28 [chore] docs update (#3180)
22+
d4d8d184b [chore] raster tile form - add link to docs (#3183)
23+
f91564fb9 [fix] save raster layer config with layer, don't rely on app config (#3184)
24+
420bbf2ad [feat] add support for boolean filter in vector tiles (#3190)
25+
e4b64a080 [chore] Replace Studio section with Desktop section (#3189)
26+
751148111 [chore] Fix and update examples to v3.1.10 (#3182)
27+
1828
## [3.1.10] - Aug 14 2025
1929

2030
- 09297acc0 [improvement] optimize speed of getCategoricalColorMap (#3178)

SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
* [Heatmap](docs/user-guides/c-types-of-layers/i-heatmap.md)
2626
* [Arc](docs/user-guides/c-types-of-layers/b-arc.md)
2727
* [Trip layer](docs/user-guides/c-types-of-layers/k-trip.md)
28+
* [Vector Tile Layer](docs/user-guides/c-types-of-layers/m-vector-tile-layer.md)
29+
* [Raster Tile layer](docs/user-guides/c-types-of-layers/n-raster-tile-layer.md)
30+
* [WMS layer](docs/user-guides/c-types-of-layers/o-wms-layer.md)
2831
* [Layer Attributes](docs/user-guides/d-layer-attributes.md)
2932
* [Color Palettes](docs/user-guides/l-color-attributes.md)
3033
* [Filters](docs/user-guides/e-filters.md)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kepler.gl",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -104,7 +104,7 @@
104104
"@deck.gl/mapbox": "^8.9.27",
105105
"@hubble.gl/core": "1.4.0",
106106
"@hubble.gl/react": "1.4.0",
107-
"@kepler.gl/components": "3.1.10",
107+
"@kepler.gl/components": "3.2.0",
108108
"@loaders.gl/polyfills": "^4.3.2",
109109
"@types/mapbox__geo-viewport": "^0.4.1",
110110
"html-webpack-plugin": "^4.3.0",

src/actions/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/actions",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,13 +31,13 @@
3131
],
3232
"dependencies": {
3333
"@deck.gl/core": "^8.9.27",
34-
"@kepler.gl/cloud-providers": "3.1.10",
35-
"@kepler.gl/constants": "3.1.10",
36-
"@kepler.gl/layers": "3.1.10",
37-
"@kepler.gl/processors": "3.1.10",
38-
"@kepler.gl/table": "3.1.10",
39-
"@kepler.gl/types": "3.1.10",
40-
"@kepler.gl/utils": "3.1.10",
34+
"@kepler.gl/cloud-providers": "3.2.0",
35+
"@kepler.gl/constants": "3.2.0",
36+
"@kepler.gl/layers": "3.2.0",
37+
"@kepler.gl/processors": "3.2.0",
38+
"@kepler.gl/table": "3.2.0",
39+
"@kepler.gl/types": "3.2.0",
40+
"@kepler.gl/utils": "3.2.0",
4141
"@reduxjs/toolkit": "^1.7.2",
4242
"@types/lodash": "4.17.5",
4343
"@types/react-redux": "^7.1.23",

src/ai-assistant/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/ai-assistant",
33
"author": "Xun Li<[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "kepler.gl AI assistant",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -34,12 +34,12 @@
3434
"@ai-sdk/deepseek": "^0.2.14",
3535
"@ai-sdk/google": "^1.2.18",
3636
"@ai-sdk/xai": "^1.2.16",
37-
"@kepler.gl/components": "3.1.10",
38-
"@kepler.gl/constants": "3.1.10",
39-
"@kepler.gl/layers": "3.1.10",
40-
"@kepler.gl/table": "3.1.10",
41-
"@kepler.gl/types": "3.1.10",
42-
"@kepler.gl/utils": "3.1.10",
37+
"@kepler.gl/components": "3.2.0",
38+
"@kepler.gl/constants": "3.2.0",
39+
"@kepler.gl/layers": "3.2.0",
40+
"@kepler.gl/table": "3.2.0",
41+
"@kepler.gl/types": "3.2.0",
42+
"@kepler.gl/utils": "3.2.0",
4343
"@openassistant/core": "^0.5.13",
4444
"@openassistant/duckdb": "^0.5.13",
4545
"@openassistant/echarts": "^0.5.13",

src/cloud-providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/cloud-providers",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -30,7 +30,7 @@
3030
"umd"
3131
],
3232
"dependencies": {
33-
"@kepler.gl/types": "3.1.10",
33+
"@kepler.gl/types": "3.2.0",
3434
"react": "^18.2.0"
3535
},
3636
"nyc": {

src/common-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/common-utils",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "kepler.gl common utils",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -30,8 +30,8 @@
3030
"umd"
3131
],
3232
"dependencies": {
33-
"@kepler.gl/constants": "3.1.10",
34-
"@kepler.gl/types": "3.1.10",
33+
"@kepler.gl/constants": "3.2.0",
34+
"@kepler.gl/types": "3.2.0",
3535
"d3-array": "^2.8.0",
3636
"global": "^4.3.0",
3737
"h3-js": "^3.1.0",

src/components/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/components",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -38,20 +38,20 @@
3838
"@dnd-kit/utilities": "^3.2.2",
3939
"@emotion/is-prop-valid": "^1.2.1",
4040
"@floating-ui/react": "0.25.1",
41-
"@kepler.gl/actions": "3.1.10",
42-
"@kepler.gl/cloud-providers": "3.1.10",
43-
"@kepler.gl/common-utils": "3.1.10",
44-
"@kepler.gl/constants": "3.1.10",
45-
"@kepler.gl/effects": "3.1.10",
46-
"@kepler.gl/layers": "3.1.10",
47-
"@kepler.gl/localization": "3.1.10",
48-
"@kepler.gl/processors": "3.1.10",
49-
"@kepler.gl/reducers": "3.1.10",
50-
"@kepler.gl/schemas": "3.1.10",
51-
"@kepler.gl/styles": "3.1.10",
52-
"@kepler.gl/table": "3.1.10",
53-
"@kepler.gl/types": "3.1.10",
54-
"@kepler.gl/utils": "3.1.10",
41+
"@kepler.gl/actions": "3.2.0",
42+
"@kepler.gl/cloud-providers": "3.2.0",
43+
"@kepler.gl/common-utils": "3.2.0",
44+
"@kepler.gl/constants": "3.2.0",
45+
"@kepler.gl/effects": "3.2.0",
46+
"@kepler.gl/layers": "3.2.0",
47+
"@kepler.gl/localization": "3.2.0",
48+
"@kepler.gl/processors": "3.2.0",
49+
"@kepler.gl/reducers": "3.2.0",
50+
"@kepler.gl/schemas": "3.2.0",
51+
"@kepler.gl/styles": "3.2.0",
52+
"@kepler.gl/table": "3.2.0",
53+
"@kepler.gl/types": "3.2.0",
54+
"@kepler.gl/utils": "3.2.0",
5555
"@loaders.gl/mvt": "^4.3.2",
5656
"@loaders.gl/pmtiles": "^4.3.2",
5757
"@loaders.gl/wms": "4.3.2",

src/constants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/constants",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -30,7 +30,7 @@
3030
"umd"
3131
],
3232
"dependencies": {
33-
"@kepler.gl/types": "3.1.10",
33+
"@kepler.gl/types": "3.2.0",
3434
"@types/d3-scale": "^3.2.2",
3535
"@types/keymirror": "^0.1.1",
3636
"chroma-js": "2.1.2",

src/deckgl-arrow-layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/deckgl-arrow-layers",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.10",
4+
"version": "3.2.0",
55
"description": "Deck.gl layers with GeoArrow and GeoParquet support",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@geoarrow/geoarrow-js": "^0.3.0",
34-
"@kepler.gl/constants": "^3.1.10",
34+
"@kepler.gl/constants": "^3.2.0",
3535
"@math.gl/core": "^4.0.0",
3636
"@math.gl/polygon": "^4.0.0",
3737
"@math.gl/types": "^4.0.0",

0 commit comments

Comments
 (0)