Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Releases: mapbox/mapbox.js

v3.3.1

05 May 18:53

Choose a tag to compare

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

v3.3.0

20 Mar 20:54
e5392a3

Choose a tag to compare

  • 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

17 Oct 15:32

Choose a tag to compare

  • Fix HTTP mode for styleLayer

v3.2.0

27 Feb 12:26

Choose a tag to compare

  • ⚠️ 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

30 Mar 20:13

Choose a tag to compare

  • 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

30 Mar 16:15

Choose a tag to compare

  • 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 mustache@2.2.1.