Releases: maptiler/maptiler-sdk-js
Releases · maptiler/maptiler-sdk-js
v2.3.0
Bug Fixes
- Updating from MapLibre v4.4.1 to v4.7.0. See Maplibre changelogs for v4.5.0, v4.5.1, v4.5.2, and v4.6.0
- Fixed the elevation shift glitch happening with terrain animation after calling
.easeTo()
(#110) - The heatmap layer helper missed the
beforeId
option
New Features
- Updating from MapLibre v4.4.1 to v4.7.0, adding the following features. See Maplibre changelogs for for v4.5.0, v4.5.1, v4.5.2, v4.6.0 and v4.7.0
Others
- Updating from MapLibre v4.4.1 to v4.7.0
- Updating
MapTilerGeolocateControl
to match latest Maplibre update (#104) - Now sourcing language list from
@maptiler/client
(maptiler/maptiler-client-js#42)
v2.2.2
v2.2.1
v2.2.0
New Features
- Displays a message in the map div when WebGL2 is not supported (#92)
- Fails quietly if caching API is not usable (non https, non localhost) (#93)
Bug Fixes
- Removed
Inflight
as a second degree dependency (#95) - Removed double export of class+type from Maplibre (#95)
- Fixing the loading of the RTL plugin (#96)
Others
v2.1.0
v2.0.3
Bug Fixes
- Fixed an issue with attribution control
v2.0.2
v2.0.1
v2.0.0
New Features
- Updating with MapLibre GL JS v4.1.2
- Added client-side caching mechanism for tiles and fonts
Bug Fixes
- Language switching now only occurs on layers fueled by a MapTiler Cloud source
Others
- Removed
Map.loadImageAsync()
as MapLibre's.loadImage()
is now promise based. - Added all the exports that are now exposed from MapLibre
- Adapted some newly exported classes to make them TypeScript-compatible with the
Map
classes from both MapLibre and MapTiler SDK
v1.2.1
1.2.1
New Features
- Elevation lookup at
maptilersdk.elevation
with the function.at()
,.batch()
and for geojson payloads. From the update of the MapTiler Client library - the new
ready
event. Called only once afterload
and wait for all the controls managed by the Map constructor to be dealt with (as one relies on async logic) - the new Map lifecycle method
.onReadyAsync()
corresponding to a promise-based equivalent of the theready
event.
Bug Fixes
- The index now exposes the geocoding option types from the Client library
Others
- Update of the MapTiler Client library to v1.8.0 that brings the elevation and math module
- Update with the last version of MapLibre GL JS (v3.6.2)