Skip to content

Commit

Permalink
Blog post for v1.0.3 release (Leaflet#5275)
Browse files Browse the repository at this point in the history
* Blog post for v1.0.3 release

* Update blog link in front page

* Remove badge for 1.0.0 announcement
  • Loading branch information
IvanSanchez authored and mourner committed Jan 23, 2017
1 parent 03e4116 commit bfc3092
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
27 changes: 27 additions & 0 deletions docs/_posts/2017-01-23-leaflet-1.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: post
title: Announcing Leaflet 1.0.3
description: Leaflet 1.0.3, a bugfix release, is out
author: Iván Sánchez Ortega
authorsite: http://ivan.sanchezortega.es
---

Leaflet 1.0.3 is now out, with about a dozen bugfixes since 1.0.2.

One of the main highlights is the handling of `dblblick` events for web browsers
which support [`PointerEvent`s](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent).
Until now, the only browser which used `PointerEvent`s were Internet Explorer and Edge;
but now that Chrome has [enabled support in version 55](https://developers.google.com/web/updates/2016/11/nic55#pointer-events),
the Leaflet code for checking for double clicks and touchscreens had to change.

Leaflet 1.0.3 also improved the performance and behaviour of `L.Canvas` rendering,
backported a few fixes for Internet Explorer 8, and some miscellaneous fixes.

The full list of changes can be found on [the changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md).


As usual, check the [downloads page](http://leafletjs.com/download.html) to get this release.


Cheers,<br>
The Leaflet team.
4 changes: 1 addition & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
layout: v2
---

<div class="announcement">Nov 21, 2016 — <a href="http://leafletjs.com/2016/11/21/leaflet-1.0.2.html">Leaflet 1.0.2</a>, a bugfix release, is out.</div>

<div class="announcement">Sep 27, 2016 — <a href="http://leafletjs.com/2016/09/27/leaflet-1.0-final.html">Leaflet 1.0</a>, the fastest, most stable and polished Leaflet release ever, is finally out!</div>
<div class="announcement">Jan 23, 2017 — <a href="http://leafletjs.com/2016/11/21/leaflet-1.0.3.html">Leaflet 1.0.3</a>, a bugfix release, is out.</div>

<p>Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps.
Weighing just about <abbr title="33 KB gzipped &mdash; that's 123 KB minified and 218 KB in the source form, with 10 KB of CSS (2 KB gzipped) and 11 KB of images.">33 KB of JS</abbr>,
Expand Down

0 comments on commit bfc3092

Please sign in to comment.