File tree Expand file tree Collapse file tree 5 files changed +28
-5
lines changed
Expand file tree Collapse file tree 5 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.19.0 (May 31 2016)
2+
3+ #### New Features & Improvements
4+ * Allow use of special characters in property field names #2547
5+ * Improve rendering speeds on fill layers #1606
6+ * Add data driven styling support for ` fill-color ` and ` fill-outline-color ` #2629
7+ * Add ` has ` and ` !has ` filter operators mapbox/feature-filter #15
8+ * Improve keyboard handlers with held-down keys #2530
9+ * Support 'tms' tile scheme #2565
10+ * Add ` trackResize ` option to ` Map ` #2591
11+
12+
13+ #### Bugfixes
14+ * Scale circles when map is displayed at a pitch #2541
15+ * Fix background pattern rendering bug #2557
16+ * Fix bug that prevented removal of a ` fill-pattern ` from a fill layer #2534
17+ * Fix ` line-pattern ` and ` fill-pattern ` rendering #2596
18+ * Fix some platform specific rendering bugs #2553
19+ * Return empty object from ` queryRenderedFeatures ` before the map is loaded #2621
20+ * Fix "there is no texture bound to the unit 1" warnings #2509
21+ * Allow transitioned values to be unset #2561
22+
23+
124## 0.18.0 (April 13 2016)
225
326#### 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.18 .0/mapbox-gl.js' ></script >
26- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.18 .0/mapbox-gl.css' rel =' stylesheet' />
25+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.19 .0/mapbox-gl.js' ></script >
26+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.19 .0/mapbox-gl.css' rel =' stylesheet' />
2727</head >
2828
2929<body >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
66baseurl : https://www.mapbox.com/mapbox-gl-js
77highlighter : pygments
88excerpt_separator : " "
9- version : v0.18 .0
9+ version : v0.19 .0
1010rdiscount :
1111 extensions : [smart]
1212exclude : [dist]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
66baseurl : /mapbox-gl-js
77highlighter : pygments
88excerpt_separator : " "
9- version : v0.18 .0
9+ version : v0.19 .0
1010mapboxglbase : /mapbox-gl-js/dist
1111rdiscount :
1212 extensions : [smart]
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.18 .0" ,
4+ "version" : " 0.19 .0" ,
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