From 13a9015341f0602ccb55c98c53079838ad4b70b5 Mon Sep 17 00:00:00 2001 From: Lucas Wojciechowski Date: Thu, 18 Aug 2016 12:20:57 -0700 Subject: [PATCH] v0.22.1 --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09b332427e..c0cfcc959c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.22.1 (August 18 2016) + +#### New Features & Improvements + + * Reduce library size by using minified version of style specification #2998 + * Add a warning when rendering artifacts occur due to too many symbols or glyphs being rendered in a tile #2966 + +#### Bugfixes + + * Fix bug causing exception to be thrown by `Map#querySourceFeatures` #3022 + * Fix bug causing `Map#loaded` to return true while there are outstanding tile updates #2847 + ## 0.22.0 (August 11 2016) #### Breaking Changes diff --git a/README.md b/README.md index 82a3e3a01aa..0f58ff43444 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ To use the [vector tiles](https://www.mapbox.com/maps/) and styles hosted on htt - - + + diff --git a/package.json b/package.json index b253209f1c9..3318d32139f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.22.0", + "version": "0.22.1", "main": "js/mapbox-gl.js", "license": "BSD-3-Clause", "repository": {