File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.20.1 (June 21 2016)
2+
3+ #### Bugfixes
4+
5+ * Fixed exception thrown when changing ` *-translate ` properties via ` setPaintProperty ` (#2762 )
6+
17## 0.20.0 (June 10 2016)
28
39#### New Features & Improvements
Original file line number Diff line number Diff 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.0 /mapbox-gl.js' ></script >
26- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.20.0 /mapbox-gl.css' rel =' stylesheet' />
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' />
2727</head >
2828
2929<body >
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ source: docs
55permalink : /:categories/:title/
66baseurl : https://www.mapbox.com/mapbox-gl-js
77excerpt_separator : " "
8- version : v0.20.0
8+ version : v0.20.1
99exclude : [dist]
1010future : true
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ source: docs
55permalink : /:categories/:title/
66baseurl : /mapbox-gl-js
77excerpt_separator : " "
8- version : v0.20.0
8+ version : v0.20.1
99mapboxglbase : /mapbox-gl-js/dist
1010future : true
Original file line number Diff line number Diff line change 11{
22 "name" : " mapbox-gl" ,
33 "description" : " A WebGL interactive maps library" ,
4- "version" : " 0.20.0 " ,
4+ "version" : " 0.20.1 " ,
55 "main" : " js/mapbox-gl.js" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments