Skip to content

Commit b60f9ca

Browse files
author
Lucas Wojciechowski
committed
v0.21.0
1 parent 430cd4b commit b60f9ca

File tree

5 files changed

+36
-5
lines changed

5 files changed

+36
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 0.21.0 (July 13 2016)
2+
3+
#### Breaking Changes
4+
5+
#### New Features & Improvements
6+
7+
* Add `text-pitch-alignment` style property #2668
8+
* Allow query parameters on `mapbox://` URLs #2702
9+
* Add `icon-text-fit` and `icon-text-fit-padding` style properties #2720
10+
* Enable property functions for `icon-rotate` #2738
11+
* Enable property functions for `fill-opacity` #2733
12+
* Fire `Map#mouseout` events #2777
13+
* Allow query parameters on all sprite URLs #2772
14+
* Increase sprite atlas size to 1024px square, allowing more and larger sprites #2802
15+
* Add `Marker` class #2725 #2810
16+
* Add `{quadkey}` URL parameter #2805
17+
* Add `circle-pitch-scale` style property #2821
18+
19+
#### Bugfixes
20+
21+
* Fix rendering of layers with large numbers of features #2794
22+
* Fix exceptions thrown during drag-rotate interactions #2840
23+
* Fix error when adding and removing a layer within the same update cycle #2845
24+
* Fix false "Geometry exceeds allowed extent" warnings #2568
25+
* Fix `Map#loaded` returning true while there are outstanding tile updates #2847
26+
* Fix style validation error thrown while removing a filter #2847
27+
* Fix event data object not being passed for double click events #2814
28+
* Fix multipolygons disappearing from map at certain zoom levels #2704
29+
* Fix exceptions caused by `queryRenderedFeatures` in Safari and Firefox #2822
30+
* Fix `mapboxgl#supported()` returning `true` in old versions of IE11 mapbox/mapbox-gl-supported#1
31+
132
## 0.20.1 (June 21 2016)
233

334
#### Bugfixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ To use the [vector tiles](https://www.mapbox.com/maps/) and styles hosted on htt
2222
<!DOCTYPE html>
2323
<html>
2424
<head>
25-
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.20.1/mapbox-gl.js'></script>
26-
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.20.1/mapbox-gl.css' rel='stylesheet' />
25+
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.21.0/mapbox-gl.js'></script>
26+
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.21.0/mapbox-gl.css' rel='stylesheet' />
2727
</head>
2828

2929
<body>

_config.mb-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ source: docs
55
permalink: /:categories/:title/
66
baseurl: https://www.mapbox.com/mapbox-gl-js
77
excerpt_separator: ""
8-
version: v0.20.1
8+
version: v0.21.0
99
exclude: [dist]
1010
future: true

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ source: docs
55
permalink: /:categories/:title/
66
baseurl: /mapbox-gl-js
77
excerpt_separator: ""
8-
version: v0.20.1
8+
version: v0.21.0
99
mapboxglbase: /mapbox-gl-js/dist
1010
future: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "0.20.1",
4+
"version": "0.21.0",
55
"main": "js/mapbox-gl.js",
66
"license": "BSD-3-Clause",
77
"repository": {

0 commit comments

Comments
 (0)