File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed
Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.18.0 (April 13 2016)
2+
3+ #### New Features & Improvements
4+
5+ * Implement zoom-and-property functions for ` circle-color ` and ` circle-size ` #2454
6+ * Dedupe attributions that are substrings of others #2453
7+ * Misc performance improvements #2483 #2488
8+
9+ #### Bugfixes
10+
11+ * Fix errors when unsetting and resetting a style property #2464
12+ * Fix errors when updating paint properties while using classes #2496
13+ * Fix errors caused by race condition in unserializeBuckets #2497
14+ * Fix overzoomed tiles in wrapped worlds #2482
15+ * Fix errors caused by mutating a filter object after calling ` Map#setFilter ` #2495
16+
117## 0.17.0 (April 13 2016)
218
319#### Breaking Changes
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.17 .0/mapbox-gl.js' ></script >
26- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.17 .0/mapbox-gl.css' rel =' stylesheet' />
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' />
2727</head >
2828
2929<body >
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.17 .0
9+ version : v0.18 .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.17 .0
9+ version : v0.18 .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.17 .0" ,
4+ "version" : " 0.18 .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