Skip to content

Commit

Permalink
[chore] 3.1.0-alpha.6 (#2931)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta authored Jan 22, 2025
1 parent 8b8219b commit b4c9e0e
Show file tree
Hide file tree
Showing 36 changed files with 272 additions and 217 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ Each version should:
Ref: http://keepachangelog.com/en/0.3.0/
-->

## [3.1.0-alpha.6] - January 22 2025

803b2f540 [fix] remove dependencies from useEffect (prev componentDidMount in app.tsx) (#2930)
57926442f [fix] use saved map config for saved maps instead of zoom in to data (#2929)
4af609245 [chore] add dot.env, updates to demo-app build, update gitignore (#2928)
ce23c7668 [feat] duckdb module updates (#2927)
fc974d852 [feat] duckdb module placeholder (#2926)
d1b3c9799 [fix] demo-app resolve to proper node_modules (#2925)
594250bc7 [fix] fix demo-app yarn start (#2924)
913ba1ce0 [feat] support for table plugin in demo examples and privately stored datasets (#2923)
630728190 [fix] fixes for style editor preview and error (#2919)
d6aa2757e [fix] fix neighbor mode hovering crash in arc/line layers (#2920)
e2bd71d4e [fix] fix csv table examples for layers (#2921)
a6e151a0f [fix] vector tile layer fixes (#2911)

## [3.1.0-alpha.5] - January 15 2025

- b117b08ab [fix] fix for exported html maps
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kepler.gl",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@deck.gl/mapbox": "^8.9.27",
"@hubble.gl/core": "1.2.0-alpha.6",
"@hubble.gl/react": "1.2.0-alpha.6",
"@kepler.gl/components": "3.1.0-alpha.5",
"@kepler.gl/components": "3.1.0-alpha.6",
"@loaders.gl/polyfills": "^4.3.2",
"@types/mapbox__geo-viewport": "^0.4.1",
"html-webpack-plugin": "^4.3.0",
Expand Down
16 changes: 8 additions & 8 deletions src/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/actions",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
],
"dependencies": {
"@deck.gl/core": "^8.9.27",
"@kepler.gl/cloud-providers": "3.1.0-alpha.5",
"@kepler.gl/constants": "3.1.0-alpha.5",
"@kepler.gl/layers": "3.1.0-alpha.5",
"@kepler.gl/processors": "3.1.0-alpha.5",
"@kepler.gl/table": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/utils": "3.1.0-alpha.5",
"@kepler.gl/cloud-providers": "3.1.0-alpha.6",
"@kepler.gl/constants": "3.1.0-alpha.6",
"@kepler.gl/layers": "3.1.0-alpha.6",
"@kepler.gl/processors": "3.1.0-alpha.6",
"@kepler.gl/table": "3.1.0-alpha.6",
"@kepler.gl/types": "3.1.0-alpha.6",
"@kepler.gl/utils": "3.1.0-alpha.6",
"@reduxjs/toolkit": "^1.7.2",
"@types/lodash.curry": "^4.1.7",
"@types/react-redux": "^7.1.23",
Expand Down
14 changes: 7 additions & 7 deletions src/ai-assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/ai-assistant",
"author": "Xun Li<lixun910@gmail.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl AI assistant",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,12 +30,12 @@
"umd"
],
"dependencies": {
"@kepler.gl/components": "3.1.0-alpha.5",
"@kepler.gl/constants": "3.1.0-alpha.5",
"@kepler.gl/layers": "3.1.0-alpha.5",
"@kepler.gl/table": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/utils": "3.1.0-alpha.5",
"@kepler.gl/components": "3.1.0-alpha.6",
"@kepler.gl/constants": "3.1.0-alpha.6",
"@kepler.gl/layers": "3.1.0-alpha.6",
"@kepler.gl/table": "3.1.0-alpha.6",
"@kepler.gl/types": "3.1.0-alpha.6",
"@kepler.gl/utils": "3.1.0-alpha.6",
"color-interpolate": "^1.0.5",
"echarts": "^5.5.1",
"global": "^4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/cloud-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/cloud-providers",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"umd"
],
"dependencies": {
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.6",
"react": "^18.2.0"
},
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions src/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/common-utils",
"author": "Shan He <heshan0131@gmail.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl common utils",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"umd"
],
"dependencies": {
"@kepler.gl/constants": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/constants": "3.1.0-alpha.6",
"@kepler.gl/types": "3.1.0-alpha.6",
"d3-array": "^2.8.0",
"global": "^4.3.0",
"h3-js": "^3.1.0",
Expand Down
30 changes: 15 additions & 15 deletions src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/components",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,20 +38,20 @@
"@dnd-kit/utilities": "^3.2.2",
"@emotion/is-prop-valid": "^1.2.1",
"@floating-ui/react": "0.25.1",
"@kepler.gl/actions": "3.1.0-alpha.5",
"@kepler.gl/cloud-providers": "3.1.0-alpha.5",
"@kepler.gl/common-utils": "3.1.0-alpha.5",
"@kepler.gl/constants": "3.1.0-alpha.5",
"@kepler.gl/effects": "3.1.0-alpha.5",
"@kepler.gl/layers": "3.1.0-alpha.5",
"@kepler.gl/localization": "3.1.0-alpha.5",
"@kepler.gl/processors": "3.1.0-alpha.5",
"@kepler.gl/reducers": "3.1.0-alpha.5",
"@kepler.gl/schemas": "3.1.0-alpha.5",
"@kepler.gl/styles": "3.1.0-alpha.5",
"@kepler.gl/table": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/utils": "3.1.0-alpha.5",
"@kepler.gl/actions": "3.1.0-alpha.6",
"@kepler.gl/cloud-providers": "3.1.0-alpha.6",
"@kepler.gl/common-utils": "3.1.0-alpha.6",
"@kepler.gl/constants": "3.1.0-alpha.6",
"@kepler.gl/effects": "3.1.0-alpha.6",
"@kepler.gl/layers": "3.1.0-alpha.6",
"@kepler.gl/localization": "3.1.0-alpha.6",
"@kepler.gl/processors": "3.1.0-alpha.6",
"@kepler.gl/reducers": "3.1.0-alpha.6",
"@kepler.gl/schemas": "3.1.0-alpha.6",
"@kepler.gl/styles": "3.1.0-alpha.6",
"@kepler.gl/table": "3.1.0-alpha.6",
"@kepler.gl/types": "3.1.0-alpha.6",
"@kepler.gl/utils": "3.1.0-alpha.6",
"@loaders.gl/mvt": "^4.3.2",
"@loaders.gl/pmtiles": "^4.3.2",
"@mapbox/mapbox-sdk": "^0.15.3",
Expand Down
4 changes: 2 additions & 2 deletions src/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/constants",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.6",
"@types/d3-scale": "^3.2.2",
"@types/keymirror": "^0.1.1",
"chroma-js": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/deckgl-arrow-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/deckgl-arrow-layers",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "Deck.gl layers with GeoArrow and GeoParquet support",
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions src/deckgl-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/deckgl-layers",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
"@deck.gl/core": "^8.9.27",
"@deck.gl/geo-layers": "^8.9.27",
"@deck.gl/layers": "^8.9.27",
"@kepler.gl/constants": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/utils": "3.1.0-alpha.5",
"@kepler.gl/constants": "3.1.0-alpha.6",
"@kepler.gl/types": "3.1.0-alpha.6",
"@kepler.gl/utils": "3.1.0-alpha.6",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "^8.5.20",
"@mapbox/geo-viewport": "^0.4.1",
Expand Down
12 changes: 6 additions & 6 deletions src/duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/duckdb",
"author": "Shan He <heshan0131@gmail.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "DuckDB plugin for Kepler.gl",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -26,11 +26,11 @@
],
"dependencies": {
"@duckdb/duckdb-wasm": "^1.28.0",
"@kepler.gl/common-utils": "3.1.0-alpha.5",
"@kepler.gl/constants": "3.1.0-alpha.5",
"@kepler.gl/processors": "3.1.0-alpha.5",
"@kepler.gl/table": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/common-utils": "3.1.0-alpha.6",
"@kepler.gl/constants": "3.1.0-alpha.6",
"@kepler.gl/processors": "3.1.0-alpha.6",
"@kepler.gl/table": "3.1.0-alpha.6",
"@kepler.gl/types": "3.1.0-alpha.6",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-collapsible": "^1.1.0",
"apache-arrow": ">=15.0.0",
Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/components/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

export * from './sql-panel';
3 changes: 3 additions & 0 deletions src/duckdb/src/components/monaco-editor.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import React, {useCallback, useMemo, useRef} from 'react';
import Editor, {OnChange, OnMount} from '@monaco-editor/react';
import * as monaco from 'monaco-editor';
Expand Down
3 changes: 2 additions & 1 deletion src/duckdb/src/components/preview-data-panel.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2022 Foursquare Labs, Inc. All Rights Reserved.
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import React, {useCallback, useMemo, useState, CSSProperties} from 'react';

Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/components/schema-panel.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import React, {useCallback, useEffect, useState} from 'react';
import {useSelector} from 'react-redux';
import styled from 'styled-components';
Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/components/sql-panel.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import * as arrow from 'apache-arrow';
import React, {useCallback, useState, useEffect} from 'react';
import {useDispatch} from 'react-redux';
Expand Down
3 changes: 2 additions & 1 deletion src/duckdb/src/components/tree.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2022 Foursquare Labs, Inc. All Rights Reserved.
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import {Collapsible, CollapsibleTrigger, CollapsibleContent} from '@radix-ui/react-collapsible';
import styled from 'styled-components';
Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import {keplerGlDuckDBPlugin} from './plugin';
export {KeplerGlDuckDbTable} from './table/duckdb-table';
export {SqlPanel} from './components';
Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/init.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

// git@github.com:holdenmatt/duckdb-wasm-kit.git
import * as duckdb from '@duckdb/duckdb-wasm';
import {AsyncDuckDB, DuckDBConfig} from '@duckdb/duckdb-wasm';
Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import {initializeDuckDb} from './init';

export const keplerGlDuckDBPlugin = {
Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/processors/data-processor.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import * as arrow from 'apache-arrow';
import normalize from '@mapbox/geojson-normalize';

Expand Down
8 changes: 8 additions & 0 deletions src/duckdb/src/table/duckdb-table.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

import * as arrow from 'apache-arrow';
import {AsyncDuckDB, AsyncDuckDBConnection} from '@duckdb/duckdb-wasm';

Expand Down Expand Up @@ -54,6 +57,11 @@ const dropIfTableExists = async (c: AsyncDuckDBConnection, tableName: string) =>
};

export class KeplerGlDuckDbTable extends KeplerTable {
declare readonly id: string;
declare label: string;
declare type: string;
declare metadata: Record<string, any>;

constructor(props) {
super(props);
}
Expand Down
3 changes: 3 additions & 0 deletions src/duckdb/src/utils/perf.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// Copyright contributors to the kepler.gl project

// git@github.com:holdenmatt/duckdb-wasm-kit.git
const FgRed = '\x1b[31m';
const ResetColors = '\x1b[0m';
Expand Down
10 changes: 5 additions & 5 deletions src/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/effects",
"author": "Shan He <shan@uber.com>",
"version": "3.1.0-alpha.5",
"version": "3.1.0-alpha.6",
"description": "kepler.gl viaual effects",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
],
"dependencies": {
"@deck.gl/core": "^8.9.27",
"@kepler.gl/common-utils": "3.1.0-alpha.5",
"@kepler.gl/constants": "3.1.0-alpha.5",
"@kepler.gl/types": "3.1.0-alpha.5",
"@kepler.gl/utils": "3.1.0-alpha.5",
"@kepler.gl/common-utils": "3.1.0-alpha.6",
"@kepler.gl/constants": "3.1.0-alpha.6",
"@kepler.gl/types": "3.1.0-alpha.6",
"@kepler.gl/utils": "3.1.0-alpha.6",
"@luma.gl/core": "^8.5.20",
"@luma.gl/shadertools": "^8.5.20",
"moment-timezone": "^0.5.35",
Expand Down
Loading

0 comments on commit b4c9e0e

Please sign in to comment.