Skip to content

Commit d5c99ce

Browse files
igorDykhtaIhor Dykhta
andauthored
chore: minor releae 3.3.0-alpha.0 (#3364)
* chore: minor releae 3.3.0-alpha.0 Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * pin version Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * yarn lock Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * changelog Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> --------- Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> Co-authored-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local>
1 parent 44d1e47 commit d5c99ce

31 files changed

Lines changed: 243 additions & 229 deletions

CHANGELOG.md

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

18+
## [3.3.0-alpha.0] - Apr 5 2026
19+
20+
- 44d1e47f fix: preserve line breaks in tooltip field values (#3311)
21+
- e2cc341b fix: geocoder coordinate search results not showing (#2245) (#3322)
22+
- 1c2db0fd feat: add layer visibility toggle to map legend (#3303) (#3324)
23+
- 385ed909 fix(components): disable preserveDrawingBuffer by default for better performance (#3326)
24+
- f182d6cc fix(geojson-layer): initialize strokeColor for LineString features (#2305) (#3338)
25+
- f25f1286 fix: boolean parsing for yes/no string values (#3346) (#3365)
26+
- be6ba648d chore: deck.gl 9.2 upgrade & loaders.gl, luma.gl upgrades (#3271)
27+
- bc59e880b chore: Update kepler-jupyter to use kepler.gl v3.2.0 (#3219)
28+
1829
## [3.2.6] - Mar 16 2026
1930

2031
- b5ffed55b feat: add extra map export resolutions (#3357)

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 <shan@uber.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.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",
@@ -102,7 +102,7 @@
102102
],
103103
"dependencies": {
104104
"@deck.gl/mapbox": "^9.2.11",
105-
"@kepler.gl/components": "3.2.6",
105+
"@kepler.gl/components": "3.3.0-alpha.0",
106106
"@loaders.gl/polyfills": "^4.3.4",
107107
"@types/mapbox__geo-viewport": "^0.4.1",
108108
"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 <shan@uber.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.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": "^9.2.11",
34-
"@kepler.gl/cloud-providers": "3.2.6",
35-
"@kepler.gl/constants": "3.2.6",
36-
"@kepler.gl/layers": "3.2.6",
37-
"@kepler.gl/processors": "3.2.6",
38-
"@kepler.gl/table": "3.2.6",
39-
"@kepler.gl/types": "3.2.6",
40-
"@kepler.gl/utils": "3.2.6",
34+
"@kepler.gl/cloud-providers": "3.3.0-alpha.0",
35+
"@kepler.gl/constants": "3.3.0-alpha.0",
36+
"@kepler.gl/layers": "3.3.0-alpha.0",
37+
"@kepler.gl/processors": "3.3.0-alpha.0",
38+
"@kepler.gl/table": "3.3.0-alpha.0",
39+
"@kepler.gl/types": "3.3.0-alpha.0",
40+
"@kepler.gl/utils": "3.3.0-alpha.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<lixun910@gmail.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.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.2.6",
38-
"@kepler.gl/constants": "3.2.6",
39-
"@kepler.gl/layers": "3.2.6",
40-
"@kepler.gl/table": "3.2.6",
41-
"@kepler.gl/types": "3.2.6",
42-
"@kepler.gl/utils": "3.2.6",
37+
"@kepler.gl/components": "3.3.0-alpha.0",
38+
"@kepler.gl/constants": "3.3.0-alpha.0",
39+
"@kepler.gl/layers": "3.3.0-alpha.0",
40+
"@kepler.gl/table": "3.3.0-alpha.0",
41+
"@kepler.gl/types": "3.3.0-alpha.0",
42+
"@kepler.gl/utils": "3.3.0-alpha.0",
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 <shan@uber.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.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.2.6",
33+
"@kepler.gl/types": "3.3.0-alpha.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 <heshan0131@gmail.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.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.2.6",
34-
"@kepler.gl/types": "3.2.6",
33+
"@kepler.gl/constants": "3.3.0-alpha.0",
34+
"@kepler.gl/types": "3.3.0-alpha.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 <shan@uber.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -40,20 +40,20 @@
4040
"@dnd-kit/utilities": "^3.2.2",
4141
"@emotion/is-prop-valid": "^1.2.1",
4242
"@floating-ui/react": "0.25.1",
43-
"@kepler.gl/actions": "3.2.6",
44-
"@kepler.gl/cloud-providers": "3.2.6",
45-
"@kepler.gl/common-utils": "3.2.6",
46-
"@kepler.gl/constants": "3.2.6",
47-
"@kepler.gl/effects": "3.2.6",
48-
"@kepler.gl/layers": "3.2.6",
49-
"@kepler.gl/localization": "3.2.6",
50-
"@kepler.gl/processors": "3.2.6",
51-
"@kepler.gl/reducers": "3.2.6",
52-
"@kepler.gl/schemas": "3.2.6",
53-
"@kepler.gl/styles": "3.2.6",
54-
"@kepler.gl/table": "3.2.6",
55-
"@kepler.gl/types": "3.2.6",
56-
"@kepler.gl/utils": "3.2.6",
43+
"@kepler.gl/actions": "3.3.0-alpha.0",
44+
"@kepler.gl/cloud-providers": "3.3.0-alpha.0",
45+
"@kepler.gl/common-utils": "3.3.0-alpha.0",
46+
"@kepler.gl/constants": "3.3.0-alpha.0",
47+
"@kepler.gl/effects": "3.3.0-alpha.0",
48+
"@kepler.gl/layers": "3.3.0-alpha.0",
49+
"@kepler.gl/localization": "3.3.0-alpha.0",
50+
"@kepler.gl/processors": "3.3.0-alpha.0",
51+
"@kepler.gl/reducers": "3.3.0-alpha.0",
52+
"@kepler.gl/schemas": "3.3.0-alpha.0",
53+
"@kepler.gl/styles": "3.3.0-alpha.0",
54+
"@kepler.gl/table": "3.3.0-alpha.0",
55+
"@kepler.gl/types": "3.3.0-alpha.0",
56+
"@kepler.gl/utils": "3.3.0-alpha.0",
5757
"@loaders.gl/mvt": "^4.3.4",
5858
"@loaders.gl/pmtiles": "^4.3.4",
5959
"@loaders.gl/wms": "4.3.4",

src/components/tsconfig.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"isolatedModules": true,
2525
"baseUrl": "./src"
2626
},
27-
"include": ["src"]
27+
"include": ["src", "../deckgl-types.d.ts"]
2828
}

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 <shan@uber.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.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.2.6",
33+
"@kepler.gl/types": "3.3.0-alpha.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: 3 additions & 3 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 <shan@uber.com>",
4-
"version": "3.2.6",
4+
"version": "3.3.0-alpha.0",
55
"description": "Deck.gl layers with GeoArrow and GeoParquet support",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,8 +31,8 @@
3131
],
3232
"dependencies": {
3333
"@geoarrow/geoarrow-js": "^0.3.0",
34-
"@kepler.gl/constants": "^3.2.6",
35-
"@kepler.gl/utils": "^3.2.6",
34+
"@kepler.gl/constants": "3.3.0-alpha.0",
35+
"@kepler.gl/utils": "3.3.0-alpha.0",
3636
"@math.gl/core": "^4.0.0",
3737
"@math.gl/polygon": "^4.0.0",
3838
"@math.gl/types": "^4.0.0",

0 commit comments

Comments
 (0)