diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a4f2f..c873fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All notable changes to this project will be documented in this file. +## 2.0.0-beta.10 + +### Fixed + +- Closing the viewer left `openfile=true` in the URL until the history + unwind landed, and the Files list opens a file for exactly that flag. + Anything that made it re-read the route in that window opened a second + viewer over the one that was closing, which on a slow machine is wide + enough to hit: three media tests in nextcloud/server#63954 failed their + close assertion with two modals in the DOM. The flag now comes off the + entry being left before the jump is asked for. (#43) + ## 2.0.0-beta.9 ### Added diff --git a/package-lock.json b/package-lock.json index 86105b2..a713a90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/viewer", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/viewer", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 75edfd5..6fa56b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/viewer", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "description": "The Nextcloud file viewer, and the API for apps to add their own file views", "keywords": [ "nextcloud",