All Versions
13
Latest Version
Avg Release Cycle
149 days
Latest Release
1420 days ago

Changelog History
Page 1

  • v3.3.1

    April 29, 2020
  • v3.3.0 Changes

    March 20, 2020
    • ๐Ÿ’… 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 Changes

    October 17, 2019
    • ๐Ÿ›  Fix HTTP mode for styleLayer
  • v3.2.0 Changes

    February 27, 2019
    • ๐Ÿฑ โš ๏ธ 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.
  • v3.1.1

    May 23, 2017
  • v3.1.0

    April 19, 2017
  • v3.0.1

    November 21, 2016
  • v3.0.0 Changes

    October 21, 2016

    2016-10-21

  • v3.0.0-beta

    October 21, 2016
  • v2.4.0 Changes

    March 30, 2016
    • โž• 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