mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
1.8.3
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
## 1.8.3
|
||||
* Replace nonstandard Array `find` with `_.find` for IE11 (#2871)
|
||||
|
||||
## 1.8.2
|
||||
* Better save and restore map state when entering walkthrough
|
||||
* Add maxstay field for amenity=parking preset (#2851)
|
||||
|
||||
@@ -333,7 +333,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.8.2';
|
||||
iD.version = '1.8.3';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user