Skip to content

Commit e424548

Browse files
committed
v9.2.6
1 parent 80b5bd4 commit e424548

File tree

18 files changed

+53
-39
lines changed

18 files changed

+53
-39
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ Ref: http://keepachangelog.com/en/0.3.0/
1919

2020
## deck.gl v9.2
2121

22+
#### deck.gl [v9.2.6] - Jan 16 2026
23+
24+
- fix(IconManager) Fix icon frame x/y for auto packed icons (#9928)
25+
- fix(mapbox): MapboxOverlay: render deck layers in batches (#9939)
26+
- chore: bump luma to 9.2.6 (#9940)
27+
- feat(core): Improved GlobeController (#9913)
28+
- pydeck: Clarify how to pass full controller options (#9897)
29+
- fix(core): Reset interaction state for smooth=false (#9908)
30+
- fix(IconLayer): don't generateMipmaps before data loaded (#9909)
31+
- fix(carto): More defensive code in RasterLayer (#9911)
32+
- feat(core): Add `container` to WidgetProps (#9922)
33+
- fix(core): reproduce-able viewports (#9923)
34+
- Export type hint from module (#9917)
35+
2236
#### deck.gl [v9.2.5] - Dec 9 2025
2337

2438
- chore: bump luma 9.2.4 (#9907)

lerna.json

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

modules/aggregation-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl layers that aggregate the input data into alternative representations",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

modules/arcgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl core library",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

modules/extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Plug-and-play functionalities for deck.gl layers",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

modules/geo-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

modules/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Use deck.gl as a custom Google Maps overlay",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

modules/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "JSON format rendering components for deck.gl",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.2.5",
6+
"version": "9.2.6",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)