mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
1.5.0
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## 1.5.0
|
||||
* Add support for localized address fields (#2246)
|
||||
* Rendering improvements for layers (#2250)
|
||||
* Add a map scale (#2266)
|
||||
* Fix preset buttons (#2247)
|
||||
* Better midpoint rendering (#2257)
|
||||
|
||||
## 1.4.0
|
||||
|
||||
* Ensure combobox menus are closed on blur (#2207)
|
||||
|
||||
+1
-1
@@ -265,7 +265,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.4.0';
|
||||
iD.version = '1.5.0';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user