github owncloud/web v3.1.0-rc1
3.1.0-rc1

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

Changelog for ownCloud Web 3.1.0 (2021-05-10)

Summary

  • Bugfix - Improve web container: #4942
  • Bugfix - Display navigation for resolved private link: #5023
  • Bugfix - Fix z-index on the new file menu: #5056
  • Enhancement - Accessibility improvements: #4965
  • Enhancement - Implement proper direct delete: #4991
  • Enhancement - Enable files app search bar to be toggleable on a per-route basis: #4815
  • Enhancement - Extension config: #5024
  • Enhancement - Focus management: #4993
  • Enhancement - Align headline hierarchy: #5003
  • Enhancement - Use list for displaying added people: #4915
  • Enhancement - Use real page title for location picker: #5009
  • Enhancement - Show search button in search bar: #4985

Details

  • Bugfix - Improve web container: #4942

    The wrapping index.html.ejs had some minor problems with HTML validators which are now
    fixed.

    #4942

  • Bugfix - Display navigation for resolved private link: #5023

    We've fixed that the navigation in the left sidebar is visible for a resolved private link as
    well

    #5023

  • Bugfix - Fix z-index on the new file menu: #5056

    Added a z-index to files-view because it prevented the new file menu from having a higher
    z-index than the table headers. As a result the new file menu was being overlapped by them.

    #5056

  • Enhancement - Accessibility improvements: #4965

    A lot of random changes: - Extracted some helper classes to ODS & unified their usage - Removed
    <br> tags that were incorrectly used for spacing - Used <h4> tags for headings in the files
    sidebar - Make skip-to-main button translate-able - Update searchbar label string - Renamed
    "personal files" to "all files" in routes (soft rename, due to changes in the future) - Updated
    ODS to v5.1.0

    #4965
    #4975

  • Enhancement - Implement proper direct delete: #4991

    We implemented a proper delete action for a single file instead of reusing the batch action for
    deleting multiple files. This also solves the issue with the checkbox being checked when
    opening the delete modal, which was not a11y compliant.

    #4991

  • Enhancement - Enable files app search bar to be toggleable on a per-route basis: #4815

    Permits the search bar in the files app to be toggleable on a per-route basis as shown or hidden.

    #4815

  • Enhancement - Extension config: #5024

    Loading extension specific config was only possible for file editors. We now also load it in the
    general app information, so that it's available in the apps getter of the global vuex store.

    #5024

  • Enhancement - Focus management: #4993

    We added a mixin that makes it able to manage, record and reverse-replay the focus for the
    current document. The first components that using it are modal and sidebar in the files app.

    #4992
    #4993

  • Enhancement - Align headline hierarchy: #5003

    Streamlined headline tags so that pages have a h1 tag and the headline hierarchy is adhered.

    #5003
    #5004
    #5005

  • Enhancement - Use list for displaying added people: #4915

    We've changed the HTML elements in the people accordion when adding new people. People added
    via people autocomplete are now displayed in a list element to use correct structure for screen
    readers.

    #4915

  • Enhancement - Use real page title for location picker: #5009

    We've added real page titles to the location picker. The title is consisted of the current
    action, target and product name.

    #5009

  • Enhancement - Show search button in search bar: #4985

    #4985

Don't miss a new web release

NewReleases is sending notifications on new releases.