mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-12-08 21:26:14 +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>
22 lines
784 B
HTML
22 lines
784 B
HTML
---
|
|
layout: v2
|
|
title: Documentation
|
|
bodyclass: api-page
|
|
---
|
|
|
|
<h2>Available API References</h2>
|
|
|
|
<p>This page lists the API references for several Leaflet versions.</p>
|
|
|
|
<p><ul>
|
|
<li><a href='reference-0.7.7.html'>API reference for 0.7.x</a>
|
|
<li><a href='reference-1.0.3.html'>API reference for 1.0.3</a>
|
|
<li><a href='reference-1.1.0.html'>API reference for 1.1.0</a>
|
|
<li><a href='reference-1.2.0.html'>API reference for 1.2.0</a>
|
|
<li><a href='reference-1.3.4.html'>API reference for 1.3.4</a>
|
|
<li><a href='reference-1.4.0.html'>API reference for 1.4.0</a>
|
|
<li><a href='reference-1.5.1.html'>API reference for 1.5.1</a>
|
|
<li><a href='reference-1.6.0.html'>API reference for 1.6.0</a>
|
|
<li><a href='reference-1.7.1.html'>API reference for 1.7.1</a>
|
|
</ul></p>
|