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

9.1.0

Compare
Choose a tag to compare
@pascalwengerter pascalwengerter released this 17 Aug 12:05
· 1298 commits to master since this release

Changelog for [9.1.0] (2021-08-17)

Summary

  • Bugfix - Initial sorting for OcTableFiles: #1588
  • Bugfix - Sorting by date: #1552
  • Enhancement - Add sidebar toggle icons: #5165
  • Enhancement - Show compile errors and enforce node.js version in package.json: #1579
  • Enhancement - Downgrade sass version: #1583

Details

  • Bugfix - Initial sorting for OcTableFiles: #1588

    The OcTableFiles component didn't apply initial sorting. This was set to the first sortable
    field in the list of fields (which is "name").

    #1588

  • Bugfix - Sorting by date: #1552

    The OcTableFiles component sorted rows lexicographically by relative dates (e.g. "1 hour
    ago"). This was fixed to sort by unix timestamps instead.

    #1552
    #1588

  • Enhancement - Add sidebar toggle icons: #5165

    We added new chevron icons for the toggle button to switch between sidebar open and close

    owncloud/web#5165
    #1587
    #1592

  • Enhancement - Show compile errors and enforce node.js version in package.json: #1579

    Ensure we show compile-time errors on the command line when present and enforce Node.js
    v14.0.0 or greater to permit optional chaining to be used

    #1579

  • Enhancement - Downgrade sass version: #1583

    Decrease the version of sass in order to prevent emitting of deprecation warnings in the ui-kit
    libray.

    #1583