Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading