Skip to content

Commit ae8de4e

Browse files
author
Molly Lloyd
committed
v0.19.0
1 parent c4ead3d commit ae8de4e

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

CHANGELOG.md

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

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.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>

_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: https://www.mapbox.com/mapbox-gl-js
77
highlighter: pygments
88
excerpt_separator: ""
9-
version: v0.18.0
9+
version: v0.19.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.18.0
9+
version: v0.19.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.18.0",
4+
"version": "0.19.0",
55
"main": "js/mapbox-gl.js",
66
"license": "BSD-3-Clause",
77
"repository": {

0 commit comments

Comments
 (0)