This commit is contained in:
Quincy Morgan
2020-07-22 11:38:28 -04:00
parent 3154b36f5d
commit 3dec7b3f5e
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -30,6 +30,20 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
[@xxxx]: https://github.com/xxxx
-->
# 2.18.3
##### 2020-Jul-22
#### :bug: Bugfixes
* Fix issue where selected features would auto-center after deleting or navigating nodes in ways ([#7820])
* Fix some non-loading background imagery layers ([#7823])
* Properly update the inspector when switching between features with generic presets ([#7827])
* Fix broken Browse button for custom map data files ([#7828])
[@7827]: https://github.com/7827
[@7820]: https://github.com/7820
[@7823]: https://github.com/7823
[@7828]: https://github.com/7828
# 2.18.2
##### 2020-Jul-21
+1 -1
View File
@@ -26,7 +26,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.18.3-dev';
context.version = '2.18.3';
context.privacyVersion = '20200407';
// iD will alter the hash so cache the parameters intended to setup the session
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.18.3-dev",
"version": "2.18.3",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",