9.0.0
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
- OcActionDrop.vue - OcAppLayout.vue - OcAutocomplete.vue - OcDatepicker.vue -
-
Change - Enable multiple highlighting for OcTableFiles: #5164
We changed the highlighting in a way that now every selected file is highlighted
automatically. Thehighlighted
prop has been removed as it's not used anymore. -
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. -
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. -
Enhancement - Group files and folder when sorting by name: #5613
Like in oc10 when sorting by name, files and folders should be listed separately
-
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). -
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 dedicatedsign-out
icon to avoid this in the future. -
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