9.3.0
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 inlabel
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. -
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. -
Bugfix - Use pointer cursor for OcSelect actions: #1604
We changed the cursor for the actions (down/up arrows) on
OcSelect
topointer
. It used to be
atext
cursor. -
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). -
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. -
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.