Skip to content

v7.12.0

Compare
Choose a tag to compare
@JCQuintas JCQuintas released this 01 Aug 16:59
· 304 commits to master since this release
eefc4a8

💵 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 CommonJS 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/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

  • [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/[email protected]

Docs

Core