Skip to content

Commit

Permalink
Merge pull request #10853 from owncloud/chore/bump-web-version-to-11.1.0
Browse files Browse the repository at this point in the history
[full-ci] chore: bump web to 11.1.0
  • Loading branch information
LukasHirt authored Jan 10, 2025
2 parents aaac72a + b4f8a74 commit 971a81f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=264014d2f2a216de72114e5453cfa684ab275978
WEB_COMMITID=8222156ec19d5a201ba3eb9293c1cd4516329400
WEB_BRANCH=stable-11.0
17 changes: 17 additions & 0 deletions changelog/unreleased/update-web.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Enhancement: Update web to v11.1.0

- Bugfix [owncloud/web#12040](https://github.com/owncloud/web/pull/12040): Preview app files visibility: #12040
- Bugfix [owncloud/web#12044](https://github.com/owncloud/web/pull/12044): Disable paste action in same folder: #12044
- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Do not push sidebar close action away: #12045
- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Update sidebar width on resize: #12045
- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Use correct breakpoints in sidebar: #12045
- Bugfix [owncloud/web#12050](https://github.com/owncloud/web/pull/12050): Show indirect shares on search page: #12050
- Bugfix [owncloud/web#12055](https://github.com/owncloud/web/pull/12055): Add more padding to input when clear action is visible: #12055
- Bugfix [owncloud/web#12058](https://github.com/owncloud/web/pull/12058): Use local state in sidebar in embed mode: #12058
- Bugfix [owncloud/web#12063](https://github.com/owncloud/web/pull/12063): Change opacity of disabled checkboxes: #12063
- Bugfix [owncloud/web#12074](https://github.com/owncloud/web/pull/12074): Refetch notifications settings on locale change: #12074
- Enhancement [owncloud/web#12010](https://github.com/owncloud/web/pull/12010): Add notifications settings: #12010
- Enhancement [owncloud/web#12054](https://github.com/owncloud/web/pull/12054): Use generic private link error: #12054

https://github.com/owncloud/ocis/pull/10853
https://github.com/owncloud/web/releases/tag/v11.1.0
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.0.6
WEB_ASSETS_VERSION = v11.1.0

include ../../.make/recursion.mk

Expand Down

0 comments on commit 971a81f

Please sign in to comment.