Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] chore: bump web to v8.0.0-beta.2 #7952

Merged
merged 1 commit into from Dec 12, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=f3b6c0699537483a1497c69c2493b271f45def9d
WEB_COMMITID=fd1349c4ff15c11a0a520c1e66be7db554d88241
WEB_BRANCH=master
14 changes: 14 additions & 0 deletions changelog/unreleased/update-web-8.0.0.md
@@ -0,0 +1,14 @@
Enhancement: Update web to v8.0.0-beta.2

Tags: web

We updated ownCloud Web to v8.0.0-beta.2. Please refer to the changelog (linked) for details on the web release.

## Summary
* Bugfix [owncloud/web#10010](https://github.com/owncloud/web/issues/10010): Displaying full video in their dimensions
* Bugfix [owncloud/web#10149](https://github.com/owncloud/web/pull/10149): Spaces files list previews cropped
* Bugfix [owncloud/web#10149](https://github.com/owncloud/web/pull/10149): Spaces overview tile previews zoomed
* Bugfix [owncloud/web#10154](https://github.com/owncloud/web/pull/10154): Resolving links without drive alias

https://github.com/owncloud/ocis/pull/7952
https://github.com/owncloud/web/releases/tag/v8.0.0-beta.2
2 changes: 1 addition & 1 deletion services/web/Makefile
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v8.0.0-beta.1
WEB_ASSETS_VERSION = v8.0.0-beta.2

include ../../.make/recursion.mk

Expand Down