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

Releases: owncloud/owncloud-design-system

14.0.0-alpha.18

09 Sep 11:43
Compare
Choose a tag to compare
14.0.0-alpha.18 Pre-release
Pre-release

tmp/CHANGELOG.md

14.0.0-alpha.17

08 Sep 09:36
788fd1e
Compare
Choose a tag to compare
14.0.0-alpha.17 Pre-release
Pre-release

Changelog for [14.0.0] (2022-09-08)

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
  • 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 - 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 - 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 - 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.

    #2070
    #2267

  • Bugfix - Avatar link icon: #2269

    We've updated the avatar link icon to the current icon used in Web.

    owncloud/web#7345
    #2269

  • 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.

    owncloud/web#7495
    #2302

  • 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.

    owncloud/web#7038
    #2260
    #2266

  • 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

    #2241
    #2242

  • 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.

    #2216

  • 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.

    owncloud/web#7331
    #2271
    #2273

  • Change - Remove OcAlert component: #2210

    #2210

  • Change - Remove transition animations: #2210

    #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.

    #2210

  • 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

    owncloud/web#6029
    #2218

  • 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

    #2238
    #2239

  • Enhancement - Add OcInfoDrop: #2286

    We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper
    component.

    #2286

  • Enhancement - Add rounded prop to OcTag: #2284

    We've added a rounded property to the OcTag component

    #2284

  • Enhancement - Adjust avatar font weight from bold to normal: #2275

    #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.

    owncloud/web#7493
    #2296

  • Enhancement - OcCheckbox add outline: #2218

    We've added an optional outline to be able to highlight the checkbox

    owncloud/web#6029
    #2218

  • Enhancement - Add offset property to the drop component: #7335

    We've added an offset property to the drop component to define a custom offset. Also, the max
    width of drop menus was increased to 400px.

    owncloud/web#7335
    #2276

  • Enhancement - Make UI smaller: #2270

    We've adjusted several values to make the UI appear less big.

    #2270

  • Enhancement - Oc-card style: #2306

    We've enhanced the oc-card style classes, to fit better in the corporate design

    owncloud/web#7537
    #2306

  • Enhancement - OcSelect dark mode improvements: #2262

    We've improved the visual appearance of the OcSelect component in dark mode, now the selected
    items have an adjusted color and are easier to read.

    owncloud/web#7269
    #2262

  • Enhancement - Progress bar indeterminate state: #2200

    We've added an indeterminate state to the progress bar.

    owncloud/web#7105
    https://github.com/owncloud/owncloud-design-system/...

Read more

14.0.0-alpha.16

20 Aug 10:54
e7d4a4a
Compare
Choose a tag to compare
14.0.0-alpha.16 Pre-release
Pre-release

Changelog for [14.0.0] (2022-08-19)

Summary

  • Bugfix - Omit special characters in user avatar initials: #2070
  • Bugfix - Avatar link icon: #2269
  • Bugfix - Lazy loading render performance: #2260
  • Bugfix - Remove width shrinking of the ocAvatarItem: #2241
  • Bugfix - Remove click event on OcIcon: #2216
  • 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 - 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 - OcCheckbox add outline: #2218
  • Enhancement - Add offset property to the drop component: #7335
  • Enhancement - Make UI smaller: #2270
  • Enhancement - OcSelect dark mode improvements: #2262
  • Enhancement - Progress bar indeterminate state: #2200
  • Enhancement - Redesign notifications: #2210
  • 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.

    #2070
    #2267

  • Bugfix - Avatar link icon: #2269

    We've updated the avatar link icon to the current icon used in Web.

    owncloud/web#7345
    #2269

  • 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.

    owncloud/web#7038
    #2260
    #2266

  • 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

    #2241
    #2242

  • 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.

    #2216

  • 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.

    owncloud/web#7331
    #2271
    #2273

  • Change - Remove OcAlert component: #2210

    #2210

  • Change - Remove transition animations: #2210

    #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.

    #2210

  • 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

    owncloud/web#6029
    #2218

  • 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

    #2238
    #2239

  • Enhancement - Add OcInfoDrop: #2286

    We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper
    component.

    #2286

  • Enhancement - Add rounded prop to OcTag: #2284

    We've added a rounded property to the OcTag component

    #2284

  • Enhancement - Adjust avatar font weight from bold to normal: #2275

    #2275

  • Enhancement - OcCheckbox add outline: #2218

    We've added an optional outline to be able to highlight the checkbox

    owncloud/web#6029
    #2218

  • Enhancement - Add offset property to the drop component: #7335

    We've added an offset property to the drop component to define a custom offset. Also, the max
    width of drop menus was increased to 400px.

    owncloud/web#7335
    #2276

  • Enhancement - Make UI smaller: #2270

    We've adjusted several values to make the UI appear less big.

    #2270

  • Enhancement - OcSelect dark mode improvements: #2262

    We've improved the visual appearance of the OcSelect component in dark mode, now the selected
    items have an adjusted color and are easier to read.

    owncloud/web#7269
    #2262

  • Enhancement - Progress bar indeterminate state: #2200

    We've added an indeterminate state to the progress bar.

    owncloud/web#7105
    #2200

  • Enhancement - Redesign notifications: #2210

    We have redesigned the notifications component to fit the overal new look of the web frontend,
    e.g. adding shadow and rounded corners. It can now also be rendered "unpositioned" instead of
    having it always stick to the top of the screen.

    owncloud/web#7082
    #2210
    #2216

  • Enhancement - Use Inter font: #2270

    We've switched the default font from Roboto to Inter.

    #2270

