From 9a29c5a78af6afe84489a26cd66930234c3e0378 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 29 Jan 2024 18:03:00 +0800 Subject: [PATCH] JS v3.0.0-alpha.0 (#334) * JS v3.0.0-alpha.0 * Alpha package of new major version with ES6 modules as default in package.json. [#317, #248] * bump JS examples to 3.0.0-alpha.0 --- js/CHANGELOG.md | 5 +++++ js/examples/leaflet.html | 2 +- js/examples/maplibre.html | 2 +- js/examples/maplibre_raster_dem.html | 2 +- js/package-lock.json | 4 ++-- js/package.json | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index 43ccf49..314044e 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,3 +1,8 @@ +3.0.0-alpha.0 + +* package.json defaults to ES6 module, fixing issues related to named imports [#317, #248] +* Internal code has consistent naming and style conventions [#287] + 2.11.0 * `FetchSource` takes optional 2nd param `Headers` to apply custom headers to all requests. diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html index 3714b57..704e170 100644 --- a/js/examples/leaflet.html +++ b/js/examples/leaflet.html @@ -4,7 +4,7 @@ - +