mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02:00
1.8.5
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.8.5
|
||||
* Fix address field to not lose focus while typing (#2903, #2320)
|
||||
* Bugfixes for Internet Explorer (classList #2909, parentElement #2910)
|
||||
|
||||
## 1.8.4
|
||||
* Block UI, disable draws while fetching missing childnodes when user restores saved work
|
||||
* Add iD.Map#redrawEnable to enable/disable redraws
|
||||
|
||||
@@ -335,7 +335,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.8.4';
|
||||
iD.version = '1.8.5';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.8.4",
|
||||
"version": "1.8.5",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user