From ce3cbcc197c4e1b028bf443e07aefae4256ce99e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 10 Dec 2015 17:55:26 -0800 Subject: [PATCH] 1.8.2 --- CHANGELOG.md | 9 +++++++++ js/id/id.js | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe296d650..41df4fe3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.8.2 +* Better save and restore map state when entering walkthrough +* Add maxstay field for amenity=parking preset (#2851) +* Add presets for popular vending machines (#2827, thanks @henningvs) +* Fix turn restriction rendering under Firefox (#2860) +* Handle situation when user closes oauth dialog window (#2858) +* Don't set `building=yes` for `amenity=fuel` preset (#2857) +* Eliminate rounding causing jumpiness and loss of precision (#2849) + ## 1.8.1 * Fix tag help lookup (#2844) * Support Internet Explorer 11 and Edge browsers (#2571) diff --git a/js/id/id.js b/js/id/id.js index f588a599d..18d8c518a 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -333,7 +333,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.8.1'; +iD.version = '1.8.2'; (function() { var detected = {}; diff --git a/package.json b/package.json index f3436e399..f5d586d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.8.1", + "version": "1.8.2", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {