diff --git a/.drone.env b/.drone.env index 857882eb9..11aabaf5e 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=ffa48729dd7d109b8b8b7cc094ed4d18021a3fbe +WEB_COMMITID=5367936f30b07c0832fb8af09f9f7719cccf7038 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-9.0.0.md b/changelog/unreleased/update-web-9.0.0.md index d8862440e..d7d4d6984 100644 --- a/changelog/unreleased/update-web-9.0.0.md +++ b/changelog/unreleased/update-web-9.0.0.md @@ -1,14 +1,16 @@ -Enhancement: Update web to v9.0.0-alpha.3 +Enhancement: Update web to v9.0.0-alpha.4 Tags: web -We updated ownCloud Web to v9.0.0-alpha.3. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v9.0.0-alpha.4. Please refer to the changelog (linked) for details on the web release. ## Summary * Bugfix [owncloud/web#10377](https://github.com/owncloud/web/pull/10377): User data not updated while altering own user * Bugfix [owncloud/web#10417](https://github.com/owncloud/web/pull/10417): Admin settings keyboard navigation * Bugfix [owncloud/web#10517](https://github.com/owncloud/web/pull/10517): Load thumbnail when postprocessing is finished * Bugfix [owncloud/web#10551](https://github.com/owncloud/web/pull/10551): Share sidebar icons +* Bugfix [owncloud/web#10702](https://github.com/owncloud/web/pull/10702): Apply sandbox attribute to iframe in draw-io extension +* Bugfix [owncloud/web#10706](https://github.com/owncloud/web/pull/10706): Apply sandbox attribute to iframe in app-external extension * Change [owncloud/web#7338](https://github.com/owncloud/web/issues/7338): Remove deprecated code * Change [owncloud/web#9892](https://github.com/owncloud/web/issues/9892): Remove skeleton app * Change [owncloud/web#10102](https://github.com/owncloud/web/pull/10102): Remove deprecated extension point for adding quick actions @@ -32,6 +34,9 @@ We updated ownCloud Web to v9.0.0-alpha.3. Please refer to the changelog (linked * Enhancement [owncloud/web#10611](https://github.com/owncloud/web/pull/10611): Remember left nav bar state * Enhancement [owncloud/web#10612](https://github.com/owncloud/web/pull/10612): Remember right nav bar state * Enhancement [owncloud/web#10558](https://github.com/owncloud/web/pull/10558): Tile sizes +* Enhancement [owncloud/web#10709](https://github.com/owncloud/web/pull/10709): Implement Server-Sent Events (SSE) for File Creation +* Enhancement [owncloud/web#10443](https://github.com/owncloud/web/pull/10443): Custom component extension type +* Enhancement [owncloud/web#10443](https://github.com/owncloud/web/pull/10443): Add extensionPoint concept -https://github.com/owncloud/ocis/pull/8736 -https://github.com/owncloud/web/releases/tag/v9.0.0-alpha.3 +https://github.com/owncloud/ocis/pull/8812 +https://github.com/owncloud/web/releases/tag/v9.0.0-alpha.4 diff --git a/services/web/Makefile b/services/web/Makefile index 8fd99e3ea..52b956b18 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v9.0.0-alpha.3 +WEB_ASSETS_VERSION = v9.0.0-alpha.4 include ../../.make/recursion.mk