File: 2020-09-03-leaflet-1.7.0.md

package info (click to toggle)
leaflet 1.7.1~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,972 kB
  • sloc: javascript: 16,627; makefile: 49; sh: 26; xml: 23
file content (18 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: post
title: Announcing Leaflet 1.7.0
description: Leaflet 1.7.0 now available
author: Iván Sánchez Ortega
authorsite: https://ivan.sanchezortega.es
---

During the last year or so, mainstream web browsers have subtly changed the way that touchscreens work; unfortunately, Leaflet 1.6.0 and previous versions now exhibit some quirks on touchscreens.

Leaflet 1.7.0 fixes that by bringing several changes to how `PointerEvent`s are detected and handled, and using passive touch event listeners when available.

Besides that, there's a bunch of small bug and documentation fixes, detailed in [the changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md). Thanks to everyone who sent a fix, no matter how small!

To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](https://leafletjs.com/download.html).

Cheers,<br>
The Leaflet team.