13.0.0-rc.5
Pre-releaseChangelog 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. -
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 anOcResourceLink
component that reduces code complexity and duplication
when linking resources. -
Bugfix - OcSelect transparent background: #2030
We fixed a non-transparent background in the OcSelect button, leading to visual glitches.
-
Change - Default type of OcButton: #2009
We've changed the default type of buttons rendered by
OcButton
tobutton
. Browsers
otherwise assume they are of typesubmit
which leads to very unexpected behavior in forms,
especially as we useOcButton
in a lot of (not so obvious) places for a11y reasons. -
Change - Remove OcStatusIndicators from OcResource: #5976
We've removed OcStatusIndicators from OcResource since it will be moved in a separate column
-
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. -
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. -
Enhancement - Polish OcSwitch: #6492
We've adjusted the OcSwitch to fit the redesign
-
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. -
Enhancement - Redesign OcStatusIndicators: #5976
We've redesigned the share/status indicators to fit the new design in web.
-
Enhancement - Underline OcResourceName: #6492
We've added an underline on hover effect to OcResourceName
-
Enhancement - Apply size property to oc-tag: #2011
We've added a size property to oc-tag