14.0.0-alpha.15

19 Aug 17:09
d4f1c5a
Compare
Choose a tag to compare
14.0.0-alpha.15 Pre-release
Pre-release

Changelog for [14.0.0] (2022-08-19)

Summary

  • Bugfix - Omit special characters in user avatar initials: #2070
  • Bugfix - Avatar link icon: #2269
  • Bugfix - Lazy loading render performance: #2260
  • Bugfix - Remove width shrinking of the ocAvatarItem: #2241
  • Bugfix - Remove click event on OcIcon: #2216
  • 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 - 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 - OcCheckbox add outline: #2218
  • Enhancement - Add offset property to the drop component: #7335
  • Enhancement - Make UI smaller: #2270
  • Enhancement - OcSelect dark mode improvements: #2262
  • Enhancement - Progress bar indeterminate state: #2200
  • Enhancement - Redesign notifications: #2210
  • 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.

    #2070
    #2267

  • Bugfix - Avatar link icon: #2269

    We've updated the avatar link icon to the current icon used in Web.

    owncloud/web#7345
    #2269

  • 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.

    owncloud/web#7038
    #2260
    #2266

  • 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

    #2241
    #2242

  • 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.

    #2216

  • 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.

    owncloud/web#7331
    #2271
    #2273

  • Change - Remove OcAlert component: #2210

    #2210

  • Change - Remove transition animations: #2210

    #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.

    #2210

  • 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

    owncloud/web#6029
    #2218

  • 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

    #2238
    #2239

  • Enhancement - Add OcInfoDrop: #2286

    We've added the new component OcInfoDrop, which will be consumed by the OcContextualHelper
    component.

    #2286

  • Enhancement - Add rounded prop to OcTag: #2284

    We've added a rounded property to the OcTag component

    #2284

  • Enhancement - Adjust avatar font weight from bold to normal: #2275

    #2275

  • Enhancement - OcCheckbox add outline: #2218

    We've added an optional outline to be able to highlight the checkbox

    owncloud/web#6029
    #2218

  • Enhancement - Add offset property to the drop component: #7335

    We've added an offset property to the drop component to define a custom offset. Also, the max
    width of drop menus was increased to 400px.

    owncloud/web#7335
    #2276

  • Enhancement - Make UI smaller: #2270

    We've adjusted several values to make the UI appear less big.

    #2270

  • Enhancement - OcSelect dark mode improvements: #2262

    We've improved the visual appearance of the OcSelect component in dark mode, now the selected
    items have an adjusted color and are easier to read.

    owncloud/web#7269
    #2262

  • Enhancement - Progress bar indeterminate state: #2200

    We've added an indeterminate state to the progress bar.

    owncloud/web#7105
    #2200

  • Enhancement - Redesign notifications: #2210

    We have redesigned the notifications component to fit the overal new look of the web frontend,
    e.g. adding shadow and rounded corners. It can now also be rendered "unpositioned" instead of
    having it always stick to the top of the screen.

    owncloud/web#7082
    #2210
    #2216

  • Enhancement - Use Inter font: #2270

    We've switched the default font from Roboto to Inter.

    #2270

14.0.0-alpha.14

05 Aug 10:50
Compare
Choose a tag to compare
14.0.0-alpha.14 Pre-release
Pre-release

tmp/CHANGELOG.md

14.0.0-alpha.13

04 Aug 09:57
Compare
Choose a tag to compare
14.0.0-alpha.13 Pre-release
Pre-release

Changelog for [14.0.0] (2022-06-22)

Summary

  • Bugfix - Omit special characters in user avatar initials: #2070
  • Bugfix - Avatar link icon: #2269
  • Bugfix - Lazy loading render performance: #2260
  • Bugfix - Remove width shrinking of the ocAvatarItem: #2241
  • Bugfix - Remove click event on OcIcon: #2216
  • 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 - Add nestedd drop functionality: #2238
  • Enhancement - Add rounded prop to OcTag: #2284
  • Enhancement - Adjust avatar font weight from bold to normal: #2275
  • Enhancement - OcCheckbox add outline: #2218
  • Enhancement - Add offset property to the drop component: #7335
  • Enhancement - OcSelect dark mode improvements: #2262
  • Enhancement - Progress bar indeterminate state: #2200
  • Enhancement - Redesign notifications: #2210

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.

    #2070
    #2267

  • Bugfix - Avatar link icon: #2269

    We've updated the avatar link icon to the current icon used in Web.

    owncloud/web#7345
    #2269

  • 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.

    owncloud/web#7038
    #2260
    #2266

  • 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

    #2241
    #2242

  • 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.

    #2216

  • 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.

    owncloud/web#7331
    #2271
    #2273

  • Change - Remove OcAlert component: #2210

    #2210

  • Change - Remove transition animations: #2210

    #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.

    #2210

  • 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

    owncloud/web#6029
    #2218

  • 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

    #2238
    #2239

  • Enhancement - Add rounded prop to OcTag: #2284

    We've added a rounded property to the OcTag component

    #2284

  • Enhancement - Adjust avatar font weight from bold to normal: #2275

    #2275

  • Enhancement - OcCheckbox add outline: #2218

    We've added an optional outline to be able to highlight the checkbox

    owncloud/web#6029
    #2218

  • Enhancement - Add offset property to the drop component: #7335

    We've added an offset property to the drop component to define a custom offset. Also, the max
    width of drop menus was increased to 400px.

    owncloud/web#7335
    #2276

  • Enhancement - OcSelect dark mode improvements: #2262

    We've improved the visual appearance of the OcSelect component in dark mode, now the selected
    items have an adjusted color and are easier to read.

    owncloud/web#7269
    #2262

  • Enhancement - Progress bar indeterminate state: #2200

    We've added an indeterminate state to the progress bar.

    owncloud/web#7105
    #2200

  • Enhancement - Redesign notifications: #2210

    We have redesigned the notifications component to fit the overal new look of the web frontend,
    e.g. adding shadow and rounded corners. It can now also be rendered "unpositioned" instead of
    having it always stick to the top of the screen.

    owncloud/web#7082
    #2210
    #2216

14.0.0-alpha.12

01 Aug 09:42
Compare
Choose a tag to compare
14.0.0-alpha.12 Pre-release
Pre-release

tmp/CHANGELOG.md

14.0.0-alpha.11

29 Jul 12:29
Compare
Choose a tag to compare
14.0.0-alpha.11 Pre-release
Pre-release

tmp/CHANGELOG.md

14.0.0-alpha.10

29 Jul 07:25
Compare
Choose a tag to compare
14.0.0-alpha.10 Pre-release
Pre-release

tmp/CHANGELOG.md

14.0.0-alpha.9

28 Jul 17:25
Compare
Choose a tag to compare
14.0.0-alpha.9 Pre-release
Pre-release

Changelog for [14.0.0] (2022-06-28)

Summary

  • Bugfix - Omit special characters in user avatar initials: #2070
  • Bugfix - Avatar link icon: #2269
  • Bugfix - Lazy loading render performance: #2260
  • Bugfix - Remove width shrinking of the ocAvatarItem: #2241
  • Bugfix - Remove click event on OcIcon: #2216
  • 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 - Add nestedd drop functionality: #2238
  • Enhancement - OcCheckbox add outline: #2218
  • Enhancement - OcSelect dark mode improvements: #2262
  • Enhancement - Progress bar indeterminate state: #2200
  • Enhancement - Redesign notifications: #2210

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.

    #2070
    #2267

  • Bugfix - Avatar link icon: #2269

    We've updated the avatar link icon to the current icon used in Web.

    owncloud/web#7345
    #2269

  • 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.

    owncloud/web#7038
    #2260
    #2266

  • 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

    #2241
    #2242

  • 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.

    #2216

  • 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.

    owncloud/web#7331
    #2271

  • Change - Remove OcAlert component: #2210

    #2210

  • Change - Remove transition animations: #2210

    #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.

    #2210

  • 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

    owncloud/web#6029
    #2218

  • 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

    #2238
    #2239

  • Enhancement - OcCheckbox add outline: #2218

    We've added an optional outline to be able to highlight the checkbox

    owncloud/web#6029
    #2218

  • Enhancement - OcSelect dark mode improvements: #2262

    We've improved the visual appearance of the OcSelect component in dark mode, now the selected
    items have an adjusted color and are easier to read.

    owncloud/web#7269
    #2262

  • Enhancement - Progress bar indeterminate state: #2200

    We've added an indeterminate state to the progress bar.

    owncloud/web#7105
    #2200

  • Enhancement - Redesign notifications: #2210

    We have redesigned the notifications component to fit the overal new look of the web frontend,
    e.g. adding shadow and rounded corners. It can now also be rendered "unpositioned" instead of
    having it always stick to the top of the screen.

    owncloud/web#7082
    #2210
    #2216