Skip to content

Releases: mui/mui-x

v7.22.1

01 Nov 05:51
3ea4248
Compare
Choose a tag to compare

Nov 1, 2024

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🌍 Improve Polish (pl-PL) locale on the Date Pickers

Special thanks go out to the community contributors who have helped make this release possible:
@wojtkolos, @dpak-maurya, @k-rajat19.
Following are all team members who have contributed to this release:
@LukasTy, @arminmeh, @MBilalShafi, @KenanYusuf, @flaviendelangle.

Data Grid

@mui/x-data-grid@7.22.1

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

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

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

  • [DataGridPremium] Keep focus on the grouping cell on space bar press #15155 @k-rajat19

Date and Time Pickers

@mui/x-date-pickers@7.22.1

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

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

Tree View

@mui/x-tree-view@7.22.1

  • [TreeView] Export TreeItem2DragAndDropOverlay and TreeItem2LabelInput from the root of each package (#15208) @flaviendelangle
  • [TreeView] Fix drag and drop color usage (#15149) @LukasTy

@mui/x-tree-view-pro@7.22.1 pro

Same changes as in @mui/x-tree-view@7.22.1.

Docs

  • [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#15199) @arminmeh

v7.22.0

25 Oct 15:33
70b178c
Compare
Choose a tag to compare

We'd like to offer a big thanks to the 11 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:
@clins1994, @GITPHLAP, @k-rajat19, @kalyan90, @merotosc, @yash49.
Following are all team members who have contributed to this release:
@cherniavskii, @flaviendelangle, @LukasTy, @MBilalShafi, @romgrk.

Data Grid

@mui/x-data-grid@7.22.0

  • [DataGrid] Fix GridPanelAnchor positioning (#15022) @k-rajat19
  • [DataGrid] Fix ugly prop-types for the pageStyle prop of the GridPrintExportMenuItem component (#15015) @flaviendelangle
  • [DataGrid] Fix value type in filter model for number and boolean column type (#14733) @k-rajat19
  • [DataGrid] Focus next row when the focused row is deleted (#15067) @cherniavskii
  • [DataGrid] Remove some usages of <Box /> and <Badge /> (#15013) @romgrk
  • [DataGrid] Fix number of rows to display for page size options with negative value (#14890) @kalyan90
  • [l10n] Improve Portuguese (pt-BR) locale (#15021) @k-rajat19

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.22.0

  • [pickers] Fix DateCalendar timezone management (#15119) @LukasTy
  • [pickers] Fix DigitalClock time options on a DST switch day (#15092) @LukasTy

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

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

Charts

@mui/x-charts@7.22.0

  • [charts] Export data type in onAxisClick(_, data) callback (#15038) @clins1994

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

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

Tree View

@mui/x-tree-view@7.22.0

Docs

Core

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