Skip to content

Commit 8cdedb0

Browse files
committed
chore: patch release 3.2.1
Signed-off-by: Ihor Dykhta <[email protected]>
1 parent d2b130f commit 8cdedb0

File tree

23 files changed

+147
-128
lines changed

23 files changed

+147
-128
lines changed

CHANGELOG.md

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

18+
## [3.2.1] - Nov 3 2025
19+
20+
- d2b130f95 fix: detect h3 column in arrow (#3230)
21+
- 2aa200913 fix: interaction panel causes layout shift (#3224)
22+
- 2e24bd207 feat: extend bigInt casting to support UBIGINT HUGEINT UHUGEINT in duckdb (#3227)
23+
- 79d745ae2 [fix] fix for wkb/wkt saved in DuckDB as varchar (#3208)
24+
- 24529655d fix: fixes to channel by value (#3216)
25+
- f211ccd0a [Bug]: Fix scrollTop reest when scrolling horizontally in data table (#3206)
26+
- b6aee95f3 docs: add security escalation policy (#3210)
27+
- a6e9cb998 feat: ai assistant support llm proxy server (#3188)
28+
- 2005927bd [fix] icon layer - render default icon in case svgIconUrl loading fails (#3204)
29+
- 64ec955ae [chore] Add missing release notes for 3.2 (#3200)
30+
- 70a129c4e [feat] vector tile layer - add feature uid selector (#3203)
31+
- 2b8af8260 [fix] vector tile layer - use highlightedFeatureId for hover (#3202)
32+
- 32fb77f42 [chore] bump demo-app example to kepler.gl 3.2 (#3201)
33+
- 96dcef6b9 [fix] fixes for legend (#3199)
34+
- 26dd6e832 [website] fix mobile layout (#3197)
35+
- 7be817789 [website] Add OpenJS Foundation copyright and logo (#3196)
36+
1837
## [3.2.0] - Aug 21 2025
1938

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)
39+
- 3b0be2dda [chore] docs update (#3192)
40+
- 9c132de28 [chore] docs update (#3180)
41+
- d4d8d184b [chore] raster tile form - add link to docs (#3183)
42+
- f91564fb9 [fix] save raster layer config with layer, don't rely on app config (#3184)
43+
- 420bbf2ad [feat] add support for boolean filter in vector tiles (#3190)
44+
- e4b64a080 [chore] Replace Studio section with Desktop section (#3189)
45+
- 751148111 [chore] Fix and update examples to v3.1.10 (#3182)
2746

2847
## [3.1.10] - Aug 14 2025
2948

examples/demo-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"@auth0/auth0-spa-js": "^2.1.2",
1616
"@carto/toolkit": "0.0.1-rc.18",
1717
"@emotion/is-prop-valid": "^1.2.1",
18-
"@kepler.gl/actions": "^3.2.0",
19-
"@kepler.gl/ai-assistant": "^3.2.0",
20-
"@kepler.gl/cloud-providers": "^3.2.0",
21-
"@kepler.gl/components": "^3.2.0",
22-
"@kepler.gl/constants": "^3.2.0",
23-
"@kepler.gl/duckdb": "^3.2.0",
24-
"@kepler.gl/processors": "^3.2.0",
25-
"@kepler.gl/reducers": "^3.2.0",
26-
"@kepler.gl/schemas": "^3.2.0",
27-
"@kepler.gl/styles": "^3.2.0",
28-
"@kepler.gl/utils": "^3.2.0",
18+
"@kepler.gl/actions": "^3.2.1",
19+
"@kepler.gl/ai-assistant": "^3.2.1",
20+
"@kepler.gl/cloud-providers": "^3.2.1",
21+
"@kepler.gl/components": "^3.2.1",
22+
"@kepler.gl/constants": "^3.2.1",
23+
"@kepler.gl/duckdb": "^3.2.1",
24+
"@kepler.gl/processors": "^3.2.1",
25+
"@kepler.gl/reducers": "^3.2.1",
26+
"@kepler.gl/schemas": "^3.2.1",
27+
"@kepler.gl/styles": "^3.2.1",
28+
"@kepler.gl/utils": "^3.2.1",
2929
"@loaders.gl/arrow": "^4.3.2",
3030
"@loaders.gl/core": "^4.3.2",
3131
"@loaders.gl/csv": "^4.3.2",

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.2.0",
4+
"version": "3.2.1",
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.2.0",
107+
"@kepler.gl/components": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.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",
34+
"@kepler.gl/cloud-providers": "3.2.1",
35+
"@kepler.gl/constants": "3.2.1",
36+
"@kepler.gl/layers": "3.2.1",
37+
"@kepler.gl/processors": "3.2.1",
38+
"@kepler.gl/table": "3.2.1",
39+
"@kepler.gl/types": "3.2.1",
40+
"@kepler.gl/utils": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.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",
37+
"@kepler.gl/components": "3.2.1",
38+
"@kepler.gl/constants": "3.2.1",
39+
"@kepler.gl/layers": "3.2.1",
40+
"@kepler.gl/table": "3.2.1",
41+
"@kepler.gl/types": "3.2.1",
42+
"@kepler.gl/utils": "3.2.1",
4343
"@openassistant/core": "^0.5.17",
4444
"@openassistant/duckdb": "^0.5.17",
4545
"@openassistant/echarts": "^0.5.17",

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.2.0",
4+
"version": "3.2.1",
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.2.0",
33+
"@kepler.gl/types": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.2.0",
34-
"@kepler.gl/types": "3.2.0",
33+
"@kepler.gl/constants": "3.2.1",
34+
"@kepler.gl/types": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.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",
41+
"@kepler.gl/actions": "3.2.1",
42+
"@kepler.gl/cloud-providers": "3.2.1",
43+
"@kepler.gl/common-utils": "3.2.1",
44+
"@kepler.gl/constants": "3.2.1",
45+
"@kepler.gl/effects": "3.2.1",
46+
"@kepler.gl/layers": "3.2.1",
47+
"@kepler.gl/localization": "3.2.1",
48+
"@kepler.gl/processors": "3.2.1",
49+
"@kepler.gl/reducers": "3.2.1",
50+
"@kepler.gl/schemas": "3.2.1",
51+
"@kepler.gl/styles": "3.2.1",
52+
"@kepler.gl/table": "3.2.1",
53+
"@kepler.gl/types": "3.2.1",
54+
"@kepler.gl/utils": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.2.0",
33+
"@kepler.gl/types": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.2.0",
34+
"@kepler.gl/constants": "^3.2.1",
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)