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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@

All notable changes to this project will be documented in this file.

## 2.0.0-beta.5

### Fixed

- Video and audio controls are translated again. The viewer this replaced handed
plyr its own translations and relabelled the speed menu once the controls
existed; the composable that replaced those components did neither, so every
control read in English in beta.1 through beta.4 whatever language the user
ran in.

### Internal

- `npm run check:size` fails the build if importing the package stops being
cheap. The entry is meant to cost the handler registration and nothing else,
and a single top-level import of a component quietly puts the whole viewer
back on every page of every consumer.
- Dropped `camelcase` and the `@nextcloud/auth` peer dependency, left behind by
the `fileinfo` utilities that went in beta.4.

## 2.0.0-beta.4

### Fixed
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.4",
"version": "2.0.0-beta.5",
"description": "The Nextcloud file viewer, and the API for apps to add their own file views",
"keywords": [
"nextcloud",
Expand Down
Loading