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

13.0.0-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@pascalwengerter pascalwengerter released this 21 Mar 15:50

Changelog for [13.0.0] (2022-03-21)

Summary

  • Bugfix - Disabled OcSelect background: #2008
  • Bugfix - Icons/Thumbnails were only visible for clickable resources: #2007
  • Bugfix - OcSelect transparent background: #2030
  • Change - Default type of OcButton: #2009
  • Change - Remove OcStatusIndicators from OcResource: #5976
  • Enhancement - Configurable OcResource parentfolder name: #2029
  • Enhancement - Icons for drawio, ifc and odg resource types: #6416
  • Enhancement - Polish OcSwitch: #6492
  • Enhancement - Make filled primary OcButton use gradient background: #1952
  • Enhancement - Redesign OcStatusIndicators: #5976
  • Enhancement - Underline OcResourceName: #6492
  • Enhancement - Apply size property to oc-tag: #2011

Details

  • Bugfix - Disabled OcSelect background: #2008

    We've fixed a bug that prevented the background of disabled OcSelect components from using
    theming colors.

    #2008

  • Bugfix - Icons/Thumbnails were only visible for clickable resources: #2007

    We fixed that only clickable resources had icons/thumbnails in OcResource. It was fixed by
    introducing an OcResourceLink component that reduces code complexity and duplication
    when linking resources.

    #2007

  • Bugfix - OcSelect transparent background: #2030

    We fixed a non-transparent background in the OcSelect button, leading to visual glitches.

    #2030
    #2036

  • Change - Default type of OcButton: #2009

    We've changed the default type of buttons rendered by OcButton to button. Browsers
    otherwise assume they are of type submit which leads to very unexpected behavior in forms,
    especially as we use OcButton in a lot of (not so obvious) places for a11y reasons.

    #2009

  • Change - Remove OcStatusIndicators from OcResource: #5976

    We've removed OcStatusIndicators from OcResource since it will be moved in a separate column

    owncloud/web#5976
    owncloud/web#6552
    #2014

  • Enhancement - Configurable OcResource parentfolder name: #2029

    We've added a parent-folder-name-default property to the OcResource component. Before,
    an empty parent resulted in a hardcoded "All files and folders" which becomes misleading with
    the introduction of spaces in oCIS.

    #2029

  • Enhancement - Icons for drawio, ifc and odg resource types: #6416

    We've added resource type extension mapping and icons for the drawio, ifc, ipynb and odg file
    extensions.

    owncloud/web#6416
    #2005

  • Enhancement - Polish OcSwitch: #6492

    We've adjusted the OcSwitch to fit the redesign

    owncloud/web#6492
    #2018

  • Enhancement - Make filled primary OcButton use gradient background: #1952

    We've updated the OcButton to use the gradient background color when used in its filled
    appearance.

    #1952
    #2036

  • Enhancement - Redesign OcStatusIndicators: #5976

    We've redesigned the share/status indicators to fit the new design in web.

    owncloud/web#5976
    owncloud/web#6552
    #2014

  • Enhancement - Underline OcResourceName: #6492

    We've added an underline on hover effect to OcResourceName

    owncloud/web#6492
    #2019

  • Enhancement - Apply size property to oc-tag: #2011

    We've added a size property to oc-tag

    #2011