This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
2.1.0
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
componentOcTableSimple
. -
Enhancement - Introduce breakpoints tokens and utility classes: #1045
We've added tokens and utility classes to dynamically display/hide content depending on the
breakpoints. -
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