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

9.0.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 09 Aug 14:11
· 1341 commits to master since this release

Changelog for [9.0.0] (2021-08-09)

Summary

  • Change - Remove deprecated components: #1545
  • Change - Enable multiple highlighting for OcTableFiles: #5164
  • Change - Production Bundle Content: #1553
  • Enhancement - Add drop target: #1575
  • Enhancement - Group files and folder when sorting by name: #5613
  • Enhancement - Add manual mode to oc-drop: #1575
  • Enhancement - Add sign-out icon: #5590
  • Enhancement - Added drag-drop property: #5592

Details

  • Change - Remove deprecated components: #1545

    To focus on the quality of the currently relevant components and to reduce bundle size, we are
    dropping a bunch of deprecated components from our design system.

    List of removed components, for reference:

    • OcActionDrop.vue - OcAppLayout.vue - OcAutocomplete.vue - OcDatepicker.vue -
      OcDisclosureDrop.vue - OcNav.vue - OcNavItem.vue - OcNavbar.vue - OcTabItem.vue -
      OcTabbed.vue - OcTabbedPanel.vue - OcTabbedTab.vue - OcTabs.vue - OcTopBar.vue -
      OcUser.vue - _OcNavbarItem.vue - _OcSidebarNavDivider.vue - _OcSidebarNavHeader.vue -
      _OcTopBarItem.vue - _OcTopBarLogo.vue

    #1545

  • Change - Enable multiple highlighting for OcTableFiles: #5164

    We changed the highlighting in a way that now every selected file is highlighted
    automatically. The highlighted prop has been removed as it's not used anymore.

    owncloud/web#5164
    #1568

  • Change - Production Bundle Content: #1553

    In the past, we shipped the docs .scss file and some example images which now have been removed
    from the production bundle to reduce size.

    #1553

  • Enhancement - Add drop target: #1575

    We've added a target prop to the oc-drop component so that the drop can be opened at another
    element than the trigger.

    #1575

  • Enhancement - Group files and folder when sorting by name: #5613

    Like in oc10 when sorting by name, files and folders should be listed separately

    owncloud/web#5613
    #1559

  • Enhancement - Add manual mode to oc-drop: #1575

    We've added the manual mode to oc-drop component. This mode enables showing/hiding the drop
    only via provided methods (see
    docs
    ).

    #1575

  • Enhancement - Add sign-out icon: #5590

    There has been confusion in user experience about the current usage of the exit_to_app icon
    as sign-out icon. We have added a dedicated sign-out icon to avoid this in the future.

    owncloud/web#5590
    #1551

  • Enhancement - Added drag-drop property: #5592

    In order to enable file moving via drag & drop we added the property drag-drop on OcTable and
    OcTableFiles

    owncloud/web#5592
    #1539
    #1562
    #1574