File: 2019-05-08-leaflet-1.5.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 (27 lines) | stat: -rw-r--r-- 849 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: post
title: Announcing Leaflet 1.5.0
description: New release is out! 
author: Andrew Cherniavskii
authorsite: https://github.com/cherniavskii
---

Leaflet 1.5.0 is out!

This release brings some new features, as well as bugfixes and improvements!

Here are some highlights:
- new `keepAspectRatio` option for `VideoOverlay`
- support for `keydown` and `keyup` events
- new `shadowPane` option for `Marker`
- fixed layers controls state when using multiple maps
- update attribution link to HTTPS

Big thanks to all contributors who made this release possible!

Changelog is available [here](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md).

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.