From 8bd1c38ccb97e43e8ffa63801292fe1dfcd21e9f Mon Sep 17 00:00:00 2001 From: Molly Lloyd Date: Wed, 12 Apr 2017 13:21:25 -0700 Subject: [PATCH] v0.35.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 155b42830d9..f6429a38312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.35.1 (April 12, 2017) + +#### Bug fixes :bug: + +- Add `.json` extension to style-spec `require` statements for webpack compatibility #4563 @orangemug +- Fix documentation type for `Map#fitBounde` #4569 @andrewharvey +- Fix bug causing {Image,Video,Canvas}Source to throw exception if latitude is outside of +/-85.05113 #4574 +- Fix bug causing overzoomed raster tiles to disappear from map #4567 +- Fix bug causing queryRenderedFeatures to crash on polygon features that have an `id` field. #4581 + ## 0.35.0 (April 7, 2017) #### New features :rocket: diff --git a/package.json b/package.json index 2e139fcdfc1..d920cf71525 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.35.0", + "version": "0.35.1", "main": "dist/mapbox-gl.js", "license": "BSD-3-Clause", "repository": {