Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

9.3.0

Compare
Choose a tag to compare
@kulmann kulmann released this 23 Aug 21:31
· 1265 commits to master since this release

Changelog for [9.3.0] (2021-08-23)

Summary

  • Bugfix - Fix search for options provided as objects: #1602
  • Bugfix - Contextmenu button triggered wrong event: #1610
  • Bugfix - Use pointer cursor for OcSelect actions: #1604
  • Enhancement - OcTableFiles Contextmenu Tooltip: #1610
  • Enhancement - Highlight droptarget in OcTableFiles: #1610
  • Enhancement - Remove "Showdetails" button in OcTableFiles: #1610

Details

  • Bugfix - Fix search for options provided as objects: #1602

    We fixed a regression that was introduced in
    #1521. vue-select
    automatically uses the property specified in label for filtering. When custom filtering
    based on Fuse.js was introduced that functionality got lost. Hence it was not possible to
    filter objects at all.

    #1602

  • Bugfix - Contextmenu button triggered wrong event: #1610

    The contextmenu button in the OcTableFiles triggered a showDetails event, which lead to the
    sidebar appearing instead of the (expected) contextmenu. This has been fixed.

    #1608
    #1610

  • Bugfix - Use pointer cursor for OcSelect actions: #1604

    We changed the cursor for the actions (down/up arrows) on OcSelect to pointer. It used to be
    a text cursor.

    #1604

  • Enhancement - OcTableFiles Contextmenu Tooltip: #1610

    Since most of the quickactions in the OcTableFiles have a tooltip the contextmenu button
    should get one, too. It also replaces the (removed) Showdetails button and leads to better
    discoverability of the contextmenu (and therefore the sidebar).

    #1610

  • Enhancement - Highlight droptarget in OcTableFiles: #1610

    The targeted table row in the OcTableFiles now gets a highlighted background when another
    resource is dragged over it for visual user feedback.

    owncloud/web#5705
    #1610

  • Enhancement - Remove "Showdetails" button in OcTableFiles: #1610

    We removed the Showdetails button in the OcTableFiles quickactions to de-clutter the UI.
    Opening the sidebar is supposed to happen from the contextmenu which gets triggered by the
    three dots button.

    #1610