yarn @mui/x-date-pickers 7.12.0
v7.12.0

latest releases: 7.17.0, 7.16.0, 7.15.0...
one month ago

💵 Our commercial offering is evolving

The Pro plan is receiving two new packages:

  • @mui/x-tree-view-pro (available today!)
  • @mui/x-charts-pro (available in the coming weeks)

As always, every feature released as part of the MIT plan will remain free and MIT licensed forever.

This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the Upcoming changes to MUI X pricing in 2024 blog post.

Highlights

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

  • 🎁 Introduce item reordering using drag and drop on the RichTreeViewPro component

    Item reordering using drag and drop
  • 📦 Support Common JS bundle out of the box on @mui/x-charts by adding vendored D3 dependencies.

    • This modifies how the package imports D3.js. It will impact you if you use d3 packages installed by @mui/x-charts and don't have them in your package.json. You shouldn't be affected otherwise.

    • For more context, the initial issue is caused by D3 only exporting ESM.

      image

    • The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration.

      image

    • So in order to fix this, we are providing a CJS version of D3.

      image

  • 🌍 Improve Turkish (tr-TR) locale on the Data Grid

  • 🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers

  • 🐞 Bugfixes

  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.12.0

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.12.0

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

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

Charts

@mui/x-charts@7.12.0

  • [charts] Fix incorrect axisId prop being allowed in xAxis/yAxis config. Use id instead. (#13986) @JCQuintas
  • [charts] Use vendor to have Common JS bundle working out of the box (#13608) @alexfauquette
  • [charts] Divide the SeriesProvider to use in filtering (#14026) @JCQuintas

Tree View

@mui/x-tree-view@7.12.0

Docs

Core

Don't miss a new x-date-pickers release

NewReleases is sending notifications on new releases.