From 4d9d037f14aeb0bbcc3d2fda4277c19589a39748 Mon Sep 17 00:00:00 2001 From: Molly Lloyd Date: Fri, 10 Mar 2017 17:16:17 -0800 Subject: [PATCH] v0.33.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f2df6de73..8c9273c7f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.33.1 (March 10, 2017) + +#### Bug fixes :bug: +- Prevent Mapbox logo from being added to the map more than once #4386 +- Add `type='button'` to `FullscreenControl` to prevent button from acting as a form submit #4397 +- Fix issue where map would continue to rotate if `Ctrl` key is released before the click during a `DragRotate` event #4389 +- Remove double `options.easing` description from the `Map#fitBounds` documentation #4402 + ## 0.33.0 (March 8, 2017) diff --git a/package.json b/package.json index 94893fa9126..8cdae269c02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.33.0", + "version": "0.33.1", "main": "src/index.js", "license": "BSD-3-Clause", "repository": { diff --git a/yarn.lock b/yarn.lock index 142a65ac1b9..f101300c29d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,10 +21,18 @@ pngjs "^3.0.0" st "^1.1.0" +"@mapbox/shelf-pack@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@mapbox/shelf-pack/-/shelf-pack-3.0.0.tgz#44e284c8336eeda1e9dbbb1d61954c70e26e5766" + "@mapbox/unitbezier@^0.0.0": version "0.0.0" resolved "https://registry.yarnpkg.com/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz#15651bd553a67b8581fb398810c98ad86a34524e" +"@mapbox/whoots-js@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@mapbox/whoots-js/-/whoots-js-3.0.0.tgz#c1de4293081424da3ac30c23afa850af1019bb54" + JSONStream@^1.0.3: version "1.3.0" resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.0.tgz#680ab9ac6572a8a1a207e0b38721db1c77b215e5" @@ -4927,10 +4935,6 @@ shebang-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" -shelf-pack@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/shelf-pack/-/shelf-pack-1.1.0.tgz#b4679afdd00ad68dfd9bbd2b5a3e819293a74d82" - shell-quote@^1.4.2, shell-quote@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" @@ -5914,10 +5918,6 @@ which@1, which@^1.2.4, which@^1.2.9: dependencies: isexe "^1.1.1" -whoots-js@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/whoots-js/-/whoots-js-2.1.0.tgz#bcb201c34e0eaf335fcce5ae2cf874579a99c487" - wide-align@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.0.tgz#40edde802a71fea1f070da3e62dcda2e7add96ad"