Skip to content

Commit dc214ca

Browse files
author
Lucas Wojciechowski
committed
v0.18.0
1 parent 7d948bf commit dc214ca

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

_config.mb-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /:categories/:title
66
baseurl: /mapbox-gl-js
77
highlighter: pygments
88
excerpt_separator: ""
9-
version: v0.17.0
9+
version: v0.18.0
1010
rdiscount:
1111
extensions: [smart]
1212
exclude: [dist]

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /:categories/:title
66
baseurl: /mapbox-gl-js
77
highlighter: pygments
88
excerpt_separator: ""
9-
version: v0.17.0
9+
version: v0.18.0
1010
mapboxglbase: /mapbox-gl-js/dist
1111
rdiscount:
1212
extensions: [smart]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

0 commit comments

Comments
 (0)