Skip to content

Commit 2825341

Browse files
committed
v8.5.0-alpha.5
1 parent 26491c7 commit 2825341

File tree

17 files changed

+51
-34
lines changed

17 files changed

+51
-34
lines changed

CHANGELOG.md

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

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

24+
#### deck.gl [8.5.0-alpha.5] - May 10 2021
25+
26+
- Do not log init message unless log priority set to 1 (#5718)
27+
- Normalize viewState on MapController initialization + add normalize flag (#5727)
28+
- Move ClipExtension to @deck.gl/extensions (#5726)
29+
- Add onError to Layer props (#5732)
30+
- Invoke onError when GL context is lost (#5731)
31+
- Clean up Deck's internal method bindings (#5730)
32+
- Update onError callback default (#5702)
33+
- Support triangulation of polygons for MVTLoader in loaders.gl (#5712)
34+
- Revert "[feat] WebGL context lost handling > pass to listeners of onError (#5399)" (#5604)
35+
36+
#### deck.gl [8.5.0-alpha.4] - Mar 22 2021
37+
38+
[feat] WebGL context lost handling > pass to listeners of on
39+
Error (#5399)
40+
2441
#### deck.gl [8.5.0-alpha.3] - Feb 25 2021
2542

2643
- Bump luma.gl dependencies to 8.5.0-alpha (#5535)

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.5.0-alpha.4",
3+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
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.5.0-alpha.4",
5+
"version": "8.5.0-alpha.5",
66
"publishConfig": {
77
"access": "public"
88
},

0 commit comments

Comments
 (0)