All Versions
90
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v6.0.0-alpha.2 Changes

    Oct 7, 2022

    πŸš€ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

    • πŸš€ Further progress on stabilizing new date field components
    • πŸ‘ 🎁 Improve support for theme augmentation in the DataGrid (#6269) @cherniavskii
    • 🌍 Add Japanese (ja-JP) locale to pickers (#6365) @sho918
    • πŸ“š πŸ“š Documentation improvements
    • πŸ›  🐞 Bugfixes
  • v6.0.0-alpha.1 Changes

    Sep 29, 2022

    πŸš€ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:

    • πŸ‘ πŸš€ Better support for custom overlays (#5808) @cherniavskii
    • πŸ–¨ πŸ–¨οΈ Improve print export (#6273) @oliviertassinari
    • 🎁 Reduce confusion when initializing pickers with a date value (#6170) @flaviendelangle
    • πŸ“š πŸ“š Documentation improvements
    • πŸ›  🐞 Bugfixes
  • v6.0.0-alpha.0 Changes

    Sep 22, 2022

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

    • 🌐 🌍 Add a localeText prop to all pickers to customize the translations (#6212) @flaviendelangle
    • 🌍 Add Finnish (fi-FI) locale to the pickers (#6219) @PetroSilenius
    • 🌍 Add Persian (fa-IR) locale to the pickers (#6181) @fakhamatia
    • πŸ“š πŸ“š Documentation improvements
    • πŸ›  🐞 Bugfixes
  • v5.17.4 Changes

    Sep 22, 2022

    πŸš€ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

    • 🌍 Add Finnish (fi-FI) locale to the pickers (#6230) @PetroSilenius
    • 🌍 Add Persian (fa-IR) locale to the pickers (#6181) @fakhamatia
    • πŸ›  🐞 Bugfixes
  • v5.17.3 Changes

    Sep 16, 2022

    πŸš€ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

    • πŸ“ Fix lost characters when typing into fields in the DataGrid (#5646) @m4theushw
    • 🌏 New locale and improvements for pickers
    • πŸ‘ 🎁 Improve support to theme augmentation for pickers
  • v5.17.2 Changes

    Sep 9, 2022

    πŸš€ This release will the last regular release for our v5 packages. From now on, we'll be focusing on developing MUI X v6. You can check the roadmap for more details on what's coming next.

    And if you'd like to help, please consider volunteering to give us a user interview. We'd love to know more about your use cases, pain points and expectations for the future.

    πŸš‘ The v5 packages will only get new versions to patch critical bug fixes.

    πŸš€ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

    • πŸ‘ πŸ“ƒ Add support for column grouping when exporting to Excel (#5895) @alexfauquette
    • πŸ›  🐞 Bugfixes
  • v5.17.1 Changes

    Sep 5, 2022

    πŸš€ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

    • πŸ›  🐞 Bugfixes
  • v5.17.0 Changes

    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
  • v5.16.0 Changes

    Aug 25, 2022

    πŸš€ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

    • 🎁 Introduce column grouping for data grid (#5133) @alexfauquette

    You can now group columns using the columnGroupingModel prop. This lets you to display more structured data.

    To enable this feature, add experimentalFeatures={{ columnGrouping: true }}. The grouping header can be fully customized. See the documentation to explore everything it has to offer.

    • πŸ›  🐞 Bugfixes
    • 🌏 New locales for pickers thanks to @tesseractjh and @drastus
  • v5.15.3 Changes

    Aug 18, 2022

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

    • πŸ“š πŸ“š Documentation improvements
    • πŸ›  🐞 Bugfixes