Skip to content

Releases: maptiler/maptiler-client-js

v2.0.0

09 Sep 07:57
4d5269a
Compare
Choose a tag to compare

New Features

  • Added matching_text and matching_place_name properties to geocoding feature response
  • Added road to geocoding types

Others

  • Languages are now listed in the Client library

v1.8.1

08 Mar 09:31
305cf83
Compare
Choose a tag to compare

Bug Fixes

  • The QuickLRU dependency is now fully integrated into the CJS bundle

Others

  • Moved some wrongly positioned dependencies into devDep

v1.8.0

06 Dec 15:15
8e2efa9
Compare
Choose a tag to compare

New Features

  • Rework of the elevation API to be improve developer experience (new module elevation)
  • Expoing some geo math with the new math module
  • synchronised geocoding types with current geocoding API
  • added excludeTypes option to geocoding API

v1.7.0

25 Oct 10:05
5b5cefb
Compare
Choose a tag to compare

What's new?

  • update:
    • the Typescript moduleResolution is now "Bundler" (used to be "Node") (#28)
    • updated some dev-dependencies (#28)
    • DEM elevation API (#24)
  • fix:
    • geocoding.byId can now be used with the apiKey (#27)
    • the Typescript types are now properly exported (#25)

v1.6.0

17 Jul 09:18
6f9a8fe
Compare
Choose a tag to compare

What's new:

  • geocoding now has more OSM feature query parameters

v1.5.0

08 Jun 10:38
4f27abf
Compare
Choose a tag to compare

What's new?

  • BACKDROP: three greyscale styles with hill-shading suitable for colorful terrain-aware visualization. In addition to the default style, it comes with a BACKDROP.DARK and a BACKDROP.LIGHT variation.

v1.4.0

12 May 10:28
8bd7bfc
Compare
Choose a tag to compare

What's new:

  • batch geocoding!

v1.3.0

05 Apr 19:54
46295fc
Compare
Choose a tag to compare

New in this version:

  • Update of the geocoding API: now possible by element ID
  • Added some more map styles: winter-v2-dark, streets-v2-night and outdoor-v2-dark

v1.1.3

10 Feb 15:03
Compare
Choose a tag to compare

In this version, new IDs for the minimalistic dataviz-oriented base maps, are now accessible with:

  • MapStyle.DATAVIZ for faded subtle colors
  • MapStyle.DATAVIZ.DARK dark gray levels
  • MapStyle.DATAVIZ.LIGHT light gray levels

v1.1.2

01 Feb 13:05
Compare
Choose a tag to compare

New in this patch:

  • the UMD package is now under window as maptilerClient (and no longer as maptilerclient)