mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 20:29:54 -06:00
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:
@@ -1,3 +1,3 @@
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=7cbcc9b3bd4862bfc150ef62d41926659bb0ffbc
|
||||
WEB_COMMITID=9a262d0ef4bd5625e5eb702f094317000ab11a43
|
||||
WEB_BRANCH=master
|
||||
|
||||
20
changelog/unreleased/update-web-10.0.0.md
Normal file
20
changelog/unreleased/update-web-10.0.0.md
Normal 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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user