File tree 6 files changed +30
-7
lines changed
6 files changed +30
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.12.3 (Jan 14 2016)
2
+
3
+ #### API Improvements
4
+ Support inline attribution options in map options (#1865 )
5
+ Improve flyTo options (#1854 , #1429 )
6
+
7
+ #### Bugfixes
8
+ Fix flickering with overscaled tiles (#1921 )
9
+ Remove Node.remove calls for IE browser compatibility (#1900 )
10
+ Match patterns at tile boundaries (#1908 )
11
+ Fix Tile#positionAt, fix query tests (#1899 )
12
+ Fix flickering on streets (#1875 )
13
+ Fix text-max-angle property (#1870 )
14
+ Fix overscaled line patterns (#1856 )
15
+ Fix patterns and icons for mismatched pixelRatios (#1851 )
16
+ Fix missing labels when text size 0 at max zoom (#1809 )
17
+ Use linear interp when pixel ratios don't match (#1601 )
18
+ Fix blank areas, flickering in raster layers (#1876 , #675 )
19
+ Fix labels slipping/cropping at tile bounds (#1882 , #757 )
20
+
21
+ #### UX Improvements
22
+ Improve touch handler perceived performance (#1844 )
23
+
1
24
## 0.12.2 (Dec 22 2015)
2
25
3
26
#### API 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.12.2 /mapbox-gl.js' ></script >
11
- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.2 /mapbox-gl.css' rel =' stylesheet' />
10
+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.3 /mapbox-gl.js' ></script >
11
+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.3 /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.12.2
9
+ version : v0.12.3
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.12.2
9
+ version : v0.12.3
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
2
'https://api.tiles.mapbox.com/mapbox-gl-js/v0.10.0/mapbox-gl.js' ,
3
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.2 /mapbox-gl.js' ,
3
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.3 /mapbox-gl.js' ,
4
4
'/dist/mapbox-gl.js' ,
5
5
'https://api.tiles.mapbox.com/mapbox-gl-js/v0.10.0/mapbox-gl.js' ,
6
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.2 /mapbox-gl.js' ,
6
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.3 /mapbox-gl.js' ,
7
7
'/dist/mapbox-gl.js'
8
8
] ;
9
9
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.12.2 " ,
4
+ "version" : " 0.12.3 " ,
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