leaflet (1.4.0~dfsg-3) unstable; urgency=medium * Major new release, with API changes. Please consult /usr/share/doc/libjs-leaflet/changelog.gz for changes possibly affecting your uses of the library. * Library filenames normalized to match other Javascript libraries: + Non-minified file: /usr/share/javascript/leaflet/leaflet.js + Minified file: /usr/share/javascript/leaflet/leaflet.min.js + Source map: /usr/share/javascript/leaflet/leaflet.min.js.map Please adapt your references to the library files. -- Jonas Smedegaard Sun, 20 Jan 2019 13:24:53 +0100 leaflet (0.7.2-1) unstable; urgency=medium * CSS cleaned up: legacy IE styles merged into to main leaflet.css. Any IE conditional comments when including Leaflet can be dropped. -- Jonas Smedegaard Mon, 27 Jan 2014 21:45:35 +0100 leaflet (0.6-1) unstable; urgency=low * This release includes the following backwards-incompatible changes: + Moved polyline editing code into Leaflet.draw plugin (where it fits much better along with all other editing and drawing handlers). The API remains the same. + Dropped support for environments that augment 'Object.prototype' (luckily it's a thing of the past nowadays). -- Jonas Smedegaard Thu, 27 Jun 2013 01:44:42 +0200 leaflet (0.5-1) unstable; urgency=low * This release includes the following backwards-incompatible changes: + Removed default 'LatLng' wrapping/clamping of coordinates ('-180, -90' to '180, 90'), wrapping moved to an explicit method ('LatLng' 'wrap'). + Disabled 'Map' 'worldCopyJump' option by default (jumping back to the original world copy when panning out of it). Enable it explicitly if you need it. + Changed styles for the zoom control (you may need to update your custom styles for it). -- Jonas Smedegaard Sat, 19 Jan 2013 13:22:05 +0100