Skip to content

Commit 1a42362

Browse files
committed
v8.9.0-alpha.3
1 parent 3d7e562 commit 1a42362

File tree

17 files changed

+47
-33
lines changed

17 files changed

+47
-33
lines changed

CHANGELOG.md

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

2222
### deck.gl v8.9 Prereleases
2323

24+
#### deck.gl [8.9.0-alpha.3] - Sep 27 2022
25+
- CARTO: Pass access token in load options (#7287)
26+
- Improve makeTooltip template in jupyter-widget (#7278)
27+
- Add configuration attribute in pydeck. Fix css_background_color (#7255)
28+
- Carto: fetchMap support for custom markers (#7250)
29+
- Text-Layer: Improve SDF Font Rendering (Text Outlines) (#7212)
30+
- Add styling functions in pydeck (#7249)
31+
- CARTO: Support fields when parsing CartoVectorTiles (#7248)
32+
- CARTO: Tidy up binary loaders (#7194)
33+
- CARTO: CartoTileLayer picking coordinates correct (#7242)
34+
- Support dynamic functions in configuration (#7253)
35+
- CARTO fetchMap fix: parametrized queries are not working (#7238)
36+
- Use correct parameters when resizing icon atlas (#7232)
37+
2438
#### deck.gl [8.9.0-alpha.1] - Sep 1 2022
2539

2640
- [feat] Add a _full3d prop that uses the plane with the maximum area to tesselate (#7205)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0",
3-
"version": "8.9.0-alpha.2",
3+
"version": "8.9.0-alpha.3",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

modules/aggregation-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/aggregation-layers",
33
"description": "deck.gl layers that aggregate the input data into alternative representations",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/arcgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/arcgis",
33
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/carto",
33
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/core",
33
"description": "deck.gl core library",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/extensions",
33
"description": "Plug-and-play functionalities for deck.gl layers",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/geo-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/geo-layers",
33
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/google-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/google-maps",
33
"description": "Use deck.gl as a custom Google Maps overlay",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

modules/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/json",
33
"description": "JSON format rendering components for deck.gl",
44
"license": "MIT",
5-
"version": "8.9.0-alpha.2",
5+
"version": "8.9.0-alpha.3",
66
"publishConfig": {
77
"access": "public"
88
},

0 commit comments

Comments
 (0)