leaflet 0.7.7+20160312-1 source package in Ubuntu

Changelog

leaflet (0.7.7+20160312-1) unstable; urgency=medium

  [ upstream ]
  * New release(s) and subsequent snapshot.
    0.7.4
    + Fix bug reacting to interactions while loading in recent Chrome.
    + Fix bug of tile layers not respecting minZoom/maxZoom options.
    + Improve touch detection, esp. Chrome/Firefox in emulation mode.
    + Fix bug in bounds checking of tile layers with maxNativeZoom.
    + Fix bug remembering popup layer order after bindPopup(popup) call.
    + Fix race condition between markers and zoom animation.
    + Fix bug with Map.fitBounds padding.
    + Allow canvas paths to fire dblclick and contextmenu events.
    + Allow canvas filled polygons to use the fillRule option.
    + Allow canvas lines to use lineCap and lineJoin options.
    + Update bower definitions to comply with best practices.
    0.7.5
    + Fix regression that broke animation in Leaflet.markercluster.
    0.7.7
    + Fix regression of loowing tiles when pinch-zooming on iOS devices.
    + Fix regression related to msPointer detection in IE10.
    + Fix bug where mouseout can fire after vector element is removed.
    + Fix touch interactions in Edge browser.
    + Fix bug where layer group removal from feature group throws error.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Bump file format to version 4.
    + Use github pattern from ducmentation.
    + Set repacksuffix.
    + Add usage comment.
  * Modernize git-buildpackage config:
    + Avoid git- prefix.
    + Filter any .gitignore file.
  * Modernize Vcs-Git field: Use https protocol.
  * Declare compliance with Debian Policy 3.9.8.
  * Add README.source section on getting upstream snapshots.
  * Update copyright info:
    + Extend copyright for main author to include recent years.
    + Extend copyright of packaging to cover current year.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Fix syntax of lintian overrides regarding GeoJSON files (mistaken
    for minified code).

 -- Jonas Smedegaard <email address hidden>  Sat, 07 May 2016 11:00:33 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe web

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
leaflet_0.7.7+20160312-1.dsc 2.0 KiB 3fa2952d20852e10f1cf5c6bc55418e4ada2e054b9b8de733ba8d9ff702f39b0
leaflet_0.7.7+20160312.orig.tar.gz 567.3 KiB d57100f9800ab14f68634633bd223b6ba2199238ab4f67436c9dbb0c3f733d81
leaflet_0.7.7+20160312-1.debian.tar.xz 9.7 KiB e4f5804d50b808d732449d67dc516cb6476096f75bb19484d453915b51126dd2

Available diffs

No changes file available.

Binary packages built by this source

libjs-leaflet: JavaScript library for mobile-friendly interactive maps

 Leaflet is a modern JavaScript library for mobile-friendly interactive
 maps. Weighing just about 27 KB of JS code, it has all the features
 most developers ever need for online maps.
 .
 Leaflet is designed with simplicity, performance and usability in mind.
 It works efficiently across all major desktop and mobile platforms out
 of the box, taking advantage of HTML5 and CSS3 on modern browsers while
 still being accessible on older ones. It can be extended with many
 plugins, has a beautiful, easy to use and well-documented API and a
 simple, readable source code that is a joy to contribute to.