Skip to content

Commit 508ce22

Browse files
lesbaaLes Moffat
and
Les Moffat
authored
Upgrade to MapTiler client v2.3.0 (#180)
* feat(package.json): upgrade maptiler-client-js to 2.3.0 * 3.1.0 * chore: update readme and changelog --------- Co-authored-by: Les Moffat <les.moffat@maptiler.com>
1 parent d530521 commit 508ce22

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# MapTiler SDK Changelog
22

3+
## 3.1.0
4+
## ✨ Features and improvements
5+
Updates MapTiler Client JS version to include new MapStyles
6+
7+
## 🐛 Bug fixes
8+
None
9+
10+
## 🔧 Others
11+
None
12+
313
## 3.0.3
414
## ✨ Features and improvements
515
None

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@ Here is the full list:
230230
- `MapStyle.TONER.BACKGROUND` (variant)
231231
- `MapStyle.TONER.LITE` (variant)
232232
- `MapStyle.TONER.LINES` (variant)
233+
- `MapStyle.OCEAN` reference style with bathymetric highlights, does not have any variants.
234+
- `MapStyle.LANDSCAPE` reference style terrain map for data overlays and visualisations
235+
- `MapStyle.LANDSCAPE.DARK` (variant)
236+
- `MapStyle.LANDSCAPE.VIVID` (variant)
237+
- `MapStyle.AQUARELLE` reference style watercolor map for creative use
238+
- `MapStyle.AQUARELLE.DARK` (variant)
239+
- `MapStyle.AQUARELLE.VIVID` (variant)
233240
- `MapStyle.OPENSTREETMAP` (reference style, this one does not have any variants)
234241

235242

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/sdk",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
55
"author": "MapTiler",
66
"module": "dist/maptiler-sdk.mjs",
@@ -78,7 +78,7 @@
7878
},
7979
"dependencies": {
8080
"@maplibre/maplibre-gl-style-spec": "^23.0.0",
81-
"@maptiler/client": "^2.2.0",
81+
"@maptiler/client": "^2.3.0",
8282
"events": "^3.3.0",
8383
"js-base64": "^3.7.7",
8484
"maplibre-gl": "^5.0.1",

0 commit comments

Comments
 (0)