Skip to content

Data table breaking change

Compare
Choose a tag to compare
@MaximBalaganskiy MaximBalaganskiy released this 26 Feb 03:56
· 306 commits to master since this release

5.0.0 (2021-02-26)

BREAKING CHANGES

  • data-table: the data table markup has been refactored to allow for more flexibility with table rows. In a nutshell, the element template should now be a valid HTML table. Table rows MUST be annotated with the mdc-data-table-row attribute.

Features

  • data-table: rework markup (92d7b43)