This commit is contained in:
Bryan Housel
2017-07-11 11:20:45 -04:00
parent 45a96306c1
commit 84f29a6fd8
3 changed files with 18 additions and 2 deletions
+16
View File
@@ -26,6 +26,22 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
[@xxxx]: https://github.com/xxxx
-->
# 2.3.1
##### July 11, 2017
#### :sparkles: Usability
* Display left click icon for "Place a point" on keyboard shortcuts screen
#### :bug: Bugfixes
* Don't lose the imagery offset when switching between "Custom" and another background imagery layer ([#3982])
* After splitting a way, update all matching relation members (fix for broken u-turn relations) ([#4140])
[#3982]: https://github.com/openstreetmap/iD/issues/3982
[#4140]: https://github.com/openstreetmap/iD/issues/4140
# 2.3.0
##### July 7, 2017
+1 -1
View File
@@ -24,7 +24,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.3.0';
context.version = '2.3.1';
// create a special translation that contains the keys in place of the strings
var tkeys = _.cloneDeep(dataEn);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.3.0",
"version": "2.3.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",