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

2.1.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 19 Jan 16:40
· 2540 commits to master since this release

Changelog for [2.1.0] (2021-01-19)

Summary

  • Change - Create new table component: #1177
  • Enhancement - Introduce breakpoints tokens and utility classes: #1045
  • Enhancement - Create new files table component: #1177

Details

  • Change - Create new table component: #1177

    We've dropped the table component and created a new one from scratch. The new component is
    defining its fields and data via props. To still use more "traditional" table, take a look at
    component OcTableSimple.

    owncloud/ocis#1177
    #1034
    #1050

  • Enhancement - Introduce breakpoints tokens and utility classes: #1045

    We've added tokens and utility classes to dynamically display/hide content depending on the
    breakpoints.

    #1045

  • Enhancement - Create new files table component: #1177

    We've built a new files table component which has a set of pre-defined fields. Which fields will
    be displayed depends on the provided resources. This component also wraps a few other
    components:

    • OcResource - OcAvatarGroup

    owncloud/ocis#1177
    #1034
    #1050