Merge pull request #9707 from owncloud/chore/bump-web-10.0.0

[full-ci] chore: bump web to v10.0.0
This commit is contained in:
Michael Barz
2024-07-29 16:38:55 +02:00
committed by GitHub
4 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=7cbcc9b3bd4862bfc150ef62d41926659bb0ffbc
WEB_COMMITID=9a262d0ef4bd5625e5eb702f094317000ab11a43
WEB_BRANCH=master

View File

@@ -0,0 +1,20 @@
Enhancement: Update web to v10.0.0
Tags: web
We updated ownCloud Web to v10.0.0. Please refer to the changelog (linked) for details on the web release.
- Bugfix [owncloud/web#11174](https://github.com/owncloud/web/pull/11174) Downloading files via the app top bar doesn't reflect the current state
- Bugfix [owncloud/web#11186](https://github.com/owncloud/web/pull/11186) Images stretched in preview app in Safari browser
- Bugfix [owncloud/web#11194](https://github.com/owncloud/web/pull/11194) UI breaks when tags are numbers
- Bugfix [owncloud/web#11253](https://github.com/owncloud/web/pull/11253) Open dropdown menu does not deselect other items in admin settings app
- Change [owncloud/web#11251](https://github.com/owncloud/web/pull/11251) Removal of Deprecated Config Options
- Change [owncloud/web#11252](https://github.com/owncloud/web/pull/11252) Remove draw-io as default app
- Change [owncloud/web#11277](https://github.com/owncloud/web/pull/11277) Remove set as description space action
- Enhancement [owncloud/web#11166](https://github.com/owncloud/web/pull/11166) Add share role icon to shared with me table
- Enhancement [owncloud/web#11258](https://github.com/owncloud/web/pull/11258) Application menu extension point
- Enhancement [owncloud/web#11279](https://github.com/owncloud/web/pull/11279) Move quota info to general info in user menu
- Enhancement [owncloud/web#11280](https://github.com/owncloud/web/pull/11280) Add edit description button to space info
https://github.com/owncloud/ocis/pull/9707
https://github.com/owncloud/web/releases/tag/v10.0.0

View File

@@ -1,10 +0,0 @@
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.
- Enhancement [owncloud/web#11101](https://github.com/owncloud/web/issues/11101): Add share role icon to shared with me table
https://github.com/owncloud/ocis/pull/9585
https://github.com/owncloud/web/releases/tag/v9.2.0-alpha.1

View File

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