Skip to content

v5.17.0

Compare
Choose a tag to compare
@DanailH DanailH released this 02 Sep 13:54
· 3640 commits to master since this release
0ea9329

🎉 We are excited to finally introduce a stable release (v5.0.0) for the @mui/x-date-pickers and @mui/x-date-pickers-pro packages!

If you are still using picker components from the lab, take a look at the migration guide.

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

  • 🎁 Implement Lazy loading (#5214) @DanailH

    Pro users now can try the experimental lazy loading feature.
    In a few steps, you can load your data on demand, as the rows are displayed.

    To enable this feature, add experimentalFeatures={{ lazyLoading: true }}.
    Lazy Loading requires a few other settings.
    See the documentation to explore the example in detail.

  • 🚀 Improve pickers focus management (#5820) @alexfauquette

  • 🎉 Enable disabling day on date range picker depending on position (#5773) @alexfauquette

  • ✨ Various improvements

  • 📚 Documentation improvements

  • 🐞 Bugfixes

@mui/x-data-grid@v5.17.0 / @mui/x-data-grid-pro@v5.17.0 / @mui/x-data-grid-premium@v5.17.0

Changes

@mui/x-date-pickers@v5.0.0 / @mui/x-date-pickers-pro@v5.0.0

Changes

Docs

Core