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

11.0.0

Compare
Choose a tag to compare
@pascalwengerter pascalwengerter released this 04 Oct 10:06
· 1118 commits to master since this release

Changelog for 11.0.0 (2021-10-04)

The following sections list the changes in ownCloud Design System 11.0.0.

Summary

  • Bugfix - Prevent contextmenu display issues within OcTableFiles: #1691
  • Bugfix - Prevent hover style on footer of : #1667
  • Change - Replace vue-datetime with v-calendar in our datepicker component: #1661
  • Enhancement - Allow hover option in OcTableFiles: #1632

Details

  • Bugfix - Prevent contextmenu display issues within OcTableFiles: #1691

    Context menu for files table now detects if available space is enough to show all items. If not,
    it automatically calculates the height and adds scroll bars to the menu.

    owncloud/web#5845
    #1691

  • Bugfix - Prevent hover style on footer of : #1667

    #1667

  • Change - Replace vue-datetime with v-calendar in our datepicker component: #1661

    We've added v-calendar dependency so that we can use it as our datepicker component. By doing
    so, we removed the old datepicker library that we use, vue-datetime.

    #1661

  • Enhancement - Allow hover option in OcTableFiles: #1632

    We've added the possibility to use the hover option from OcTable also in OcTableFiles.

    #1632
    #1680