Skip to content

Releases: mui/mui-x

v7.21.0

17 Oct 16:16
c54b77c
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

Special thanks go out to the community contributors who have helped make this release possible:
@k-rajat19, @kalyan90, @rotembarsela, @wangkailang.
Following are all team members who have contributed to this release:
@arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @arminmeh, @romgrk, @KenanYusuf, @oliviertassinari, @samuelsycamore.

Data Grid

@mui/x-data-grid@7.21.0

  • [DataGrid] Fix onRowSelectionModelChange firing unnecessarily on initial render (#14909) @MBilalShafi
  • [DataGrid] Fix onRowSelectionModelChange not being called after row is removed (#14972) @arminmeh
  • [DataGrid] Fix pagination scrollbar issue on small zoom (#14911) @cherniavskii
  • [DataGrid] Fix scroll jumping (#14929) @romgrk
  • [DataGrid] Fix excessive white space at the end of the Data Grid (#14864) @kalyan90

@mui/x-data-grid-pro@7.21.0 pro

Same changes as in @mui/x-data-grid@7.21.0, plus:

@mui/x-data-grid-premium@7.21.0 premium

Same changes as in @mui/x-data-grid-pro@7.21.0.

Date and Time Pickers

@mui/x-date-pickers@7.21.0

@mui/x-date-pickers-pro@7.21.0 pro

Same changes as in @mui/x-date-pickers@7.21.0.

Charts

@mui/x-charts@7.21.0

  • [charts] Allow dataset to be used with the Scatter Chart (#14915) @JCQuintas
  • [charts] Ensure reduce motion preference disables animation on page load (#14417) @JCQuintas

@mui/x-charts-pro@7.0.0-beta.5 pro

Same changes as in @mui/x-charts@7.21.0.

Tree View

@mui/x-tree-view@7.21.0

@mui/x-codemod@7.21.0

Docs

Core

v7.20.0

11 Oct 09:38
d114e96
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 📚 Updated "What's new" page giving more detailed overview of the latest new features and other highlights
  • 📚 New collapsible column groups demo for the Data Grid component
  • 📚 New Tree Item Customization documentation to learn how to use the new APIs to create custom Tree Items. The old APIs (props.ContentComponent and props.ContentProps) have been deprecated and will be removed in the new major version of the Tree View component.
  • 🌍 Improve Japanese (ja-JP) locale on the Data Grid component
  • 🐞 Bugfixes
  • 📚 Other documentation improvements

Special thanks go out to the community contributors who have helped make this release possible:
@k-rajat19, @kalyan90, @uma-neko, @vfbiby.
Following are all team members who have contributed to this release: @alelthomas, @arminmeh, @arthurbalduini,
@cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @noraleonte, @oliviertassinari, @samuelsycamore, @siriwatknp.

Data Grid

@mui/x-data-grid@7.20.0

@mui/x-data-grid-pro@7.20.0 pro

Same changes as in @mui/x-data-grid@7.20.0, plus:

@mui/x-data-grid-premium@7.20.0 premium

Same changes as in @mui/x-data-grid-pro@7.20.0.

Date and Time Pickers

@mui/x-date-pickers@7.20.0

  • [pickers] Add PageUp and PageDown support for time components (#14812) @arthurbalduini
  • [pickers] Fix regression on PickerValidDate (#14896) @flaviendelangle
  • [pickers] Move the DateFieldInPickerProps interface to the DatePicker folder and rename it DatePickerFieldProps (same for time and date time) (#14828) @flaviendelangle

@mui/x-date-pickers-pro@7.20.0 pro

Same changes as in @mui/x-date-pickers@7.20.0.

Charts

@mui/x-charts@7.20.0

No changes since @mui/x-charts@v7.19.0.

@mui/x-charts-pro@7.0.0-beta.4 pro

Same changes as in @mui/x-charts@7.20.0.

Tree View

@mui/x-tree-view@7.20.0

Docs

Core

v7.19.0

04 Oct 19:31
5260148
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:

  • 🔁 Automatic parents and children selection for Data Grid "tree data" and "row grouping" features
  • 💫 Support minHeight and maxHeight on flex parent container for the Data Grid component
  • 🎁 Export publicAPI from the useTreeItem2Utils hook for the Tree View
  • 🌍 Improve Bulgarian (bg-BG), Croatian (hr-HR), French (fr-FR), German (de-DE), Japanese (ja-JP) and Vietnamese (vi-VN) locales and add Portuguese (pt-PT) locale on the Data Grid component
  • 🌏 Improve Czech (cs-CZ) and Portuguese (pt-BR) locales and add Bulgarian (bg-BG), Croatian (hr-HR) and Portuguese (pt-PT) locales on the Pickers components
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to our community contributors who have helped make this release possible:
@AWAIS97, @chucamphong, @GMchris, @JakubSveda, @k-rajat19, @k725, @lhilgert9, @ruiaraujo012, @Sanderand, @thomasmoon, @vallereaugabriel.
Following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @arthurbalduini, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @MBilalShafi, @michelengelen, @noraleonte, @oliviertassinari, @romgrk, @sai6855, @samuelsycamore.

Data Grid

@mui/x-data-grid@7.19.0

@mui/x-data-grid-pro@7.19.0 pro

Same changes as in @mui/x-data-grid@7.19.0, plus:

  • [DataGridPro] Fix dragging styles removal in column reorder (#14680) @k-rajat19
  • [DataGridPro] Fix row pre-processing running with a stale data source (#14810) @MBilalShafi
  • [DataGridPro] Fix onRowsScrollEnd not firing on very fast scrolling (#14171) @arminmeh

@mui/x-data-grid-premium@7.19.0 premium

Same changes as in @mui/x-data-grid-pro@7.19.0, plus:

Date and Time Pickers

@mui/x-date-pickers@7.19.0

@mui/x-date-pickers-pro@7.19.0 pro

Same changes as in @mui/x-date-pickers@7.19.0.

Charts

@mui/x-charts@7.19.0

@mui/x-charts-pro@7.0.0-beta.3 pro

Same changes as in @mui/x-charts@7.19.0.

Tree View

@mui/x-tree-view@7.19.0

Docs

Core

v7.18.0

20 Sep 08:22
ae3659d
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 💫 Support Row spanning on the Data Grid that automatically merges the consecutive cells in a column based on the cell value

    data grid row spanning
  • ⏰ Support date-fns v4 (#14673) @LukasTy

  • 🎉 Add option for Pickers to change the order of displayed years (#11780) @thomasmoon

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.18.0

@mui/x-data-grid-pro@7.18.0 pro

Same changes as in @mui/x-data-grid@7.18.0, plus:

  • [DataGridPro] Fix onRowsScrollEnd being triggered instantly when bottom pinned row is present (#14602) @arminmeh
  • [DataGridPro] Fix header filters rendering issue for isEmpty and isNotEmpty filter operators (#14493) @k-rajat19
  • [DataGridPro] Fix pinned columns in RTL mode (#14586) @KenanYusuf

@mui/x-data-grid-premium@7.18.0 premium

Same changes as in @mui/x-data-grid-pro@7.18.0.

Date and Time Pickers

@mui/x-date-pickers@7.18.0

@mui/x-date-pickers-pro@7.18.0 pro

Same changes as in @mui/x-date-pickers@7.18.0.

Charts

@mui/x-charts@7.18.0

@mui/x-charts-pro@7.0.0-beta.1 pro

Same changes as in @mui/x-charts@7.18.0.

Tree View

@mui/x-tree-view@7.18.0

Docs

Core

v6.20.5

20 Sep 08:11
dfcc954
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid-premium@6.20.5 premium

  • [DataGridPremium] Fix onCellSelectionModelChange not triggered when additional cell range is selected (#14650) @arminmeh

Docs

Core

v7.17.0

13 Sep 12:42
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 📊 Charts performance improvement
  • 🧑‍💻 New Data Grid custom columns demo
  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🌍 Improve Hungarian (hu-HU) locale on the Data Grid

Data Grid

@mui/x-data-grid@7.17.0

@mui/x-data-grid-pro@7.17.0 pro

Same changes as in @mui/x-data-grid@7.17.0.

@mui/x-data-grid-premium@7.17.0 premium

Same changes as in @mui/x-data-grid-pro@7.17.0.

Date and Time Pickers

@mui/x-date-pickers@7.17.0

@mui/x-date-pickers-pro@7.17.0 pro

Same changes as in @mui/x-date-pickers@7.17.0, plus:

  • [DateRangePicker] Fix currentMonthCalendarPosition not scrolling to future sibling (#14442) @GMchris

Charts

@mui/x-charts@7.17.0

@mui/x-charts-pro@7.0.0-beta.1 pro

Same changes as in @mui/x-charts@7.17.0.

Tree View

@mui/x-tree-view@7.17.0

Docs

Core

v7.16.0

05 Sep 14:43
37a9af8
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

  • 🎨 Update the design of Data Grid column headers (#14293)
  • 🧠 Add the slots concept introduction documentation page (#13881)
  • 🌍 Improve Chinese (zh-CN) and Dutch (nl-NL) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.16.0

@mui/x-data-grid-pro@7.16.0 pro

Same changes as in @mui/x-data-grid@7.16.0, plus:

@mui/x-data-grid-premium@7.16.0 premium

Same changes as in @mui/x-data-grid-pro@7.16.0.

Date and Time Pickers

@mui/x-date-pickers@7.16.0

@mui/x-date-pickers-pro@7.16.0 pro

Same changes as in @mui/x-date-pickers@7.16.0.

Charts

@mui/x-charts@7.16.0

@mui/x-charts-pro@7.0.0-beta.0 pro

Same changes as in @mui/x-charts@7.16.0, plus:

  • [charts-pro] Fix props and automated documentation on BarChartPro and LineChartPro (#14391) @JCQuintas

Tree View

@mui/x-tree-view@7.16.0

@mui/x-codemod@7.16.0

Docs

Core

v7.15.0

29 Aug 13:22
cf441ec
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:

You can now use MUI X components with either v5 or v6 of @mui/material package 🎉

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid-pro@7.15.0 pro

@mui/x-data-grid-premium@7.15.0 premium

Same changes as in @mui/x-data-grid-pro@7.15.0.

Date and Time Pickers

@mui/x-date-pickers@7.15.0

@mui/x-date-pickers-pro@7.15.0 pro

Same changes as in @mui/x-date-pickers@7.15.0, plus:

Charts

@mui/x-charts@7.15.0

@mui/x-charts-pro@7.0.0-alpha.3 pro

Same changes as in @mui/x-charts@7.15.0, plus:

  • [charts pro] Avoid relative reference to @mui/x-charts package (#14335) @LukasTy

Docs

Core

v7.14.0

23 Aug 10:39
b321b40
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 💫 Allow filtering the axis on zoom, making the axis adapt by removing values outside the view.

    filtering the axis on zoom
  • 📊 Improve bar chart performances

  • 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid

  • 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@7.14.0

@mui/x-data-grid-pro@7.14.0 pro

Same changes as in @mui/x-data-grid@7.14.0.

@mui/x-data-grid-premium@7.14.0 premium

Same changes as in @mui/x-data-grid-pro@7.14.0, plus:

  • [DataGridPremium] Fix clipboard paste not working for a single cell on non-first page (#14261) @arminmeh
  • [DataGridPremium] Fix onCellSelectionModelChange not triggered when additional cell range is selected (#14199) @arminmeh

Date and Time Pickers

@mui/x-date-pickers@7.14.0

@mui/x-date-pickers-pro@7.14.0 pro

Same changes as in @mui/x-date-pickers@7.14.0.

Charts

@mui/x-charts@7.14.0

@mui/x-charts-pro@7.0.0-alpha.2 pro

Same changes as in @mui/x-charts@7.14.0, plus:

Docs

Core

v7.13.0

16 Aug 13:58
c911ad5
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

358562148-1a6cf765-2dc8-4906-bd93-139086eed148.mp4
  • 🔧 Improve rows accessibility on the Data Grid features "Tree Data" and "Row Grouping". Certain "Row Grouping" accessibility updates will only be applied if experimental feature flag is enabled. See the documentation for more information.
  • 🌍 Improve Vietnamese (vi-VN) locale on the Data Grid
  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@7.13.0

@mui/x-data-grid-pro@7.13.0 pro

Same changes as in @mui/x-data-grid@7.13.0, plus:

  • [DataGridPro] Fix Tree Data and Row Grouping rows accessibility (#13623) @arminmeh

@mui/x-data-grid-premium@7.13.0 premium

Same changes as in @mui/x-data-grid-pro@7.13.0.

Date and Time Pickers

@mui/x-date-pickers@7.13.0

  • [pickers] Fix date and time merging to retain milliseconds (#14173) @LukasTy

@mui/x-date-pickers-pro@7.13.0 pro

Same changes as in @mui/x-date-pickers@7.13.0.

Charts

@mui/x-charts@7.13.0

@mui/x-date-charts-pro@7.0.0-alpha.1 pro

Same changes as in @mui/x-charts@7.13.0.

Tree View

@mui/x-tree-view@7.13.0

Docs

Core