Skip to content

Commit b4f8a74

Browse files
committed
chore: bump web to 11.1.0
1 parent 9501a0e commit b4f8a74

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.drone.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The test runner source for UI tests
2-
WEB_COMMITID=264014d2f2a216de72114e5453cfa684ab275978
2+
WEB_COMMITID=8222156ec19d5a201ba3eb9293c1cd4516329400
33
WEB_BRANCH=stable-11.0

changelog/unreleased/update-web.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Enhancement: Update web to v11.1.0
2+
3+
- Bugfix [owncloud/web#12040](https://github.com/owncloud/web/pull/12040): Preview app files visibility: #12040
4+
- Bugfix [owncloud/web#12044](https://github.com/owncloud/web/pull/12044): Disable paste action in same folder: #12044
5+
- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Do not push sidebar close action away: #12045
6+
- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Update sidebar width on resize: #12045
7+
- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Use correct breakpoints in sidebar: #12045
8+
- Bugfix [owncloud/web#12050](https://github.com/owncloud/web/pull/12050): Show indirect shares on search page: #12050
9+
- Bugfix [owncloud/web#12055](https://github.com/owncloud/web/pull/12055): Add more padding to input when clear action is visible: #12055
10+
- Bugfix [owncloud/web#12058](https://github.com/owncloud/web/pull/12058): Use local state in sidebar in embed mode: #12058
11+
- Bugfix [owncloud/web#12063](https://github.com/owncloud/web/pull/12063): Change opacity of disabled checkboxes: #12063
12+
- Bugfix [owncloud/web#12074](https://github.com/owncloud/web/pull/12074): Refetch notifications settings on locale change: #12074
13+
- Enhancement [owncloud/web#12010](https://github.com/owncloud/web/pull/12010): Add notifications settings: #12010
14+
- Enhancement [owncloud/web#12054](https://github.com/owncloud/web/pull/12054): Use generic private link error: #12054
15+
16+
https://github.com/owncloud/ocis/pull/10853
17+
https://github.com/owncloud/web/releases/tag/v11.1.0

services/web/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := bash
22
NAME := web
3-
WEB_ASSETS_VERSION = v11.0.6
3+
WEB_ASSETS_VERSION = v11.1.0
44

55
include ../../.make/recursion.mk
66

0 commit comments

Comments
 (0)