This commit is contained in:
Bryan Housel
2015-12-02 16:47:23 -05:00
parent b7ed6456ef
commit 98d428e867
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
## 1.8.1
* Fix tag help lookup (#2844)
* Support Internet Explorer 11 and Edge browsers (#2571)
* New road styling for bumpy/unpaved roads (#2564, #2750, #2847)
* Disambiguate building/office presets (#2793, #2799)
* Add handrail field to steps preset (#2815)
* Choose "best" imagery by default (#2826)
* Fix language detection when `navigator.languages` is empty (#2838) (thanks @jleedev)
* Support multiple overlays and fix alignment of minimap (#2813) (thanks @brianreavis)
## 1.8.0
* Don't update the urlhash during the walkthrough (#1795)
* Add surface type to parking preset (#2816)
+1 -1
View File
@@ -333,7 +333,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.8.0';
iD.version = '1.8.1';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.8.0",
"version": "1.8.1",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {