Skip to content

Commit 5c8d47b

Browse files
author
Lucas Wojciechowski
committed
v0.20.0
1 parent 6b00f6a commit 5c8d47b

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.20.0 (June 10 2016)
2+
3+
#### New Features & Improvements
4+
5+
* Add limited WMS support #2612
6+
* Add `workerCount` constructor option #2666
7+
* Improve performance of `locationPoint` and `pointLocation` #2690
8+
* Remove "Not using VertexArrayObject extension" warning messages #2707
9+
* Add `version` property to mapboxgl #2660
10+
* Support property functions in `circle-opacity` and `circle-blur` #2693
11+
12+
#### Bugfixes
13+
14+
* Fix exception thrown by "drag rotate" handler #2680
15+
* Return an empty array instead of an empty object from `queryRenderedFeatures` #2694
16+
117
## 0.19.1 (June 2 2016)
218

319
#### 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.19.1/mapbox-gl.js'></script>
26-
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.19.1/mapbox-gl.css' rel='stylesheet' />
25+
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.20.0/mapbox-gl.js'></script>
26+
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.20.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.19.1
8+
version: v0.20.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.19.1
8+
version: v0.20.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.19.1",
4+
"version": "0.20.0",
55
"main": "js/mapbox-gl.js",
66
"license": "BSD-3-Clause",
77
"repository": {

0 commit comments

Comments
 (0)