This commit is contained in:
Bryan Housel
2015-12-10 17:55:26 -08:00
parent 9206c541c5
commit ce3cbcc197
3 changed files with 11 additions and 2 deletions

View File

@@ -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)

View File

@@ -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 = {};

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.8.1",
"version": "1.8.2",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {