Releases: owncloud/owncloud-design-system
14.0.1
14.0.0
Changelog for 14.0.0 (2022-11-28)
The following sections list the changes in ownCloud Design System 14.0.0.
Summary
- Bugfix - Omit special characters in user avatar initials: #2070
- Bugfix - Avatar link icon: #2269
- Bugfix - Firefox drag & drop move of folders not possible: #7495
- Bugfix - Lazy loading render performance: #2260
- Bugfix - Modal input message overlays with buttons: #2343
- Bugfix - Remove width shrinking of the ocAvatarItem: #2241
- Bugfix - Remove click event on OcIcon: #2216
- Bugfix - Translate contextual helpers: #2334
- Change - Redesign contextual helper: #2271
- Change - Remove OcAlert component: #2210
- Change - Remove transition animations: #2210
- Change - Revamp animations: #2210
- Change - OcTable emit event data on row click: #2218
- Enhancement - Give OcModal the option to use OcContextualHelper: #2325
- Enhancement - Add nestedd drop functionality: #2238
- Enhancement - Add OcInfoDrop: #2286
- Enhancement - Add rounded prop to OcTag: #2284
- Enhancement - Adjust avatar font weight from bold to normal: #2275
- Enhancement - Align breadcrumb context menu with regular context menu: #2296
- Enhancement - Adjust breadcrumb spacing: #7676
- Enhancement - Button text align left: #7619
- Enhancement - OcCheckbox add outline: #2218
- Enhancement - Add offset property to the drop component: #7335
- Enhancement - Input background color: #7353
- Enhancement - Make UI smaller: #2270
- Enhancement - Oc-card style: #2306
- Enhancement - OcSelect dark mode improvements: #2262
- Enhancement - Progress bar indeterminate state: #2200
- Enhancement - Redesign notifications: #2210
- Enhancement - Remove border on buttons: #7353
- Enhancement - "Chancel"-button and -handler in OcSearchBar: #7617
- Enhancement - Use Inter font: #2270
Details
-
Bugfix - Omit special characters in user avatar initials: #2070
We now make sure that user avatars without a picture (i.e. rendering user initials) only show
unicode letters and numbers. -
Bugfix - Avatar link icon: #2269
We've updated the avatar link icon to the current icon used in Web.
-
Bugfix - Firefox drag & drop move of folders not possible: #7495
We've fixed a bug in firefox which caused drag & drop move to redirect the page.
-
Bugfix - Lazy loading render performance: #2260
The render performance of the lazy loading option in tables (OcTable, OcTableSimple) has been
improved by removing the debounce option and by moving the lazy loading visualization from the
OcTd to the OcTr component. For lazy loading, the colspan property has to be provided now. -
Bugfix - Modal input message overlays with buttons: #2343
We've fixed a bug where the modal input message eventually overlays with the confirm and cancel
buttons. -
Bugfix - Remove width shrinking of the ocAvatarItem: #2241
We fixed an issue that the width of ocAvatarItem is shrinking in the sidebar of web by longer
group names -
Bugfix - Remove click event on OcIcon: #2216
We have removed an unnecessary default click handler on the OcIcon component, expecting it to
increase performance of the UI. -
Bugfix - Translate contextual helpers: #2334
We've fixed a bug where contextual helpers were not translated.
-
Change - Redesign contextual helper: #2271
We've redesigned the contextual helper, which accepts now a title property and is able to
display a description list. -
Change - Remove OcAlert component: #2210
-
Change - Remove transition animations: #2210
-
Change - Revamp animations: #2210
We have removed the old animation classes and will subsequently add new ones, respecting the
prefers-reduced-motion
browser setting. -
Change - OcTable emit event data on row click: #2218
We've extended the emit data on row click to now also include the event data
-
Enhancement - Give OcModal the option to use OcContextualHelper: #2325
We've added the option for OcModal to use OcContextualHelper
-
Enhancement - Add nestedd drop functionality: #2238
We've added the property "isNested" to ocDrop that prevents the parent drop from hiding by not
firing hideAll() in the child drop -
Enhancement - Add OcInfoDrop: #2286
We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper
component. -
Enhancement - Add rounded prop to OcTag: #2284
We've added a rounded property to the OcTag component
-
Enhancement - Adjust avatar font weight from bold to normal: #2275
-
Enhancement - Align breadcrumb context menu with regular context menu: #2296
We've aligned the breadcrumb context menu visually to match with the regular context menu in
the files table.https://g...
15.0.0-alpha.1
v15.0.0-alpha.1 Prepare v15.0.0-alpha.1
14.0.0-alpha.25
Changelog for [14.0.0] (2022-11-03)
Summary
- Bugfix - Omit special characters in user avatar initials: #2070
- Bugfix - Avatar link icon: #2269
- Bugfix - Firefox drag & drop move of folders not possible: #7495
- Bugfix - Lazy loading render performance: #2260
- Bugfix - Modal input message overlays with buttons: #2343
- Bugfix - Remove width shrinking of the ocAvatarItem: #2241
- Bugfix - Remove click event on OcIcon: #2216
- Bugfix - Translate contextual helpers: #2334
- Change - Redesign contextual helper: #2271
- Change - Remove OcAlert component: #2210
- Change - Remove transition animations: #2210
- Change - Revamp animations: #2210
- Change - OcTable emit event data on row click: #2218
- Enhancement - Give OcModal the option to use OcContextualHelper: #2325
- Enhancement - Add nestedd drop functionality: #2238
- Enhancement - Add OcInfoDrop: #2286
- Enhancement - Add rounded prop to OcTag: #2284
- Enhancement - Adjust avatar font weight from bold to normal: #2275
- Enhancement - Align breadcrumb context menu with regular context menu: #2296
- Enhancement - Adjust breadcrumb spacing: #7676
- Enhancement - Button text align left: #7619
- Enhancement - OcCheckbox add outline: #2218
- Enhancement - Add offset property to the drop component: #7335
- Enhancement - Input background color: #7353
- Enhancement - Make UI smaller: #2270
- Enhancement - Oc-card style: #2306
- Enhancement - OcSelect dark mode improvements: #2262
- Enhancement - Progress bar indeterminate state: #2200
- Enhancement - Redesign notifications: #2210
- Enhancement - Remove border on buttons: #7353
- Enhancement - "Chancel"-button and -handler in OcSearchBar: #7617
- Enhancement - Use Inter font: #2270
Details
-
Bugfix - Omit special characters in user avatar initials: #2070
We now make sure that user avatars without a picture (i.e. rendering user initials) only show
unicode letters and numbers. -
Bugfix - Avatar link icon: #2269
We've updated the avatar link icon to the current icon used in Web.
-
Bugfix - Firefox drag & drop move of folders not possible: #7495
We've fixed a bug in firefox which caused drag & drop move to redirect the page.
-
Bugfix - Lazy loading render performance: #2260
The render performance of the lazy loading option in tables (OcTable, OcTableSimple) has been
improved by removing the debounce option and by moving the lazy loading visualization from the
OcTd to the OcTr component. For lazy loading, the colspan property has to be provided now. -
Bugfix - Modal input message overlays with buttons: #2343
We've fixed a bug where the modal input message eventually overlays with the confirm and cancel
buttons. -
Bugfix - Remove width shrinking of the ocAvatarItem: #2241
We fixed an issue that the width of ocAvatarItem is shrinking in the sidebar of web by longer
group names -
Bugfix - Remove click event on OcIcon: #2216
We have removed an unnecessary default click handler on the OcIcon component, expecting it to
increase performance of the UI. -
Bugfix - Translate contextual helpers: #2334
We've fixed a bug where contextual helpers were not translated.
-
Change - Redesign contextual helper: #2271
We've redesigned the contextual helper, which accepts now a title property and is able to
display a description list. -
Change - Remove OcAlert component: #2210
-
Change - Remove transition animations: #2210
-
Change - Revamp animations: #2210
We have removed the old animation classes and will subsequently add new ones, respecting the
prefers-reduced-motion
browser setting. -
Change - OcTable emit event data on row click: #2218
We've extended the emit data on row click to now also include the event data
-
Enhancement - Give OcModal the option to use OcContextualHelper: #2325
We've added the option for OcModal to use OcContextualHelper
-
Enhancement - Add nestedd drop functionality: #2238
We've added the property "isNested" to ocDrop that prevents the parent drop from hiding by not
firing hideAll() in the child drop -
Enhancement - Add OcInfoDrop: #2286
We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper
component. -
Enhancement - Add rounded prop to OcTag: #2284
We've added a rounded property to the OcTag component
-
Enhancement - Adjust avatar font weight from bold to normal: #2275
-
Enhancement - Align breadcrumb context menu with regular context menu: #2296
We've aligned the breadcrumb context menu visually to match with the regular context menu in
the files table. -
Enhancement - Adjust breadcrumb spacing: #7676
We've adjusted some spacing in the breadcrumbs to improve the overall look.
owncloud/web#7676
https://github.com/ownclou...
14.0.0-alpha.24
tmp/CHANGELOG.md
14.0.0-alpha.23
Changelog for [14.0.0] (2022-10-25)
Summary
- Bugfix - Omit special characters in user avatar initials: #2070
- Bugfix - Avatar link icon: #2269
- Bugfix - Firefox drag & drop move of folders not possible: #7495
- Bugfix - Lazy loading render performance: #2260
- Bugfix - Modal input message overlays with buttons: #2343
- Bugfix - Remove width shrinking of the ocAvatarItem: #2241
- Bugfix - Remove click event on OcIcon: #2216
- Bugfix - Translate contextual helpers: #2334
- Change - Redesign contextual helper: #2271
- Change - Remove OcAlert component: #2210
- Change - Remove transition animations: #2210
- Change - Revamp animations: #2210
- Change - OcTable emit event data on row click: #2218
- Enhancement - Give OcModal the option to use OcContextualHelper: #2325
- Enhancement - Add nestedd drop functionality: #2238
- Enhancement - Add OcInfoDrop: #2286
- Enhancement - Add rounded prop to OcTag: #2284
- Enhancement - Adjust avatar font weight from bold to normal: #2275
- Enhancement - Align breadcrumb context menu with regular context menu: #2296
- Enhancement - Adjust breadcrumb spacing: #7676
- Enhancement - Button text align left: #7619
- Enhancement - OcCheckbox add outline: #2218
- Enhancement - Add offset property to the drop component: #7335
- Enhancement - Make UI smaller: #2270
- Enhancement - Oc-card style: #2306
- Enhancement - OcSelect dark mode improvements: #2262
- Enhancement - Progress bar indeterminate state: #2200
- Enhancement - Redesign notifications: #2210
- Enhancement - Remove border on buttons: #7353
- Enhancement - "Chancel"-button and -handler in OcSearchBar: #7617
- Enhancement - Select hover state: #7353
- Enhancement - Use Inter font: #2270
Details
-
Bugfix - Omit special characters in user avatar initials: #2070
We now make sure that user avatars without a picture (i.e. rendering user initials) only show
unicode letters and numbers. -
Bugfix - Avatar link icon: #2269
We've updated the avatar link icon to the current icon used in Web.
-
Bugfix - Firefox drag & drop move of folders not possible: #7495
We've fixed a bug in firefox which caused drag & drop move to redirect the page.
-
Bugfix - Lazy loading render performance: #2260
The render performance of the lazy loading option in tables (OcTable, OcTableSimple) has been
improved by removing the debounce option and by moving the lazy loading visualization from the
OcTd to the OcTr component. For lazy loading, the colspan property has to be provided now. -
Bugfix - Modal input message overlays with buttons: #2343
We've fixed a bug where the modal input message eventually overlays with the confirm and cancel
buttons. -
Bugfix - Remove width shrinking of the ocAvatarItem: #2241
We fixed an issue that the width of ocAvatarItem is shrinking in the sidebar of web by longer
group names -
Bugfix - Remove click event on OcIcon: #2216
We have removed an unnecessary default click handler on the OcIcon component, expecting it to
increase performance of the UI. -
Bugfix - Translate contextual helpers: #2334
We've fixed a bug where contextual helpers were not translated.
-
Change - Redesign contextual helper: #2271
We've redesigned the contextual helper, which accepts now a title property and is able to
display a description list. -
Change - Remove OcAlert component: #2210
-
Change - Remove transition animations: #2210
-
Change - Revamp animations: #2210
We have removed the old animation classes and will subsequently add new ones, respecting the
prefers-reduced-motion
browser setting. -
Change - OcTable emit event data on row click: #2218
We've extended the emit data on row click to now also include the event data
-
Enhancement - Give OcModal the option to use OcContextualHelper: #2325
We've added the option for OcModal to use OcContextualHelper
-
Enhancement - Add nestedd drop functionality: #2238
We've added the property "isNested" to ocDrop that prevents the parent drop from hiding by not
firing hideAll() in the child drop -
Enhancement - Add OcInfoDrop: #2286
We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper
component. -
Enhancement - Add rounded prop to OcTag: #2284
We've added a rounded property to the OcTag component
-
Enhancement - Adjust avatar font weight from bold to normal: #2275
-
Enhancement - Align breadcrumb context menu with regular context menu: #2296
We've aligned the breadcrumb context menu visually to match with the regular context menu in
the files table. -
Enhancement - Adjust breadcrumb spacing: #7676
We've adjusted some spacing in the breadcrumbs to improve the overall look.
owncloud/web#7676
https://github.com/owncloud/we...
14.0.0-alpha.22
Changelog for [14.0.0] (2022-10-04)
Summary
- Bugfix - Omit special characters in user avatar initials: #2070
- Bugfix - Avatar link icon: #2269
- Bugfix - Firefox drag & drop move of folders not possible: #7495
- Bugfix - Lazy loading render performance: #2260
- Bugfix - Remove width shrinking of the ocAvatarItem: #2241
- Bugfix - Remove click event on OcIcon: #2216
- Bugfix - Translate contextual helpers: #2334
- Change - Redesign contextual helper: #2271
- Change - Remove OcAlert component: #2210
- Change - Remove transition animations: #2210
- Change - Revamp animations: #2210
- Change - OcTable emit event data on row click: #2218
- Enhancement - Give OcModal the option to use OcContextualHelper: #2325
- Enhancement - Add nestedd drop functionality: #2238
- Enhancement - Add OcInfoDrop: #2286
- Enhancement - Add rounded prop to OcTag: #2284
- Enhancement - Adjust avatar font weight from bold to normal: #2275
- Enhancement - Align breadcrumb context menu with regular context menu: #2296
- Enhancement - Adjust breadcrumb spacing: #7676
- Enhancement - Button text align left: #7619
- Enhancement - OcCheckbox add outline: #2218
- Enhancement - Add offset property to the drop component: #7335
- Enhancement - Make UI smaller: #2270
- Enhancement - Oc-card style: #2306
- Enhancement - OcSelect dark mode improvements: #2262
- Enhancement - Progress bar indeterminate state: #2200
- Enhancement - Redesign notifications: #2210
- Enhancement - "Chancel"-button and -handler in OcSearchBar: #7617
- Enhancement - Use Inter font: #2270
Details
-
Bugfix - Omit special characters in user avatar initials: #2070
We now make sure that user avatars without a picture (i.e. rendering user initials) only show
unicode letters and numbers. -
Bugfix - Avatar link icon: #2269
We've updated the avatar link icon to the current icon used in Web.
-
Bugfix - Firefox drag & drop move of folders not possible: #7495
We've fixed a bug in firefox which caused drag & drop move to redirect the page.
-
Bugfix - Lazy loading render performance: #2260
The render performance of the lazy loading option in tables (OcTable, OcTableSimple) has been
improved by removing the debounce option and by moving the lazy loading visualization from the
OcTd to the OcTr component. For lazy loading, the colspan property has to be provided now. -
Bugfix - Remove width shrinking of the ocAvatarItem: #2241
We fixed an issue that the width of ocAvatarItem is shrinking in the sidebar of web by longer
group names -
Bugfix - Remove click event on OcIcon: #2216
We have removed an unnecessary default click handler on the OcIcon component, expecting it to
increase performance of the UI. -
Bugfix - Translate contextual helpers: #2334
We've fixed a bug where contextual helpers were not translated.
-
Change - Redesign contextual helper: #2271
We've redesigned the contextual helper, which accepts now a title property and is able to
display a description list. -
Change - Remove OcAlert component: #2210
-
Change - Remove transition animations: #2210
-
Change - Revamp animations: #2210
We have removed the old animation classes and will subsequently add new ones, respecting the
prefers-reduced-motion
browser setting. -
Change - OcTable emit event data on row click: #2218
We've extended the emit data on row click to now also include the event data
-
Enhancement - Give OcModal the option to use OcContextualHelper: #2325
We've added the option for OcModal to use OcContextualHelper
-
Enhancement - Add nestedd drop functionality: #2238
We've added the property "isNested" to ocDrop that prevents the parent drop from hiding by not
firing hideAll() in the child drop -
Enhancement - Add OcInfoDrop: #2286
We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper
component. -
Enhancement - Add rounded prop to OcTag: #2284
We've added a rounded property to the OcTag component
-
Enhancement - Adjust avatar font weight from bold to normal: #2275
-
Enhancement - Align breadcrumb context menu with regular context menu: #2296
We've aligned the breadcrumb context menu visually to match with the regular context menu in
the files table. -
Enhancement - Adjust breadcrumb spacing: #7676
We've adjusted some spacing in the breadcrumbs to improve the overall look.
-
Enhancement - Button text align left: #7619
We've changed the text alignment of buttons to left.
-
Enhancement - OcCheckbox add outline: #2218
We've added an optional outline to be able to highlight the checkbox
-
Enhancement - A...
14.0.0-alpha.21
tmp/CHANGELOG.md
14.0.0-alpha.20
tmp/CHANGELOG.md
14.0.0-alpha.19
tmp/CHANGELOG.md