Skip to content

Commit

Permalink
v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Oct 13, 2016
1 parent 4998cec commit b32d9c5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.26.0 (October 13 2016)

#### New Features & Improvements

* Add `fill-extrude-height` and `fill-extrude-base` style properties (3d buildings) :cityscape: #3223
* Add customizable `colorSpace` interpolation to functions #3245
* Add `identity` function type #3274
* Add depth testing for symbols with `'pitch-alignment': 'map'` #3243
* Add `dataloading` events for styles and sources #3306
* Add `Control` suffix to all controls :warning: BREAKING CHANGE :warning:

#### Performance Improvements

* Ensure removing style or source releases all tile resources #3359

#### Bugfixes

* Fix bug causing an error when `Marker#setLngLat` is called #3294
* Fix bug causing incorrect coordinates in `touchend` on Android Chrome #3319
* Fix bug causing incorrect popup positioning at top of screen #3333
* Restore `tile` property to `data` events fired when a tile is removed #3328
* Fix bug causing "Improve this map" link to not preload map location #3356

## 0.25.1 (September 30 2016)

#### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ To use the [vector tiles](https://www.mapbox.com/maps/) and styles hosted on htt
<!DOCTYPE html>
<html>
<head>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.25.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.25.1/mapbox-gl.css' rel='stylesheet' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.26.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.26.0/mapbox-gl.css' rel='stylesheet' />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "0.25.1",
"version": "0.26.0",
"main": "js/mapbox-gl.js",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit b32d9c5

Please sign in to comment.