5.1.0-rc.1
Pre-releaseChangelog for ownCloud Web 5.1.0 (2022-02-17)
Summary
- Bugfix - App compatibility: #6439
- Bugfix - Fix closing apps opened from search: #6444
- Enhancement - Add the graph client to the client service: #6425
- Enhancement - Enable context menu for search results: #6445
- Enhancement - Use the Vue store for spaces: #6427
Details
-
Bugfix - App compatibility: #6439
We've made sure that apps that were not made compatible with ownCloud Web 5.0.0 don't run into a
non-rendered state. -
Bugfix - Fix closing apps opened from search: #6444
We've made sure that closing apps that were opened from search navigates properly back to the
original search. -
Enhancement - Add the graph client to the client service: #6425
This way, the client for the graph API can easily be fetched when needed.
-
Enhancement - Enable context menu for search results: #6445
We've enabled a rudimentary context menu for search results.
-
Enhancement - Use the Vue store for spaces: #6427
Using the store for spaces integrates them seamlessly in our ecosystem and makes it easier to
develop spaces even further. E.g. the properties of a space can now be altered without fetching
all spaces again. This was achieved by introducing a "buildSpace" method, that transforms a
space into a more generic resource object (just like regular files or shares).