Skip to content

Commit 5b77329

Browse files
v9.3.3
1 parent 51bb4a2 commit 5b77329

18 files changed

Lines changed: 26 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# deck.gl-community CHANGELOG
22

3+
## v9.3.3
4+
5+
- feat(panels): break out the standalone panels module; add ArrowTablePanel, ArrowSchemaPanel, ArrowBatchesPanel, SplitterPanel, and command/settings/studio panel utilities (#608, #613, #615, #619, #634, #640)
6+
- feat(website): add the refreshed landing page, social preview image/metadata, deployment workflow, and website build coverage in CI (#598, #603, #604, #605, #606, #610)
7+
- fix(layers): correct Tycho skybox cubemap orientation (#638)
8+
- fix: resolve MapLibre/DeckGL context wiring, info panel button styling, and Leaflet scripting demo route collision (#602, #618, #621)
9+
- chore: replace ESLint/Prettier with Biome, upgrade to TypeScript 6, and remove styled-components (#611, #612, #614)
10+
- chore(deps): update axios, fast-uri, fast-xml-builder, ip-address, protocol-buffers-schema, follow-redirects, webpack-dev-server, and Babel website dependency patches (#592, #593, #599, #626, #627, #631, #632, #633, #636, #637)
11+
312
## v9.3.2
413

514
- fix: move vis.gl singleton deps (`@deck.gl/*`, `@luma.gl/core`, `@luma.gl/engine`, `@loaders.gl/core`) to peerDependencies across all modules, matching `@deck.gl` upstream pattern (#590)

dev/timeline-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deck.gl-community/timeline-layers",
3-
"version": "9.3.2",
3+
"version": "9.3.3",
44
"description": "Layers for compact timeline visualizations in deck.gl",
55
"license": "MIT",
66
"publishConfig": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.2",
2+
"version": "9.3.3",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*",

modules/arrow-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deck.gl-community/arrow-layers",
3-
"version": "9.3.2",
3+
"version": "9.3.3",
44
"description": "A suite of Apache Arrow enabled layers for deck.gl",
55
"license": "MIT",
66
"private": true,

modules/basemap-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deck.gl-community/basemap-layers",
3-
"version": "9.3.2",
3+
"version": "9.3.3",
44
"description": "Basemap layer and map-style helpers for deck.gl.",
55
"license": "MIT",
66
"keywords": [

modules/bing-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl-community/bing-maps",
33
"description": "deck.gl integration with Bing Maps",
44
"license": "MIT",
5-
"version": "9.3.2",
5+
"version": "9.3.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/editable-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl-community/editable-layers",
33
"description": "A suite of 3D-enabled data editing overlays, suitable for deck.gl",
44
"license": "MIT",
5-
"version": "9.3.2",
5+
"version": "9.3.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deck.gl-community/experimental",
3-
"version": "9.3.2",
3+
"version": "9.3.3",
44
"description": "Experimental layers for deck.gl",
55
"license": "MIT",
66
"publishConfig": {

modules/geo-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deck.gl-community/geo-layers",
3-
"version": "9.3.2",
3+
"version": "9.3.3",
44
"description": "Add-0n geospatial layers for deck.gl",
55
"license": "MIT",
66
"publishConfig": {

modules/graph-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deck.gl-community/graph-layers",
3-
"version": "9.3.2",
3+
"version": "9.3.3",
44
"description": "WebGL2-Powered library for Graph Visualization",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)