Mapbox.js Versions Save

Mapbox JavaScript API, a Leaflet Plugin

v3.3.1

4 years ago
  • Fixes deprecation warnings for maps used with Mapbox Studio Classic styles #1329
  • Fixes TypeError t.getTileJSON is not a function #1329

v3.3.0

4 years ago
  • Changes default map styles (e.g. mapbox.streets) to no longer load from Legacy Maps API #1317
  • Updated relevant dependencies to @mapbox namespace #1318
  • Fix issue where logo would not appear for Mapbox layers added after map init #1324

v3.2.1

4 years ago
  • Fix HTTP mode for styleLayer

v3.2.0

5 years ago
  • ⚠️ Changes FORCE_HTTPS option to true by default.
  • 🍃 Upgrades Leaflet to v1.4.0.
  • Updates the Mapbox logo.
  • Removes deprecation warnings in the console about L.Mixin.Events.
  • Removes Bower support.
  • Adds the built files to the NPM package.

v2.4.0

8 years ago
  • Adds autocomplete and country options to the L.mapbox.geocoder and L.mapbox.geocoderControl interfaces. These let you narrow down searched countries and enable more precise searches if you have precise input.
  • Adds an informative error if you try to use L.mapbox.tileLayer with a new style URL which will tell you to use L.mapbox.styleLayer instead.
  • Adds a notfound event to the geocoderControl interface to allow applications to listen for unsuccessful searches.
  • Re-compressed control PNGs for smaller size
  • Documentation improvements

v2.3.0

8 years ago
  • Add L.mapbox.styleLayer with support for loading tiles from a style.
  • No longer set invalid access_token querystring argument when config.REQUIRE_ACCESS_TOKEN is false.
  • Upgrade to [email protected].