This commit is contained in:
Bryan Housel
2018-12-05 01:58:18 -05:00
parent fe4a903df2
commit b494684e4f
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -28,6 +28,19 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
[@xxxx]: https://github.com/xxxx
-->
# 2.12.1
##### 2018-Dec-05
#### :bug: Bugfixes
* Fix bug preventing walkthrough from starting ([#5553], [#5555], thanks [@quincylvania])
* Fix bug causing tooltips on background pane not to disappear ([#5551])
[#5555]: https://github.com/openstreetmap/iD/issues/5555
[#5553]: https://github.com/openstreetmap/iD/issues/5553
[#5551]: https://github.com/openstreetmap/iD/issues/5551
[@quincylvania]: https://github.com/quincylvania
# 2.12.0
##### 2018-Dec-03
+1 -1
View File
@@ -33,7 +33,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.12.0';
context.version = '2.12.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.12.0",
"version": "2.12.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",