Skip to content

Commit

Permalink
v9.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Jan 14, 2025
1 parent 0a5f6f0 commit e612264
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 37 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,33 @@ Ref: http://keepachangelog.com/en/0.3.0/

### deck.gl v9.1 Prereleases

#### deck.gl [v9.1.0-beta.2] - Jan 14 2025

- LayersPass: remove deprecated clearWebGL() call (#9338)
- chore: bump luma to 9.1.0-beta.16 (#9345)
- add(pydeck) support for deck.gl widgets (#9342)
- feat(mapbox): support Maplibre globe projection (#9296)
- chore(widgets) props should be types rather than interfaces (#9333)
- fix(core): conflicting resize logic when using non-default useDevicePixels (#9326)
- feat(json) support for deck.gl widgets (#9314)
- Upgrade to the latest dev tools (#9284)
- chore: bump luma.gl (#9295)
- Revert added type declarations from #8945 (#9318)
- feat(widgets) onRemove can be optional (#9308)
- chore(widgets) cleanup widget constructors (#9312)
- fix(widgets) Widgets should be reactive to prop changes (#9315)
- chore: gpuAggregation set to true (#9301)
- feat(widgets): Remove `onViewportChange` Update Guard for Widgets (#9303)
- fix(widgets): widget style prop keys should accept camelCase css properties and dashed css variables (#8991)
- Match GlobeView projection parameters with Maplibre v5 (#9201)
- CARTO: Fix seams between tiles in RasterTileLayer (#9286)
- fix(mapbox) Remove type dependency on mapbox-gl (#9279)
- refactor(carto): Refactor fetchMap() for deck.gl v9.1 (#9232)
- Bump mjolnir.js (#9275)
- chore: fix peer dependency versions (#9266)
- Types: luma.gl Parameters (#9209)
- fix(carto): Add missing re-exports from API client in v9.1 (#9267)

#### deck.gl [9.1.0-beta.1] - Nov 21 2024

- Generic module props handling in Layer class (#9192)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"npmClient": "yarn",
"packages": [
"modules/*"
Expand Down
2 changes: 1 addition & 1 deletion modules/aggregation-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers that aggregate the input data into alternative representations",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/arcgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl core library",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Plug-and-play functionalities for deck.gl layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/google-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl as a custom Google Maps overlay",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 8 additions & 8 deletions modules/jupyter-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/jupyter-widget",
"description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
"license": "MIT",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,13 +29,13 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/aggregation-layers": "9.1.0-beta.1",
"@deck.gl/geo-layers": "9.1.0-beta.1",
"@deck.gl/google-maps": "9.1.0-beta.1",
"@deck.gl/json": "9.1.0-beta.1",
"@deck.gl/layers": "9.1.0-beta.1",
"@deck.gl/mesh-layers": "9.1.0-beta.1",
"@deck.gl/widgets": "9.1.0-beta.1",
"@deck.gl/aggregation-layers": "9.1.0-beta.2",
"@deck.gl/geo-layers": "9.1.0-beta.2",
"@deck.gl/google-maps": "9.1.0-beta.2",
"@deck.gl/json": "9.1.0-beta.2",
"@deck.gl/layers": "9.1.0-beta.2",
"@deck.gl/mesh-layers": "9.1.0-beta.2",
"@deck.gl/widgets": "9.1.0-beta.2",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@loaders.gl/3d-tiles": "^4.2.0",
"@loaders.gl/core": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl core layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
28 changes: 14 additions & 14 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"keywords": [
"webgl",
"visualization",
Expand Down Expand Up @@ -39,19 +39,19 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "9.1.0-beta.1",
"@deck.gl/arcgis": "9.1.0-beta.1",
"@deck.gl/carto": "9.1.0-beta.1",
"@deck.gl/core": "9.1.0-beta.1",
"@deck.gl/extensions": "9.1.0-beta.1",
"@deck.gl/geo-layers": "9.1.0-beta.1",
"@deck.gl/google-maps": "9.1.0-beta.1",
"@deck.gl/json": "9.1.0-beta.1",
"@deck.gl/layers": "9.1.0-beta.1",
"@deck.gl/mapbox": "9.1.0-beta.1",
"@deck.gl/mesh-layers": "9.1.0-beta.1",
"@deck.gl/react": "9.1.0-beta.1",
"@deck.gl/widgets": "9.1.0-beta.1",
"@deck.gl/aggregation-layers": "9.1.0-beta.2",
"@deck.gl/arcgis": "9.1.0-beta.2",
"@deck.gl/carto": "9.1.0-beta.2",
"@deck.gl/core": "9.1.0-beta.2",
"@deck.gl/extensions": "9.1.0-beta.2",
"@deck.gl/geo-layers": "9.1.0-beta.2",
"@deck.gl/google-maps": "9.1.0-beta.2",
"@deck.gl/json": "9.1.0-beta.2",
"@deck.gl/layers": "9.1.0-beta.2",
"@deck.gl/mapbox": "9.1.0-beta.2",
"@deck.gl/mesh-layers": "9.1.0-beta.2",
"@deck.gl/react": "9.1.0-beta.2",
"@deck.gl/widgets": "9.1.0-beta.2",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.16",
"@luma.gl/engine": "^9.1.0-beta.16"
Expand Down
2 changes: 1 addition & 1 deletion modules/mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers that loads 3D meshes or scene graphs",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Components for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "UI widgets for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.1.0-beta.1",
"version": "9.1.0-beta.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e612264

Please sign in to comment.