Skip to content

Commit 3cce76d

Browse files
igorDykhtaIhor Dykhta
andauthored
chore: patch release 3.3.0-alpha.2 (#3520)
* chore: patch release 3.3.0-alpha.2 Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> * fix ts publishing 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 760a964 commit 3cce76d

28 files changed

Lines changed: 253 additions & 225 deletions

File tree

CHANGELOG.md

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

18+
## [3.3.0-alpha.2] - July 10 2026
19+
20+
- 2884db5b chore(deps): bump js-yaml from 3.14.2 to 3.15.0 (#3517)
21+
- a380afc2 chore: upgrade to React 19 (#3514)
22+
- 3c0fe3f5 fix: bitmap layer fixes (#3474)
23+
- 4e9d3813 fix: video export quality in single view not taken into account (#3516)
24+
- b5a5ca0b fix: fix tooltip comparisson for aggregation layers (#3513)
25+
- a9f39d7c chore(deps): bump js-yaml from 3.14.2 to 3.15.0 in /website (#3511)
26+
- e45c0b05 chore(deps): bump http-proxy-middleware from 2.0.9 to 2.0.10 in /website (#3512)
27+
- 0a71d674 chore(deps-dev): bump webpack-dev-server from 5.2.4 to 5.2.5 in /website (#3508)
28+
- 372e53a2 feat: swipe view mode support in video export (#3503)
29+
- d384cf53 feat: layer groups (#3488)
30+
- 90ea55c4 feat(layers): Add API for custom icons in icon layer (#3502)
31+
- 2476b9b4 chore: add examples; update broken links (#3500)
32+
- e7747a9d chore(deps): bump ws in /bindings/kepler.gl-jupyter/js (#3499)
33+
- edae08ae chore(deps): bump tornado from 6.5.4 to 6.5.7 in /bindings/python (#3496)
34+
- d1b7b2d7 chore(deps): bump tar from 7.5.3 to 7.5.16 in /examples/demo-app (#3491)
35+
- 3b0d6ee3 chore(deps): bump form-data from 3.0.4 to 3.0.5 in /examples/demo-app (#3490)
36+
- 9712f838 chore(deps): bump launch-editor from 2.13.2 to 2.14.1 in /website (#3492)
37+
- 7bd0357b chore(deps): bump ws from 5.2.4 to 5.2.5 (#3494)
38+
- 2c787caa feat: swipe view mode (#3487)
39+
- d5b9b2f9 chore(deps): bump js-yaml in /bindings/kepler.gl-jupyter/js (#3489)
40+
- 56fe50f7 chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in /website (#3481)
41+
- 3a3e83e0 chore(deps): bump shell-quote from 1.8.1 to 1.8.4 (#3480)
42+
1843
## [3.3.0-alpha.1] - June 1 2026
1944

2045
- cb062106 feat: bitmap layer (#3472)

examples/demo-app/src/react19-shim.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// Copyright contributors to the kepler.gl project
3+
14
// React 19 compatibility shim for libraries that access removed internals.
25
// React 19 renamed __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED to
36
// __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE.

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.3.0-alpha.1",
4+
"version": "3.3.0-alpha.2",
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.3.1",
105-
"@kepler.gl/components": "3.3.0-alpha.1",
105+
"@kepler.gl/components": "3.3.0-alpha.2",
106106
"@loaders.gl/polyfills": "^4.4.1",
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.3.0-alpha.1",
4+
"version": "3.3.0-alpha.2",
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.3.1",
34-
"@kepler.gl/cloud-providers": "3.3.0-alpha.1",
35-
"@kepler.gl/constants": "3.3.0-alpha.1",
36-
"@kepler.gl/layers": "3.3.0-alpha.1",
37-
"@kepler.gl/processors": "3.3.0-alpha.1",
38-
"@kepler.gl/table": "3.3.0-alpha.1",
39-
"@kepler.gl/types": "3.3.0-alpha.1",
40-
"@kepler.gl/utils": "3.3.0-alpha.1",
34+
"@kepler.gl/cloud-providers": "3.3.0-alpha.2",
35+
"@kepler.gl/constants": "3.3.0-alpha.2",
36+
"@kepler.gl/layers": "3.3.0-alpha.2",
37+
"@kepler.gl/processors": "3.3.0-alpha.2",
38+
"@kepler.gl/table": "3.3.0-alpha.2",
39+
"@kepler.gl/types": "3.3.0-alpha.2",
40+
"@kepler.gl/utils": "3.3.0-alpha.2",
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.3.0-alpha.1",
4+
"version": "3.3.0-alpha.2",
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.3.0-alpha.1",
38-
"@kepler.gl/constants": "3.3.0-alpha.1",
39-
"@kepler.gl/layers": "3.3.0-alpha.1",
40-
"@kepler.gl/table": "3.3.0-alpha.1",
41-
"@kepler.gl/types": "3.3.0-alpha.1",
42-
"@kepler.gl/utils": "3.3.0-alpha.1",
37+
"@kepler.gl/components": "3.3.0-alpha.2",
38+
"@kepler.gl/constants": "3.3.0-alpha.2",
39+
"@kepler.gl/layers": "3.3.0-alpha.2",
40+
"@kepler.gl/table": "3.3.0-alpha.2",
41+
"@kepler.gl/types": "3.3.0-alpha.2",
42+
"@kepler.gl/utils": "3.3.0-alpha.2",
4343
"@openassistant/core": "^0.5.17",
4444
"@openassistant/duckdb": "^0.5.17",
4545
"@openassistant/echarts": "^0.5.17",

src/ai-assistant/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", "../styles/src/styled.d.ts"]
2828
}

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.1",
4+
"version": "3.3.0-alpha.2",
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.3.0-alpha.1",
33+
"@kepler.gl/types": "3.3.0-alpha.2",
3434
"react": "^19.0.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.3.0-alpha.1",
4+
"version": "3.3.0-alpha.2",
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.3.0-alpha.1",
34-
"@kepler.gl/types": "3.3.0-alpha.1",
33+
"@kepler.gl/constants": "3.3.0-alpha.2",
34+
"@kepler.gl/types": "3.3.0-alpha.2",
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.3.0-alpha.1",
4+
"version": "3.3.0-alpha.2",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -42,20 +42,20 @@
4242
"@floating-ui/react": "^0.27.0",
4343
"@hubble.gl/core": "2.0.0-alpha.4",
4444
"@hubble.gl/react": "2.0.0-alpha.4",
45-
"@kepler.gl/actions": "3.3.0-alpha.1",
46-
"@kepler.gl/cloud-providers": "3.3.0-alpha.1",
47-
"@kepler.gl/common-utils": "3.3.0-alpha.1",
48-
"@kepler.gl/constants": "3.3.0-alpha.1",
49-
"@kepler.gl/effects": "3.3.0-alpha.1",
50-
"@kepler.gl/layers": "3.3.0-alpha.1",
51-
"@kepler.gl/localization": "3.3.0-alpha.1",
52-
"@kepler.gl/processors": "3.3.0-alpha.1",
53-
"@kepler.gl/reducers": "3.3.0-alpha.1",
54-
"@kepler.gl/schemas": "3.3.0-alpha.1",
55-
"@kepler.gl/styles": "3.3.0-alpha.1",
56-
"@kepler.gl/table": "3.3.0-alpha.1",
57-
"@kepler.gl/types": "3.3.0-alpha.1",
58-
"@kepler.gl/utils": "3.3.0-alpha.1",
45+
"@kepler.gl/actions": "3.3.0-alpha.2",
46+
"@kepler.gl/cloud-providers": "3.3.0-alpha.2",
47+
"@kepler.gl/common-utils": "3.3.0-alpha.2",
48+
"@kepler.gl/constants": "3.3.0-alpha.2",
49+
"@kepler.gl/effects": "3.3.0-alpha.2",
50+
"@kepler.gl/layers": "3.3.0-alpha.2",
51+
"@kepler.gl/localization": "3.3.0-alpha.2",
52+
"@kepler.gl/processors": "3.3.0-alpha.2",
53+
"@kepler.gl/reducers": "3.3.0-alpha.2",
54+
"@kepler.gl/schemas": "3.3.0-alpha.2",
55+
"@kepler.gl/styles": "3.3.0-alpha.2",
56+
"@kepler.gl/table": "3.3.0-alpha.2",
57+
"@kepler.gl/types": "3.3.0-alpha.2",
58+
"@kepler.gl/utils": "3.3.0-alpha.2",
5959
"@lexical/link": "^0.9.0",
6060
"@lexical/react": "^0.9.0",
6161
"@lexical/selection": "^0.9.0",

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", "../deckgl-types.d.ts"]
27+
"include": ["src", "../deckgl-types.d.ts", "../styles/src/styled.d.ts"]
2828
}

0 commit comments

Comments
 (0)