Skip to content

Commit d9cb676

Browse files
igorDykhtaIhor Dykhta
andauthored
chore: patch release 3.3.0-alpha.5 (#3604)
* chore: patch release 3.3.0-alpha.5 Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> * bump editable layers Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> * changelog Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> --------- Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> Co-authored-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local>
1 parent 43c034a commit d9cb676

24 files changed

Lines changed: 257 additions & 236 deletions

File tree

CHANGELOG.md

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

18+
## [3.3.0-alpha.5] - Aug 2 2026
19+
20+
- c82030ba chore(deps): bump @deck.gl-community/editable-layers from 9.3.7 to 9.3.8
21+
- 43c034ad chore(deps): bump d3-color from 2.0.0 to 3.1.0 (#3599)
22+
- ab0780a0 fix: custom basemap attribution and style dropdown thumbnail (#3600)
23+
- 288c782b fix(raster-tile): fix stuck black tiles for raster tile layer (#3598)
24+
- 28f4596b chore: add reduxLogLevel config to suppress noisy Redux actions in dev console (#3597)
25+
- ee9aa885 feat: add map scale bar (#3596)
26+
- 314fe449 fix(globe): fade atmosphere halo & day/night effect on zoom in (#3595)
27+
- bdc6bd39 fix(globe): layer blending and overlay blending in Globe mode (#3594)
28+
- 3e4f57ba fix(globe): prevent globe rotation when drag starts or moves outside the globe silhouette (#3593)
29+
- e3a44596 chore(deps): bump brace-expansion in /examples/demo-app (#3602)
30+
- adf932ca chore(deps): bump brace-expansion from 1.1.16 to 1.1.18 in /website (#3601)
31+
- 28e8e3f5 chore: upgrade Python bindings to kepler.gl 3.3.0-alpha.4 (React 19) (#3591)
32+
- 58f2d6ab fix: python binding adaptation of 2283 (#3590)
33+
- 854f6a55 feat: Add SKILL.md for keplergl python package (#3429)
34+
- f00fd208 docs: update keplergl-jupyter docs for v0.4.0 (#3431)
35+
- e4a29070 chore: remove deprecated umd logic (#3589)
36+
- b6d10804 chore: remove deprecated `bindings/kepler.gl-jupyter` in favor of `bindings/python` (#3430)
37+
- 0e093722 chore(deps): bump pygments from 2.19.2 to 2.20.0 in /bindings/python (#3568)
38+
1839
## [3.3.0-alpha.4] - July 28 2026
1940

2041
- ea966330 chore: upgrade to webpack 5 (#3587)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "3.3.0-alpha.4",
3+
"version": "3.3.0-alpha.5",
44
"packages": [
55
"src/*"
66
],

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",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
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",
@@ -103,7 +103,7 @@
103103
],
104104
"dependencies": {
105105
"@deck.gl/mapbox": "^9.3.1",
106-
"@kepler.gl/components": "3.3.0-alpha.4",
106+
"@kepler.gl/components": "3.3.0-alpha.5",
107107
"@loaders.gl/polyfills": "^4.4.1",
108108
"@types/mapbox__geo-viewport": "^0.4.1",
109109
"html-webpack-plugin": "^5.6.3",
@@ -132,7 +132,7 @@
132132
"@babel/register": "^7.12.1",
133133
"@babel/runtime": "^7.26.10",
134134
"@babel/traverse": "^7.12.1",
135-
"@deck.gl-community/editable-layers": "9.3.7",
135+
"@deck.gl-community/editable-layers": "9.3.8",
136136
"@deck.gl-community/layers": "9.2.8",
137137
"@deck.gl/test-utils": "^9.3.1",
138138
"@loaders.gl/polyfills": "^4.4.1",

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.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -29,13 +29,13 @@
2929
],
3030
"dependencies": {
3131
"@deck.gl/core": "^9.3.1",
32-
"@kepler.gl/cloud-providers": "3.3.0-alpha.4",
33-
"@kepler.gl/constants": "3.3.0-alpha.4",
34-
"@kepler.gl/layers": "3.3.0-alpha.4",
35-
"@kepler.gl/processors": "3.3.0-alpha.4",
36-
"@kepler.gl/table": "3.3.0-alpha.4",
37-
"@kepler.gl/types": "3.3.0-alpha.4",
38-
"@kepler.gl/utils": "3.3.0-alpha.4",
32+
"@kepler.gl/cloud-providers": "3.3.0-alpha.5",
33+
"@kepler.gl/constants": "3.3.0-alpha.5",
34+
"@kepler.gl/layers": "3.3.0-alpha.5",
35+
"@kepler.gl/processors": "3.3.0-alpha.5",
36+
"@kepler.gl/table": "3.3.0-alpha.5",
37+
"@kepler.gl/types": "3.3.0-alpha.5",
38+
"@kepler.gl/utils": "3.3.0-alpha.5",
3939
"@reduxjs/toolkit": "^1.7.2",
4040
"@types/lodash": "4.17.5",
4141
"@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.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
55
"description": "kepler.gl AI assistant",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -32,12 +32,12 @@
3232
"@ai-sdk/deepseek": "^0.2.14",
3333
"@ai-sdk/google": "^1.2.18",
3434
"@ai-sdk/xai": "^1.2.16",
35-
"@kepler.gl/components": "3.3.0-alpha.4",
36-
"@kepler.gl/constants": "3.3.0-alpha.4",
37-
"@kepler.gl/layers": "3.3.0-alpha.4",
38-
"@kepler.gl/table": "3.3.0-alpha.4",
39-
"@kepler.gl/types": "3.3.0-alpha.4",
40-
"@kepler.gl/utils": "3.3.0-alpha.4",
35+
"@kepler.gl/components": "3.3.0-alpha.5",
36+
"@kepler.gl/constants": "3.3.0-alpha.5",
37+
"@kepler.gl/layers": "3.3.0-alpha.5",
38+
"@kepler.gl/table": "3.3.0-alpha.5",
39+
"@kepler.gl/types": "3.3.0-alpha.5",
40+
"@kepler.gl/utils": "3.3.0-alpha.5",
4141
"@openassistant/core": "^0.5.17",
4242
"@openassistant/duckdb": "^0.5.17",
4343
"@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.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -28,7 +28,7 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@kepler.gl/types": "3.3.0-alpha.4",
31+
"@kepler.gl/types": "3.3.0-alpha.5",
3232
"react": "^19.0.0"
3333
},
3434
"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.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
55
"description": "kepler.gl common utils",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -28,8 +28,8 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@kepler.gl/constants": "3.3.0-alpha.4",
32-
"@kepler.gl/types": "3.3.0-alpha.4",
31+
"@kepler.gl/constants": "3.3.0-alpha.5",
32+
"@kepler.gl/types": "3.3.0-alpha.5",
3333
"d3-array": "^2.8.0",
3434
"global": "^4.3.0",
3535
"h3-js": "^4.4.0",

src/components/package.json

Lines changed: 17 additions & 17 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.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -28,7 +28,7 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@deck.gl-community/editable-layers": "9.3.7",
31+
"@deck.gl-community/editable-layers": "9.3.8",
3232
"@deck.gl/core": "^9.3.1",
3333
"@deck.gl/react": "^9.3.1",
3434
"@deck.gl/widgets": "^9.3.1",
@@ -40,21 +40,21 @@
4040
"@floating-ui/react": "^0.27.0",
4141
"@hubble.gl/core": "2.0.0-alpha.4",
4242
"@hubble.gl/react": "2.0.0-alpha.4",
43-
"@kepler.gl/actions": "3.3.0-alpha.4",
44-
"@kepler.gl/cloud-providers": "3.3.0-alpha.4",
45-
"@kepler.gl/common-utils": "3.3.0-alpha.4",
46-
"@kepler.gl/constants": "3.3.0-alpha.4",
47-
"@kepler.gl/deckgl-layers": "3.3.0-alpha.4",
48-
"@kepler.gl/effects": "3.3.0-alpha.4",
49-
"@kepler.gl/layers": "3.3.0-alpha.4",
50-
"@kepler.gl/localization": "3.3.0-alpha.4",
51-
"@kepler.gl/processors": "3.3.0-alpha.4",
52-
"@kepler.gl/reducers": "3.3.0-alpha.4",
53-
"@kepler.gl/schemas": "3.3.0-alpha.4",
54-
"@kepler.gl/styles": "3.3.0-alpha.4",
55-
"@kepler.gl/table": "3.3.0-alpha.4",
56-
"@kepler.gl/types": "3.3.0-alpha.4",
57-
"@kepler.gl/utils": "3.3.0-alpha.4",
43+
"@kepler.gl/actions": "3.3.0-alpha.5",
44+
"@kepler.gl/cloud-providers": "3.3.0-alpha.5",
45+
"@kepler.gl/common-utils": "3.3.0-alpha.5",
46+
"@kepler.gl/constants": "3.3.0-alpha.5",
47+
"@kepler.gl/deckgl-layers": "3.3.0-alpha.5",
48+
"@kepler.gl/effects": "3.3.0-alpha.5",
49+
"@kepler.gl/layers": "3.3.0-alpha.5",
50+
"@kepler.gl/localization": "3.3.0-alpha.5",
51+
"@kepler.gl/processors": "3.3.0-alpha.5",
52+
"@kepler.gl/reducers": "3.3.0-alpha.5",
53+
"@kepler.gl/schemas": "3.3.0-alpha.5",
54+
"@kepler.gl/styles": "3.3.0-alpha.5",
55+
"@kepler.gl/table": "3.3.0-alpha.5",
56+
"@kepler.gl/types": "3.3.0-alpha.5",
57+
"@kepler.gl/utils": "3.3.0-alpha.5",
5858
"@lexical/link": "^0.9.0",
5959
"@lexical/react": "^0.9.0",
6060
"@lexical/selection": "^0.9.0",

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.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -28,7 +28,7 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@kepler.gl/types": "3.3.0-alpha.4",
31+
"@kepler.gl/types": "3.3.0-alpha.5",
3232
"@types/d3-scale": "^3.2.2",
3333
"@types/keymirror": "^0.1.1",
3434
"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.3.0-alpha.4",
4+
"version": "3.3.0-alpha.5",
55
"description": "Deck.gl layers with GeoArrow and GeoParquet support",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -29,8 +29,8 @@
2929
],
3030
"dependencies": {
3131
"@geoarrow/geoarrow-js": "^0.3.0",
32-
"@kepler.gl/constants": "3.3.0-alpha.4",
33-
"@kepler.gl/utils": "3.3.0-alpha.4",
32+
"@kepler.gl/constants": "3.3.0-alpha.5",
33+
"@kepler.gl/utils": "3.3.0-alpha.5",
3434
"@math.gl/core": "^4.1.0",
3535
"@math.gl/polygon": "^4.1.0",
3636
"@math.gl/types": "^4.1.0",

0 commit comments

Comments
 (0)