Skip to content

Commit d1ba04c

Browse files
lesbaaLes Moffat
andauthored
RD-1207 change style deprecation warning (#63)
* RD-1207 Hybrid is no longer deprecated * 2.5.1 * RD-1207 Update changelog --------- Co-authored-by: Les Moffat <les.moffat@maptiler.com>
1 parent df6f331 commit d1ba04c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## 2.5.1
4+
### New Features
5+
None
6+
7+
### Bug Fixes
8+
None
9+
10+
### Others
11+
`Hybrid` map style is no longer deprecated.
12+
313
## 2.5.0
414
### New Features
515
- `at` and `batch` functions compute elevation on the server using MapTiler Elevation API by default

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/client",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Javascript & Typescript wrapper to MapTiler Cloud API",
55
"module": "dist/maptiler-client.mjs",
66
"types": "dist/maptiler-client.d.ts",

src/mapstyle.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ export const mapStylePresetList: Array<MapStylePreset> = [
669669
variants: [
670670
{
671671
id: "hybrid",
672-
deprecated: true,
673672
name: "Default",
674673
variantType: "DEFAULT",
675674
description: "",

0 commit comments

Comments
 (0)