Leaflet v1.0-rc3 Release Notes

Release Date: 2016-08-05 // over 7 years ago
  • API changes

    • 0๏ธโƒฃ L.Tooltip offset option now defaults to [0, 0] (by @yohanboniface) #4773
    • Event listeners are now always called in the order they have been registered, while until rc2 listeners with a context were all called before listeners without context (even if registered later), and the listeners with context were called in an unpredictable order (by @yohanboniface) #4769

    ๐Ÿ‘Œ Improvements

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed regression where event listeners where not always fired in the order of registration (by @yohanboniface) #4769
    • ๐Ÿ›  Fixed L.Tooltip zoom animation (by @yohanboniface) #4744
    • ๐Ÿ›  Fixed layer.bindTooltip crashing when called before adding the layer to the map (by @yohanboniface) #4779
    • ๐Ÿ›  Fixed regression in L.Popup autopaning (by @yohanboniface) #4768
    • ๐Ÿ›  Fixed non permanent L.Tooltip not being closed on touch when touching the map (by @yohanboniface) #4767
    • ๐Ÿ›  Fixed popupopen and popupclose not being fired when clicking on path with an open popup (by @yohanboniface) #4788