File tree 6 files changed +18
-7
lines changed
6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.15.0 (March 1 2016)
2
+
3
+ #### New Features & Improvements
4
+
5
+ Add ` ImageSource#setCoordinates ` and ` VideoSource#setCoordinates ` (#2184 )
6
+
7
+ #### Bugfixes
8
+
9
+ Fix flickering on raster layers (#2211 )
10
+ Fix browser hang when zooming quickly on raster layers (#2211 )
11
+
1
12
## 0.14.3 (Feb 25 2016)
2
13
3
14
#### New Features & Improvements
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ A WebGL JavaScript interactive maps library that can render [Mapbox Vector Tiles
7
7
Include the source via HTML tags:
8
8
9
9
``` html
10
- <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.js' ></script >
11
- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.css' rel =' stylesheet' />
10
+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.15.0 /mapbox-gl.js' ></script >
11
+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.15.0 /mapbox-gl.css' rel =' stylesheet' />
12
12
```
13
13
14
14
For more information, see the [ API documentation] ( https://www.mapbox.com/mapbox-gl-js/api/ ) and [ examples] ( https://www.mapbox.com/mapbox-gl-js/examples/ ) .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
6
6
baseurl : /mapbox-gl-js
7
7
highlighter : pygments
8
8
excerpt_separator : " "
9
- version : v0.14.3
9
+ version : v0.15.0
10
10
rdiscount :
11
11
extensions : [smart]
12
12
exclude : [dist]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
6
6
baseurl : /mapbox-gl-js
7
7
highlighter : pygments
8
8
excerpt_separator : " "
9
- version : v0.14.3
9
+ version : v0.15.0
10
10
mapboxglbase : /mapbox-gl-js/dist
11
11
rdiscount :
12
12
extensions : [smart]
Original file line number Diff line number Diff line change 1
1
var urls = [
2
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.js' ,
2
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.15.0 /mapbox-gl.js' ,
3
3
'/dist/mapbox-gl.js' ,
4
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.js' ,
4
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.15.0 /mapbox-gl.js' ,
5
5
'/dist/mapbox-gl.js'
6
6
] ;
7
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mapbox-gl" ,
3
3
"description" : " A WebGL interactive maps library" ,
4
- "version" : " 0.14.3 " ,
4
+ "version" : " 0.15.0 " ,
5
5
"main" : " js/mapbox-gl.js" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"repository" : {
You can’t perform that action at this time.
0 commit comments