Skip to content

Commit

Permalink
[chore] 3.1.0-alpha.4 (#2866)
Browse files Browse the repository at this point in the history
- bump version
- ts fixes for npm publish
- missing license headers

Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta authored Jan 10, 2025
1 parent 2753321 commit 31cf050
Show file tree
Hide file tree
Showing 28 changed files with 259 additions and 211 deletions.
44 changes: 43 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,51 @@ Each version should:
Ref: http://keepachangelog.com/en/0.3.0/
-->

## [3.1.0-alpha.4] - January 10 2025

- 2753321c5 [feat] Vector Tile layer fixes (#2899)
- 073c585e4 [Fix] add_data() function failed in keplergl-jupyter
- 6e425972e [feat] mapbox and maplibre simultaneous support (#2897)
- 22f9ba14d [Chore] Fix lint error for Register actions (#2896)
- ccfc2e2ad [fix] Image export legend positioning (#2895)
- cf02a3ca6 [chore] Upgrade styled components to v6 (#2894)
- 4c9ffe827 [fix] Prevent infinite useEffects loop in range-plot (#2892)
- 0b67c5409 [fix] fixed onOptionSelected handler when option is null (#2891)
- 40ba839e3 [fix] Add ellipsis in LayerTypeListItem (#2890)
- d0d31bdfa [fix] Handle selecting geojson polygon with missing properties (#2889)
- 79801bec0 [fix] Tippy tooltips in animation controls (#2888)
- 0ad53723a [feat] Adding setAnimationConfig action (#2887)
- 67b001980 [chore] export TimeFieldFilterProps (#2883)
- 603fde8d1 [fix] Fixed issue when mapstate latitude or langitude are out of bounds (#2882)
- 92c9e6abc [fix] Use floating-ui to deal with closing on click outside (#2886)
- 4bcf55bd6 [Feat] Custom color scale for categorical/ordinal field (#2880)
- 23f603428 [Bug] Prevent dragging legend component outside of container (#2885)
- d549fcd4e [fix] copy map config style (#2878)
- 34444fa54 [fix] check for allBins (#2876)
- 8335ba410 [fix] Custom Color Scale fixes (#2875)
- 141236513 [chore] Add several vis state mergers combineConfigs and improve TS (#2634)
- 9f3f08944 [Chore] Add composedReducerSchema to schema manager (#2633)
- e633177ef [chore] applyFilterConfig action (#2872)
- ceb930e2d [Fix] incorrect multi-dataset filter domain (#2871)
- 00dd00279 [fix] show scale options for Point Count in aggregation layers (#2870)
- a39fcf8c4 [fix] pass strings to color palette inputs (#2873)
- b89b19c6a [chore] Consolidate vis state tests (#2869)
- 77e785713 [feat] Support custom ordinal color scale on string field in layer config (#2868)
- cccc4be2b [feat] Free positioning of the legend (#2874)
- 2d1d8e5f5 [Fix] add_data() function in keplergl-jupyter (#2867)
- 3b46abd34 [feat] add LayerToggleVisibility for single splitMap (#2863)
- b2b6f10c8 [Release] Candidate Kepler-Jupyter v0.3.4 (#2588)
- 3bf006f41 [fix] Remove legend layer groups height capping (#2864)
- f1245d7e5 [chore] ts refactoring (#2861)
- a897715cc [Feat] Add custom color scale for aggregate layers (#2860)
- 6bc594602 [Feat] replaceDataInMap action - save colorsByDataId (#2859)
- be2f04e6d [chore] add fsq color palettes (#2862)
- c7d3777fc [fix] change process to globalThis.process (#2865)
- 5cb8a3431 [chore] Create SECURITY.md (#2845)

## [3.1.0-alpha.3] - December 25 2024

2cd7a859c [chore] fix missing dependencies in workspaces (#2856)
- 2cd7a859c [chore] fix missing dependencies in workspaces (#2856)

## [3.1.0-alpha.2] - December 24 2024

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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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 @@ -103,7 +103,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.3",
"@kepler.gl/components": "3.1.0-alpha.4",
"@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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/constants": "3.1.0-alpha.3",
"@kepler.gl/layers": "3.1.0-alpha.3",
"@kepler.gl/processors": "3.1.0-alpha.3",
"@kepler.gl/table": "3.1.0-alpha.3",
"@kepler.gl/types": "3.1.0-alpha.3",
"@kepler.gl/utils": "3.1.0-alpha.3",
"@kepler.gl/cloud-providers": "3.1.0-alpha.4",
"@kepler.gl/constants": "3.1.0-alpha.4",
"@kepler.gl/layers": "3.1.0-alpha.4",
"@kepler.gl/processors": "3.1.0-alpha.4",
"@kepler.gl/table": "3.1.0-alpha.4",
"@kepler.gl/types": "3.1.0-alpha.4",
"@kepler.gl/utils": "3.1.0-alpha.4",
"@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<[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/constants": "3.1.0-alpha.3",
"@kepler.gl/layers": "3.1.0-alpha.3",
"@kepler.gl/table": "3.1.0-alpha.3",
"@kepler.gl/types": "3.1.0-alpha.3",
"@kepler.gl/utils": "3.1.0-alpha.3",
"@kepler.gl/components": "3.1.0-alpha.4",
"@kepler.gl/constants": "3.1.0-alpha.4",
"@kepler.gl/layers": "3.1.0-alpha.4",
"@kepler.gl/table": "3.1.0-alpha.4",
"@kepler.gl/types": "3.1.0-alpha.4",
"@kepler.gl/utils": "3.1.0-alpha.4",
"color-interpolate": "^1.0.5",
"echarts": "^5.5.1",
"global": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ai-assistant/src/tools/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function highlightRows(

export function getDatasetContext(datasets: Datasets, layers: Layer[]) {
const context = 'Please remember the following dataset context:';
const dataMeta = Object.values(datasets).map(dataset => ({
const dataMeta = Object.values(datasets).map((dataset: KeplerTable) => ({
datasetName: dataset.label,
datasetId: dataset.id,
fields: dataset.fields.map(field => ({[field.name]: field.type})),
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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/types": "3.1.0-alpha.4",
"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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/types": "3.1.0-alpha.3",
"@kepler.gl/constants": "3.1.0-alpha.4",
"@kepler.gl/types": "3.1.0-alpha.4",
"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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/cloud-providers": "3.1.0-alpha.3",
"@kepler.gl/common-utils": "3.1.0-alpha.3",
"@kepler.gl/constants": "3.1.0-alpha.3",
"@kepler.gl/effects": "3.1.0-alpha.3",
"@kepler.gl/layers": "3.1.0-alpha.3",
"@kepler.gl/localization": "3.1.0-alpha.3",
"@kepler.gl/processors": "3.1.0-alpha.3",
"@kepler.gl/reducers": "3.1.0-alpha.3",
"@kepler.gl/schemas": "3.1.0-alpha.3",
"@kepler.gl/styles": "3.1.0-alpha.3",
"@kepler.gl/table": "3.1.0-alpha.3",
"@kepler.gl/types": "3.1.0-alpha.3",
"@kepler.gl/utils": "3.1.0-alpha.3",
"@kepler.gl/actions": "3.1.0-alpha.4",
"@kepler.gl/cloud-providers": "3.1.0-alpha.4",
"@kepler.gl/common-utils": "3.1.0-alpha.4",
"@kepler.gl/constants": "3.1.0-alpha.4",
"@kepler.gl/effects": "3.1.0-alpha.4",
"@kepler.gl/layers": "3.1.0-alpha.4",
"@kepler.gl/localization": "3.1.0-alpha.4",
"@kepler.gl/processors": "3.1.0-alpha.4",
"@kepler.gl/reducers": "3.1.0-alpha.4",
"@kepler.gl/schemas": "3.1.0-alpha.4",
"@kepler.gl/styles": "3.1.0-alpha.4",
"@kepler.gl/table": "3.1.0-alpha.4",
"@kepler.gl/types": "3.1.0-alpha.4",
"@kepler.gl/utils": "3.1.0-alpha.4",
"@loaders.gl/mvt": "^4.3.2",
"@loaders.gl/pmtiles": "^4.3.2",
"@mapbox/mapbox-sdk": "^0.15.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/src/modals/data-table-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const DatasetTabsUnmemoized: React.FC<DatasetTabsUnmemoizedProps> = ({
}) => (
<DatasetCatalog className="dataset-modal-catalog">
<div className="overflow-horizontal">
{Object.values(datasets).map(dataset => (
{Object.values(datasets).map((dataset: KeplerTable) => (
<DatasetModalTab
className="dataset-modal-tab"
active={dataset === activeDataset}
Expand Down
4 changes: 2 additions & 2 deletions src/components/src/side-panel/add-by-dataset-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import React, {useCallback, useMemo, useState} from 'react';
import styled from 'styled-components';
import {FormattedMessage} from '@kepler.gl/localization';
import {Datasets} from '@kepler.gl/table';
import {Datasets, KeplerTable} from '@kepler.gl/table';

import Tippy from '@tippyjs/react';
import {Add} from '../common/icons';
Expand Down Expand Up @@ -99,7 +99,7 @@ const AddByDatasetButton: React.FC<AddByDatasetButtonProps> = ({
const [tippyInstance, setTippyInstance] = useState();

const options = useMemo(() => {
return Object.values(datasets).map(ds => ({
return Object.values(datasets).map((ds: KeplerTable) => ({
label: ds.label,
value: ds.id,
color: ds.color
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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/types": "3.1.0-alpha.4",
"@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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/types": "3.1.0-alpha.3",
"@kepler.gl/utils": "3.1.0-alpha.3",
"@kepler.gl/constants": "3.1.0-alpha.4",
"@kepler.gl/types": "3.1.0-alpha.4",
"@kepler.gl/utils": "3.1.0-alpha.4",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "^8.5.20",
"@mapbox/geo-viewport": "^0.4.1",
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 <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"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.3",
"@kepler.gl/constants": "3.1.0-alpha.3",
"@kepler.gl/types": "3.1.0-alpha.3",
"@kepler.gl/utils": "3.1.0-alpha.3",
"@kepler.gl/common-utils": "3.1.0-alpha.4",
"@kepler.gl/constants": "3.1.0-alpha.4",
"@kepler.gl/types": "3.1.0-alpha.4",
"@kepler.gl/utils": "3.1.0-alpha.4",
"@luma.gl/core": "^8.5.20",
"@luma.gl/shadertools": "^8.5.20",
"moment-timezone": "^0.5.35",
Expand Down
18 changes: 9 additions & 9 deletions src/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/layers",
"author": "Shan He <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
"@deck.gl/geo-layers": "^8.9.27",
"@deck.gl/layers": "^8.9.27",
"@deck.gl/mesh-layers": "^8.9.27",
"@kepler.gl/common-utils": "3.1.0-alpha.3",
"@kepler.gl/constants": "3.1.0-alpha.3",
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.3",
"@kepler.gl/deckgl-layers": "3.1.0-alpha.3",
"@kepler.gl/localization": "3.1.0-alpha.3",
"@kepler.gl/table": "3.1.0-alpha.3",
"@kepler.gl/types": "3.1.0-alpha.3",
"@kepler.gl/utils": "3.1.0-alpha.3",
"@kepler.gl/common-utils": "3.1.0-alpha.4",
"@kepler.gl/constants": "3.1.0-alpha.4",
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.4",
"@kepler.gl/deckgl-layers": "3.1.0-alpha.4",
"@kepler.gl/localization": "3.1.0-alpha.4",
"@kepler.gl/table": "3.1.0-alpha.4",
"@kepler.gl/types": "3.1.0-alpha.4",
"@kepler.gl/utils": "3.1.0-alpha.4",
"@loaders.gl/arrow": "^4.3.2",
"@loaders.gl/core": "^4.3.2",
"@loaders.gl/gis": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions src/layers/src/mapboxgl-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ class MapboxLayerGL extends Layer {
? d => {
const filterValue = valueAccessor(d);
return Object.values(filterValueUpdateTriggers).reduce(
(accu: any, gpu, i) => ({
(accu: any, gpu: any, i) => ({
...accu,
...(gpu?.name ? {[prefixGpuField(gpu.name)]: filterValue[i]} : {})
}),
{} as {[id: string]: number | number[]}
);
) as Record<string, number | number[]>;
}
: () => ({} as Record<string, number | number[]>);

Expand Down
2 changes: 1 addition & 1 deletion src/localization/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kepler.gl/localization",
"author": "Shan He <[email protected]>",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
"license": "MIT",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 31cf050

Please sign in to comment.