Skip to content

Commit 23950c3

Browse files
authored
[chore] 3.1.9 patch (#3157)
* [chore] 3.1.9 patch Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * patch Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * bump Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * ts lint fixes Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * nit Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> --------- Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent 0d6d5fd commit 23950c3

File tree

27 files changed

+254
-225
lines changed

27 files changed

+254
-225
lines changed

CHANGELOG.md

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

18+
## [3.1.9] - June 11 2025
19+
20+
0d6d5fd1a [chore] raster tile - hide server settings by default (#3163)
21+
7551f5d7d [fix] DuckDB mode: space in column name breaks file import (#3153) (#3156)
22+
047334712 [fix] fit to bounds - fix initial basemap and deck projections mismatch (#3155)
23+
d43e8bbff [chore] replace ai-assistant model config file with ts for npm availability (#3154)
24+
1a93a2b99 [chore] raster tile layer tests (#3152)
25+
343b554db [feat] WMS layer improvements (#3151)
26+
c1d2b8616 [fix] button spinner fix (#3150)
27+
a05b3cf6d [fix] WMS layer fixes 2 (#3149)
28+
1a47e08a5 [fix] WMS layer fixes 1 (#3148)
29+
272fd1ae7 [Feat] WMS Layer - development (#3092)
30+
9f656e06c [Docs] Add tutorial Spatial Data Analysis with Kepler.gl AI Assistant (part1) (#3126)
31+
ca628b523 [Chore] rewrite plot container for perf improvement (#3133)
32+
49f4c3de2 [chore] Update old imports (#3131)
33+
3b6e9049a [fix] improvements for raster tile layer (#3124)
34+
4237b0a0e [chore] migrate custom-palette from react-sortable-hoc to dnd-kit (#3128)
35+
49fbf8faa [fix] aggregation layers fixes for custom color scale (#3129)
36+
edf1f1ddd [fix] spatial join ai instruction (#3127)
37+
1838
## [3.1.8] - May 26 2025
1939

2040
- 4fd570c3e [example] Kepler.gl getting started example with Vite (#3123)

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

src/ai-assistant/src/config/models.ts

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
export const PROVIDER_MODELS = {
25
"openai": [
36
"gpt-4.1",

src/ai-assistant/src/tools/kepler-tools/table-tool.tsx

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
import {useSelector} from 'react-redux';
25
import React, {useEffect, useRef, useState} from 'react';
36
import {useDispatch} from 'react-redux';

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.1.8",
4+
"version": "3.1.9",
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.8",
33+
"@kepler.gl/types": "3.1.9",
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.1.8",
4+
"version": "3.1.9",
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.8",
34-
"@kepler.gl/types": "3.1.8",
33+
"@kepler.gl/constants": "3.1.9",
34+
"@kepler.gl/types": "3.1.9",
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.1.8",
4+
"version": "3.1.9",
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.8",
42-
"@kepler.gl/cloud-providers": "3.1.8",
43-
"@kepler.gl/common-utils": "3.1.8",
44-
"@kepler.gl/constants": "3.1.8",
45-
"@kepler.gl/effects": "3.1.8",
46-
"@kepler.gl/layers": "3.1.8",
47-
"@kepler.gl/localization": "3.1.8",
48-
"@kepler.gl/processors": "3.1.8",
49-
"@kepler.gl/reducers": "3.1.8",
50-
"@kepler.gl/schemas": "3.1.8",
51-
"@kepler.gl/styles": "3.1.8",
52-
"@kepler.gl/table": "3.1.8",
53-
"@kepler.gl/types": "3.1.8",
54-
"@kepler.gl/utils": "3.1.8",
41+
"@kepler.gl/actions": "3.1.9",
42+
"@kepler.gl/cloud-providers": "3.1.9",
43+
"@kepler.gl/common-utils": "3.1.9",
44+
"@kepler.gl/constants": "3.1.9",
45+
"@kepler.gl/effects": "3.1.9",
46+
"@kepler.gl/layers": "3.1.9",
47+
"@kepler.gl/localization": "3.1.9",
48+
"@kepler.gl/processors": "3.1.9",
49+
"@kepler.gl/reducers": "3.1.9",
50+
"@kepler.gl/schemas": "3.1.9",
51+
"@kepler.gl/styles": "3.1.9",
52+
"@kepler.gl/table": "3.1.9",
53+
"@kepler.gl/types": "3.1.9",
54+
"@kepler.gl/utils": "3.1.9",
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 <shan@uber.com>",
4-
"version": "3.1.8",
4+
"version": "3.1.9",
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.8",
33+
"@kepler.gl/types": "3.1.9",
3434
"@types/d3-scale": "^3.2.2",
3535
"@types/keymirror": "^0.1.1",
3636
"chroma-js": "2.1.2",

0 commit comments

Comments
 (0)