You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Leaflet/docs/_posts/2016-11-21-leaflet-1.0.2.md

1.2 KiB

layout title description author authorsite
post Announcing Leaflet 1.0.2 Leaflet 1.0.2, a bugfix release, is out Iván Sánchez Ortega http://ivan.sanchezortega.es

As part of our "we really promised a faster release cycle" vision, we are publishing Leaflet 1.0.2.

Compared to 1.0.1, this release fixes about a dozen bugs, and a couple new options. The full list of changes can be found on the changelog.

As usual, check the downloads page to get this release.

Next plans?

Now, Leaflet uses a set of scripts to put a lot of files together. While this has been reliable for years, we want to embrace some of the features of contemporary JavaScript.

We have been working on reorganizing the codebase to implement ES6 modules. This means a cleaner, easier to understand build system, and slightly smaller file sizes thanks to RollupJS.

We aim for a 1.1.0 release with the new rollup builds. Even though it's not a very exciting development, this will pave the way for experimenting with new ways of having Leaflet plugins.

Cheers,
The Leaflet team.