yarn @mui/x-date-pickers 8.22.0
v8.22.0

21 hours ago

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Each Tree View component now exposes its own hook to initialize the apiRef object with accurate typing:

    -import { useTreeViewApiRef } from '@mui/x-tree-view/hooks';
    +import { useSimpleTreeViewApiRef } from '@mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useSimpleTreeViewApiRef();
    
    -import { useTreeViewApiRef } from '@mui/x-tree-view/hooks';
    +import { useRichTreeViewApiRef } from '@mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewApiRef();
    
    -import { useTreeViewApiRef } from '@mui/x-tree-view/hooks';
    +import { useRichTreeViewProApiRef } from '@mui/x-tree-view-pro/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewProApiRef();
  • 📚 Tutorial on building a Data Grid with server-side data

  • 🐞 Bugfixes

Special thanks go out to this community member for their valuable contributions:
@kzhgit

The following team members contributed to this release:
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @mapache-salvaje, @michelengelen, @noraleonte, @oliviertassinari

Data Grid

@mui/x-data-grid@8.22.0

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

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

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

Same changes as in @mui/x-data-grid-pro@8.22.0, plus:

  • [DataGridPremium] Handle pivoting column name generation for empty strings (#20608) @arminmeh
  • [DataGridPremium] Pass a row with aggregated value to the custom aggregation function valueFormatter (#20607) @arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.22.0

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

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

Charts

@mui/x-charts@8.22.0

@mui/x-charts-pro@8.22.0 pro

Same changes as in @mui/x-charts@8.22.0, plus:

@mui/x-charts-premium@8.22.0 premium

Same changes as in @mui/x-charts-pro@8.22.0.

Tree View

@mui/x-tree-view@8.22.0

@mui/x-tree-view-pro@8.22.0 pro

Same changes as in @mui/x-tree-view@8.22.0.

Codemod

@mui/x-codemod@8.22.0

Internal changes.

Docs

Core

Miscellaneous

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

NewReleases is sending notifications on new releases.