From 8c282b90da0bf261e42c4cae1dc44fcc9b840485 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Thu, 28 Sep 2023 15:14:50 +0800 Subject: [PATCH] js v2.11 (#260) * js 2.11.0 * update examples --- js/CHANGELOG.md | 4 ++++ js/examples/leaflet.html | 2 +- js/examples/maplibre.html | 6 +++--- js/examples/maplibre_raster_dem.html | 6 +++--- js/package-lock.json | 4 ++-- js/package.json | 2 +- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index af0b4fa..43ccf49 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,3 +1,7 @@ +2.11.0 + +* `FetchSource` takes optional 2nd param `Headers` to apply custom headers to all requests. + 2.10.0 * Replace `DecompressionStream` polyfill with own `globalThis` detection because of web workers problems. diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html index 32c529a..3714b57 100644 --- a/js/examples/leaflet.html +++ b/js/examples/leaflet.html @@ -4,7 +4,7 @@ - +