Skip to content

Releases: mui/mui-x

v4.0.0-alpha.13

16 Dec 12:58
Compare
Choose a tag to compare

Big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

  • 🐛 Fix bugs from recently released features.
  • 🧪 Continue the iteration on the data grid filtering feature, soon to be released @dtassone.

@material-ui/x-grid@v4.0.0-alpha.13 / @material-ui/data-grid@v4.0.0-alpha.13

Docs

Core

v4.0.0-alpha.12

09 Dec 12:04
Compare
Choose a tag to compare

Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • 🔍 Add a new data grid density selector feature (#606) @DanailH.
  • 💄 A first iteration on the data grid's toolbar.
  • 🧪 Continue the iteration on the data grid filtering feature, soon to be released @dtassone.

@material-ui/x-grid@v4.0.0-alpha.12 / @material-ui/data-grid@v4.0.0-alpha.12

Changes

Docs

Core

v4.0.0-alpha.11

02 Dec 12:10
Compare
Choose a tag to compare

Big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:

  • 🐛 Fix bugs from recently released features.
  • 🧪 Iterate on the upcoming filtering feature under an undocumented prop.

@material-ui/x-grid@v4.0.0-alpha.11 / @material-ui/data-grid@v4.0.0-alpha.11

Breaking changes

  • [XGrid] Rows refactoring, flatten RowModel, remove RowData (#668) @dtassone

    These changes simplify the API and avoid confusion between RowData and RowModel.
    Now we only have RowModel which is a flat object containing an id and the row data. It is the same object as the items of the rows prop array.

    The API to change update the rows using apiRef has changed:

    -apiRef.current.updateRowDate()
    +apiRef.current.updateRows()
    -apiRef.current.setRowModels()
    +apiRef.current.setRows()

    apiRef.current.updateRowModels has been removed, please use apiRef.current.updateRows.

Changes

Docs

Core

v4.0.0-alpha.10 (Nov 20, 2020)

20 Nov 11:15
Compare
Choose a tag to compare

@material-ui/x-grid@v4.0.0-alpha.10 / @material-ui/data-grid@v4.0.0-alpha.10

Docs

  • [docs] Update feature comparison table for Column reorder @DanailH

Core

v4.0.0-alpha.9 (Nov 9, 2020)

09 Nov 22:09
036e2de
Compare
Choose a tag to compare

@material-ui/x-grid@v4.0.0-alpha.9 / @material-ui/data-grid@v4.0.0-alpha.9

Docs

Core

v4.0.0-alpha.8 (Oct 23, 2020)

23 Oct 21:17
Compare
Choose a tag to compare

@material-ui/x-grid@v4.0.0-alpha.8 / @material-ui/data-grid@v4.0.0-alpha.8

Core

v4.0.0-alpha.7 (Oct 19, 2020)

19 Oct 11:10
Compare
Choose a tag to compare

@material-ui/x-grid@v4.0.0-alpha.7 / @material-ui/data-grid@v4.0.0-alpha.7

Docs

Core

v4.0.0-alpha.6 (Sep 25, 2020)

25 Sep 20:07
b7b7425
Compare
Choose a tag to compare

@material-ui/x-grid@v4.0.0-alpha.6 / @material-ui/data-grid@v4.0.0-alpha.6

Docs

v4.0.0-alpha.2 (Sept 25, 2020)

25 Sep 20:11
6774900
Compare
Choose a tag to compare

@material-ui/x-grid@v4.0.0-alpha.2 / @material-ui/data-grid@v4.0.0-alpha.2

v4.0.0-alpha.1 (Sep 17, 2020)

17 Sep 16:16
ea00ff3
Compare
Choose a tag to compare

This is the first public alpha release of the component after 6 months of development since the initial commit (March 15th 2020).
@material-ui/data-grid is licensed under MIT while @material-ui/x-grid is licensed under a commercial license.
You can find the documentation at this address: https://material-ui.com/components/data-grid/.

@material-ui/x-grid@v4.0.0-alpha.1 / @material-ui/data-grid@v4.0.0-alpha.1

Docs