github owncloud/web v5.1.0-rc
5.1.0-rc

latest releases: web-pkg-v0.0.5-alpha.8, web-pkg-v0.0.5-alpha.7, web-pkg-v0.0.5-alpha.6...
pre-release2 years ago

Changelog 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.

    #6439

  • 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.

    #6444

  • Enhancement - Add the graph client to the client service: #6425

    This way, the client for the graph API can easily be fetched when needed.

    #6425

  • Enhancement - Enable context menu for search results: #6445

    We've enabled a rudimentary context menu for search results.

    #6445

  • 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).

    #6427

Don't miss a new web release

NewReleases is sending notifications on new releases.