Skip to content

Commit

Permalink
fix/es-release-file-name (#21)
Browse files Browse the repository at this point in the history
* Fix ES release file name and update dependencies

* Force TS to use custom prototype for intellisense

* Update changelog

* Make biome happy
  • Loading branch information
sebstryczek authored Jan 9, 2025
1 parent fa59711 commit 5090079
Show file tree
Hide file tree
Showing 5 changed files with 513 additions and 144 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# MapTiler Client Changelog

## 3.0.0

## 4.0.2
- Fix ES release to use correct declarations


## 4.0.1
- Fix ES release to include correct declarations files


## 4.0.0
### Other
- Updated with SDK v3 (rc) that in theory supports globe, though this is not enabled in the Leaflet plugin due to inherent limitations of Leaflet


### 3.0.0
### Others
- Update MapTiler SDK to v2


## 2.0.0
### New Features
- Major rework of the library to nmake it fully compatible with ES module installable from NPM, yet designed to be fully backward compatible and still usable from CDN/UMD
Expand All @@ -17,4 +28,4 @@

## 1.0.0
### New Features
- First release. This was essentially a fork of the [MapLibre version](https://github.com/maplibre/maplibre-gl-leaflet) adapted to MapTiler SDK.
- First release. This was essentially a fork of the [MapLibre version](https://github.com/maplibre/maplibre-gl-leaflet) adapted to MapTiler SDK.
Loading

0 comments on commit 5090079

Please sign in to comment.