mirror of
https://github.com/Leaflet/Leaflet.git
synced 2026-02-01 17:27:23 +00:00
* Changelog and blog post for 1.7.0 * Tweak test for finger drag Apparently, some of the changes related to pointer events have made that touch-dragging less than the threshold now force a recalculation of the map center - the value is the same, so is == equal to the previous center but not === the same LatLng instance. * Bump to v1.7.1; fix uglifyjs script; update integrity hashes * Website stuff updated for 1.7.1 * Update CHANGELOG.md Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com> * Update docs/_posts/2020-09-03-leaflet-1.7.1.md Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com> * docs: 1.7.1 release announcement tweaks; delay dates by one day Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>
17 lines
791 B
YAML
17 lines
791 B
YAML
exclude: [build, debug, node_modules, spec, src, CNAME, reference-tpl.html, CHANGELOG.md, README.md, LICENSE, DOCS-TODO.md]
|
|
|
|
markdown: kramdown
|
|
|
|
kramdown:
|
|
entity_output: as_input
|
|
|
|
latest_leaflet_version: 1.7.1
|
|
latest_leaflet_reference: 1.7.1
|
|
|
|
# Integrity hashes for both leaflet.js and leaflet-src.js
|
|
# These will be shown in the downloads page
|
|
# See https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
|
|
integrity_hash_css: "sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
|
|
integrity_hash_source: "sha512-I5Hd7FcJ9rZkH7uD01G3AjsuzFy3gqz7HIJvzFZGFt2mrCS4Piw9bYZvCgUE0aiJuiZFYIJIwpbNnDIM6ohTrg=="
|
|
integrity_hash_uglified: "sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
|