This commit is contained in:
Aaron Lidman
2014-07-08 18:32:42 -04:00
parent 8df8a5ece9
commit 1c3fcad2f4
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -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
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.4.0",
"version": "1.5.0",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {