diff --git a/.drone.env b/.drone.env index 1a38e64d10a..8a63ba41048 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=f3b6c0699537483a1497c69c2493b271f45def9d +WEB_COMMITID=fd1349c4ff15c11a0a520c1e66be7db554d88241 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-8.0.0.md b/changelog/unreleased/update-web-8.0.0.md index 3bd8ba8792f..43e614e6f2d 100644 --- a/changelog/unreleased/update-web-8.0.0.md +++ b/changelog/unreleased/update-web-8.0.0.md @@ -1,13 +1,17 @@ -Enhancement: Update web to v8.0.0-beta.1 +Enhancement: Update web to v8.0.0-beta.2 Tags: web -We updated ownCloud Web to v8.0.0-beta.1. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v8.0.0-beta.2. Please refer to the changelog (linked) for details on the web release. ## Summary -* Change [owncloud/web#9698](https://github.com/owncloud/web/pull/9698): Theme handling +* 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 * Enhancement [owncloud/web#10111](https://github.com/owncloud/web/pull/10111): Registering right sidebar panels as extension * Enhancement [owncloud/web#10111](https://github.com/owncloud/web/pull/10111): File sidebar in viewer and editor apps +* Change [owncloud/web#2404](https://github.com/owncloud/web/issues/2404): Theme handling -https://github.com/owncloud/ocis/pull/7930 -https://github.com/owncloud/web/releases/tag/v8.0.0-beta.1 +https://github.com/owncloud/ocis/pull/7952 +https://github.com/owncloud/web/releases/tag/v8.0.0-beta.2 diff --git a/services/web/Makefile b/services/web/Makefile index 90e8e26ab35..751d4b6d80c 100644 --- a/services/web/Makefile +++ b/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