chore: bump web to v9.1.0-alpha.1

This commit is contained in:
Benedikt Kulmann
2024-06-28 16:27:17 +02:00
parent 654af5ca7c
commit 29ff79a31b
3 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=c529c35ea0c912d63528d4c3c6f06519407bb766
WEB_COMMITID=a6e39f4ec70c0c65057d189c4ed9999830b956f5
WEB_BRANCH=master

View File

@@ -0,0 +1,19 @@
Enhancement: Update web to v9.1.0-alpha.1
Tags: web
We updated ownCloud Web to v9.1.0-alpha.1. Please refer to the changelog (linked) for details on the web release.
* Bugfix [owncloud/web#11058](https://github.com/owncloud/web/pull/11058): Resetting user after logout
* Bugfix [owncloud/web#11059](https://github.com/owncloud/web/pull/11059): Admin settings UI update after save
* Bugfix [owncloud/web#11068](https://github.com/owncloud/web/pull/11068): Editor save after token renewal
* Enhancement [owncloud/web#5387](https://github.com/owncloud/web/issues/5387): Accessibility improvements
* Enhancement [owncloud/web#10996](https://github.com/owncloud/web/pull/10996): Activities sidebar app panel
* Enhancement [owncloud/web#11054](https://github.com/owncloud/web/pull/11054): Consistent initial loading spinner
* Enhancement [owncloud/web#11057](https://github.com/owncloud/web/pull/11057): Add action drop down to app top bar
* Enhancement [owncloud/web#11060](https://github.com/owncloud/web/pull/11060): Decrease text editor loading times
* Enhancement [owncloud/web#11077](https://github.com/owncloud/web/pull/11077): Reduce network load on token renewal
* Enhancement [owncloud/web#11093](https://github.com/owncloud/web/pull/11093): Enable default autosave in editors
https://github.com/owncloud/ocis/pull/9496
https://github.com/owncloud/web/releases/tag/v9.1.0-alpha.1

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v9.0.0
WEB_ASSETS_VERSION = v9.1.0-alpha.1
include ../../.make/recursion.mk