MUI X v5.17.0 Release Notes

  • Sep 2, 2022

    ๐Ÿš€ ๐ŸŽ‰ 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