UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

1,229 lines (779 loc) β€’ 201 kB
# Changelog All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## 7.18.0 _Sep 20, 2024_ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: - πŸ’« Support [Row spanning](https://mui.com/x/react-data-grid/row-spanning/) on the Data Grid that automatically merges the consecutive cells in a column based on the cell value <img width="600" src="https://github.com/user-attachments/assets/d32ec936-d238-4c92-9e1a-af6788d74cdf" alt="data grid row spanning" /> - ⏰ Support `date-fns` v4 (#14673) @LukasTy - πŸŽ‰ Add option for Pickers to change the order of displayed years (#11780) @thomasmoon - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.18.0` - [DataGrid] Add default reset value in row edit mode (#14050) @michelengelen - [DataGrid] Add `columnGroupHeaderHeight` prop for sizing column group headers (#14637) @KenanYusuf - [DataGrid] Fix `document` reference when the grid is rendered in a popup window (#14649) @arminmeh - [DataGrid] Remove `minFirstColumn` from `GetHeadersParams` interface (#14450) @k-rajat19 - [DataGrid] Row spanning (#14124) @MBilalShafi #### `@mui/x-data-grid-pro@7.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.18.0`, plus: - [DataGridPro] Fix `onRowsScrollEnd` being triggered instantly when bottom pinned row is present (#14602) @arminmeh - [DataGridPro] Fix header filters rendering issue for `isEmpty` and `isNotEmpty` filter operators (#14493) @k-rajat19 - [DataGridPro] Fix pinned columns in RTL mode (#14586) @KenanYusuf #### `@mui/x-data-grid-premium@7.18.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.18.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.18.0` - [pickers] Add option to change the order of displayed years (#11780) @thomasmoon - [pickers] Support `date-fns` v4 (#14673) @LukasTy #### `@mui/x-date-pickers-pro@7.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.18.0`. ### Charts #### `@mui/x-charts@7.18.0` - [charts] Add a `PolarProvider` to manage polar axes (#14642) @alexfauquette - [charts] Fix `LineChart` animation being stuck with initial drawing area value (#14553) @JCQuintas - [charts] Fix legend slot typing (#14657) @alexfauquette - [charts] Pass the axis index to extremum getter (#14641) @alexfauquette - [charts] Provide hooks to create custom tooltip (#14377) @alexfauquette #### `@mui/x-charts-pro@7.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.18.0`. ### Tree View #### `@mui/x-tree-view@7.18.0` - [TreeView] Add `"use client"` directive to every public component and hook (#14579) @flaviendelangle ### Docs - [docs] Add `groupingValueGetter` callout in column definition docs (#14599) @michelengelen - [docs] Clean v6 => v7 migration guide (#14652) @flaviendelangle - [docs] Copy `vale-action.yml` from main repo @oliviertassinari - [docs] Edit the Pickers Getting started doc (#14555) @samuelsycamore - [docs] Fix TypeScript capitalization @oliviertassinari - [docs] Fix Vale error @oliviertassinari - [docs] Make the migration guide diff a bit easier to read @oliviertassinari - [docs] Report Vale at warning level (#14660) @oliviertassinari - [docs] Warn about the `valueGetter` and `valueFormatter` signature change (#14613) @cherniavskii - [docs] Polish code formatting (#14603) @oliviertassinari - [test] Spy on `observe` method to avoid flaky wait for a callback (#14640) @arminmeh ### Core - [core] Fix 301 link to Next.js and git diff @oliviertassinari - [core] Fix failing CI on `master` (#14644) @cherniavskii - [core] Fix `package.json` repository rule @oliviertassinari - [core] MUI X repository moved to a new location @oliviertassinari - [docs-infra] Strengthen CSP (#14581) @oliviertassinari - [license] Finish renaming of LicensingModel (#14615) @oliviertassinari ## 7.17.0 _Sep 13, 2024_ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - πŸ“Š Charts performance improvement - πŸ§‘β€πŸ’» New Data Grid [custom columns demo](https://mui.com/x/react-data-grid/custom-columns/#full-example) - 🐞 Bugfixes - πŸ“š Documentation improvements - 🌍 Improve Hungarian (hu-HU) locale on the Data Grid <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.17.0` - [DataGrid] Add "does not equal" and "does not contain" filter operators (#14489) @KenanYusuf - [DataGrid] Add demo to the "Custom columns" page that does not use generator (#13695) @arminmeh - [DataGrid] Fix Voice Over reading the column name twice (#14482) @arminmeh - [DataGrid] Fix bug in CRUD example (#14513) @michelengelen - [DataGrid] Fix failing jsdom tests caused by `:has()` selectors (#14559) @KenanYusuf - [DataGrid] Refactor string operator filter functions (#14564) @KenanYusuf - [l10n] Improve Hungarian (hu-HU) locale (#14506) @ntamas #### `@mui/x-data-grid-pro@7.17.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.17.0`. #### `@mui/x-data-grid-premium@7.17.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.17.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.17.0` - [fields] Improve `useSplitFieldProps` and make it public (#14514) @flaviendelangle - [pickers] Improve clear action label (#14243) @oliviertassinari - [pickers] Add `"use client"` directive to every public component and hook (#14562) @flaviendelangle - [pickers] Allow custom fields to validate the value (#14486) @flaviendelangle - [pickers] Stop using utils in locales (#14505) @flaviendelangle #### `@mui/x-date-pickers-pro@7.17.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.17.0`, plus: - [DateRangePicker] Fix `currentMonthCalendarPosition` not scrolling to future sibling (#14442) @GMchris ### Charts #### `@mui/x-charts@7.17.0` - [charts] Add `"use client"` directive to every public component and hook (#14578) @flaviendelangle - [charts] Allow `onItemClick` on the `Legend` component (#14231) @JCQuintas - [charts] Fix `onAxisClick` with `layout='horizontal'` (#14547) @alexfauquette - [charts] Replace `path` with `circle` for performance improvement (#14518) @alexfauquette #### `@mui/x-charts-pro@7.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.17.0`. ### Tree View #### `@mui/x-tree-view@7.17.0` - [TreeView] Make `useTreeItem2` stable (#14498) @flaviendelangle ### Docs - [docs] Add missing callout on "Imperative API" tree view sections (#14503) @flaviendelangle - [docs] Fix broken redirection to MUIΒ X v5 @oliviertassinari - [docs] Fix multiple `console.error` messages on `charts` docs (#14554) @JCQuintas - [docs] Fixed typo in Row Grouping recipes (#14549) @Miodini - [docs] Match title with blog posts @oliviertassinari ### Core - [core] Move warning methods to `@mui/x-internals` (#14528) @k-rajat19 - [core] Sync with core release flow @oliviertassinari - [code-infra] Fix charts benchmark workflow (#14573) @JCQuintas - [docs-infra] Type interface API pages (#14138) @alexfauquette - [infra] Create `ESLint plugins` renovate group (#14574) @LukasTy - [license] Clean-up terminology to match codebase (#14531) @oliviertassinari - [test] Remove dead `act()` logic (#14529) @oliviertassinari ## 7.16.0 _Sep 5, 2024_ We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: - 🎨 Update the design of Data Grid column headers (#14293) - 🧠 Add the `slots` concept introduction documentation page (#13881) - 🌍 Improve Chinese (zh-CN) and Dutch (nl-NL) locales on the Data Grid - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.16.0` - [DataGrid] Add key prop to `GridFilterInputMultipleValue` (#14302) @sai6855 - [DataGrid] Allow to control the indeterminate checkbox behavior (#14247) @MBilalShafi - [DataGrid] Column header design updates (#14293) @KenanYusuf - [DataGrid] Fix error on simultaneous `columns` and `columnGroupingModel` update (#14368) @cherniavskii - [DataGrid] Fix first row flickering with `autoHeight` prop enabled (#14235) @KenanYusuf - [DataGrid] Remove cell min-width / max-width styles (#14448) @oliviertassinari - [DataGrid] Restore reselect behavior (#14410) @romgrk - [l10n] Improve Chinese (zh-CN) locale (#14394) @lawvs - [l10n] Improve Dutch (nl-NL) locale (#14398) @Janpot #### `@mui/x-data-grid-pro@7.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.16.0`, plus: - [DataGridPro] Fix duplicate top border in header filters (#14375) @MBilalShafi #### `@mui/x-data-grid-premium@7.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.16.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.16.0` - [pickers] Improve `onError` JSDoc (#14492) @flaviendelangle - [pickers] Keep the calendar header and content in sync when switching locale (#14125) @flaviendelangle - [pickers] Move multi input range field validation tests to the describe test file (#14501) @flaviendelangle #### `@mui/x-date-pickers-pro@7.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.16.0`. ### Charts #### `@mui/x-charts@7.16.0` - [charts] Fix JSDoc typos (#14497) @alexfauquette - [charts] Fix `LineChart` not properly animating when hydrating (#14355) @JCQuintas - [charts] Fix theme augmentation (#14372) @alexfauquette - [charts] Pass all props to legend (#14392) @JCQuintas - [charts] Use `.mjs` extension for ESM build (#14387) @alexfauquette - [charts] Update `package.json` for vendor package (#14465) @alexfauquette #### `@mui/x-charts-pro@7.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.16.0`, plus: - [charts-pro] Fix props and automated documentation on `BarChartPro` and `LineChartPro` (#14391) @JCQuintas ### Tree View #### `@mui/x-tree-view@7.16.0` - [TreeView] Clean label editing code (#14264) @flaviendelangle ### `@mui/x-codemod@7.16.0` - [codemod] Fix `experimentalFeatures` codemod for typescript parser (#14150) @MBilalShafi ### Docs - [docs] Add RTL documentation for the pickers (#13855) @flaviendelangle - [docs] Add the `slots` concept introduction page (#13881) @flaviendelangle - [docs] Remove TypeScript v3 outdated version mentions (#14443) @k-rajat19 - [docs] Remove notion of seats (#14351) @oliviertassinari - [docs] Use real world data for `PieChart` examples (#14297) @JCQuintas ### Core - [core] Fix changelog spelling @oliviertassinari - [core] Fix failing tests on the pickers (#14457) @flaviendelangle - [core] Reset permissions for codspeed GitHub Action (#14420) @oliviertassinari - [code-infra] Add babel runtime version check (#14483) @Janpot - [code-infra] Fully resolve imports in ESM target (#14234) @Janpot - [code-infra] Update runners from node 18 to 20 (#14466) @JCQuintas - [infra] Added `secrets: inherit` to workflow call (#14454) @michelengelen - [infra] Switch "add closing message" to reusable workflow (#14499) @michelengelen - [infra] Switch "issue triage workflow" to reusable workflows (#14390) @michelengelen ## 7.15.0 _Aug 29, 2024_ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: - πŸ’« Support MaterialΒ UI v6 (`@mui/material@6`) peer dependency (#14142) @cherniavskii You can now use MUIΒ X components with either v5 or v6 of `@mui/material` package πŸŽ‰ - 🐞 Bugfixes ### Data Grid #### `@mui/x-data-grid-pro@7.15.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') - [DataGridPro] Export `GridRowReorderCell` component (#14079) @genepaul #### `@mui/x-data-grid-premium@7.15.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.15.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.15.0` - [pickers] Add `onTouchStart` handler for `TimeClock` (#14305) @arthurbalduini #### `@mui/x-date-pickers-pro@7.15.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.15.0`, plus: - [DateTimeRangePicker] Fix date format resolving from views on 24hr locales (#14341) @arthurbalduini ### Charts #### `@mui/x-charts@7.15.0` - [charts] Add missing `themeAugmentation` in pro plan (#14313) @lhilgert9 - [charts] Fix `LineChart` transition stopping before completion (#14366) @JCQuintas - [charts] Fix tooltip with horizontal layout (#14337) @alexfauquette - [charts] Keep axis root classe usage explicit (#14378) @alexfauquette #### `@mui/x-charts-pro@7.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.15.0`, plus: - [charts pro] Avoid relative reference to `@mui/x-charts` package (#14335) @LukasTy ### Docs - [docs] Fix sentence case `h2` @oliviertassinari - [docs] Clarify contribution guide references @oliviertassinari - [docs] Fix StackΒ Overflow issue canned response @oliviertassinari - [docs] Fix outdated link to support page @oliviertassinari - [docs] Fix use of MaterialΒ UI @oliviertassinari - [docs] Update deprecated props in docs (#14295) @JCQuintas ### Core - [core] Allow only v5.x for `MUI Core` renovate group (#14382) @LukasTy - [core] Avoid visual regression when using `@mui/material@6` (#14357) @cherniavskii - [core] Remove renovate rule targeting only `next` releases of `@mui/docs` (#14364) @LukasTy - [core] Support `@mui/material@6` peer dependency (#14142) @cherniavskii - [core] Use `useRtl` instead of `useTheme` to access direction (#14359) @LukasTy - [code-infra] Typecheck nested folders in playground (#14352) @JCQuintas - [infra] Fix Issue cleanup action @oliviertassinari - [license] Prepare renaming of argument names @oliviertassinari ## 7.14.0 _Aug 23, 2024_ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: - πŸ’« Allow [filtering the axis on zoom](https://mui.com/x/react-charts/zoom-and-pan/#zoom-filtering), making the axis adapt by removing values outside the view. <img width="600" src="https://github.com/user-attachments/assets/e65bbd00-d2a8-4136-81cd-3598f1373c16" alt="filtering the axis on zoom" /> - πŸ“Š Improve bar chart performances - 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid - 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers - 🐞 Bugfixes <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.14.0` - [DataGrid] Use readonly array result for `getTreeDataPath` (#11743) @pcorpet - [DataGrid] Use `event.key` for `Tab` and `Escape` keys (#14170) @k-rajat19 - [DataGrid] Introduce selectors with arguments (#14236) @MBilalShafi - [DataGrid] include `api` in `gridCellParams` interface (#14201) @k-rajat19 - [l10n] Improve Czech (cs-CZ) locale (#14135) @chirimiri22 - [l10n] Improve Hebrew (he-IL) locale (#14287) @rotembarsela #### `@mui/x-data-grid-pro@7.14.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.14.0`. #### `@mui/x-data-grid-premium@7.14.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.14.0`, plus: - [DataGridPremium] Fix clipboard paste not working for a single cell on non-first page (#14261) @arminmeh - [DataGridPremium] Fix `onCellSelectionModelChange` not triggered when additional cell range is selected (#14199) @arminmeh ### Date and Time Pickers #### `@mui/x-date-pickers@7.14.0` - [l10n] Improve Chinese (zh-HK) locale (#13289) @yeeharn - [l10n] Improve Hebrew (he-IL) locale (#14287) @rotembarsela - [l10n] Improve Vietnamese (vi-VN) locale (#14238) @locnbk2002 - [TimePicker] Handle `Space` and `Enter` on the `TimeClock` component @arthurbalduini #### `@mui/x-date-pickers-pro@7.14.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.14.0`. ### Charts #### `@mui/x-charts@7.14.0` - [charts] Fix grid overflow with zooming (#14280) @alexfauquette - [charts] Improve bar chart performances (#14278) @alexfauquette - [charts] Test pointer events (#14042) @alexfauquette - [charts] Use `isPointInside` function for both graphs and axis (#14222) @JCQuintas #### `@mui/x-charts-pro@7.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.14.0`, plus: - [charts-pro] Zoom axis filtering (#14121) @JCQuintas ### Docs - [docs] Consistent use of UTC and timezones (#14250) @oliviertassinari - [docs] Fix missing leading slashes in URLs (#14249) @oliviertassinari - [docs] Dash usage revision on pickers pages (#14260) @arthurbalduini ### Core - [core] Follow JSDocs convention @oliviertassinari - [core] Prepare for material v6 (#14143) @LukasTy - [code-infra] Set up `eslint-plugin-testing-library` (#14232) @LukasTy - [infra] Updated mui-x roadmap links with new project URL (#14271) @michelengelen ## 7.13.0 _Aug 16, 2024_ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - πŸ’« Allow to [edit the label](https://mui.com/x/react-tree-view/rich-tree-view/editing/) of Tree View's items. <img width="344" src="https://github.com/user-attachments/assets/1a6cf765-2dc8-4906-bd93-139086eed148" alt="Item label editing" /> - πŸ”§ Improve rows accessibility on the Data Grid features "Tree Data" and "Row Grouping". Certain "Row Grouping" accessibility updates will only be applied if experimental feature flag is enabled. See the [documentation](https://mui.com/x/react-data-grid/row-grouping/#accessibility-changes-in-v8) for more information. - 🌍 Improve Vietnamese (vi-VN) locale on the Data Grid - 🐞 Bugfixes <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.13.0` - [DataGrid] Fix CSV export for `null` and `undefined` values (#14166) @k-rajat19 - [DataGrid] Fix error logged during skeleton loading with nested data grid (#14186) @KenanYusuf - [DataGrid] Remove needless check in `useGridStateInitialization` (#14181) @k-rajat19 - [DataGrid] Add recipe for persisting filters in local storage (#14208) @cherniavskii - [l10n] Improve Vietnamese (vi-VN) locale (#14216) @hungnd-casso #### `@mui/x-data-grid-pro@7.13.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.13.0`, plus: - [DataGridPro] Fix Tree Data and Row Grouping rows accessibility (#13623) @arminmeh #### `@mui/x-data-grid-premium@7.13.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.13.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.13.0` - [pickers] Fix date and time merging to retain milliseconds (#14173) @LukasTy #### `@mui/x-date-pickers-pro@7.13.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.13.0`. ### Charts #### `@mui/x-charts@7.13.0` - [charts] Add `baseline` property to the `LineChart` `series` (#14153) @JCQuintas - [charts] Fix issue where tooltip would disappear on mouse click (#14187) @alexfauquette - [charts] Rename `CartesianContextProvider` to `CartesianProvider` (#14102) @JCQuintas - [charts] Support axis with the same value for all data points (#14191) @alexfauquette #### `@mui/x-charts-pro@7.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.13.0`. ### Tree View #### `@mui/x-tree-view@7.13.0` - [TreeView] Add label editing feature (#13388) @noraleonte - [TreeView] Fix the parameters passed for the `canMoveItemToNewPosition` prop (#14176) @flaviendelangle ### Docs - [docs] Extract dataset in the Line chart docs (#14034) @alexfauquette - [docs] Remove redundant encoding in the mock data source server (#14185) @MBilalShafi - [docs] Use Netflix financial results to document bar charts (#13991) @alexfauquette - [docs] Remove relience of abbreviations (#14226) @oliviertassinari ### Core - [core] Bump monorepo (#14141) @Janpot - [core] Fix ESLint issue (#14207) @LukasTy - [core] Fix Netlify build cache issue (#14182) @cherniavskii - [code-infra] Refactor Netlify `cache-docs` plugin setup (#14105) @LukasTy - [internals] Move utils needed for tree view virtualization to shared package (#14202) @flaviendelangle ## 7.12.1 _Aug 8, 2024_ We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: - 🎨 Charts get a new component to display color mapping in the legend - πŸš€ The `@mui/x-charts-pro` is released in alpha version πŸ§ͺ. This new package introduces two main features: - The Heatmap component - The zoom interaction on the bar, line, and scatter charts - 🌍 Improve Dutch (nl-NL) locale on the Date and Time Pickers - 🐞 Bugfixes <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.12.1` - [DataGrid] Fix `checkboxSelectionVisibleOnly` behavior with server-side pagination (#14083) @MBilalShafi - [DataGrid] Fix `columnHeadersContainerRef` being `undefined` before mount (#14051) @samwato - [DataGrid] Support Yarn PnP (#14126) @cherniavskii #### `@mui/x-data-grid-pro@7.12.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.12.1`. #### `@mui/x-data-grid-premium@7.12.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.12.1`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.12.1` - [l10n] Improve Dutch (nlNL) locale (pickers) (#14036) @Robin1896 #### `@mui/x-date-pickers-pro@7.12.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.12.1`. ### Charts #### `@mui/x-charts@7.12.1` - [charts] Fix charts vendor publish config (#14073) @JCQuintas - [charts] Move `plugins` to `PluginProvider` (#14056) @JCQuintas #### `@mui/x-charts-pro@7.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.12.1`, plus: - [charts-pro] Release the pro package in alpha (#13859) @alexfauquette ### Tree View #### `@mui/x-tree-view@7.12.1` ### Docs - [docs] Add a warning to promote the usage of `updateRows` (#14027) @MBilalShafi - [docs] Disable ad in `Rich Tree View-Ordering` page (#14123) @oliviertassinari - [docs] Redesign Date and Time Pickers overview page (#13241) @noraleonte - [CHANGELOG] Polish details @oliviertassinari - [code-infra] Use concurrency 1 in CircleCI (#14110) @JCQuintas - [infra] Re-added the removal of `Latest Version` section (#14132) @michelengelen ## 7.12.0 _Aug 1, 2024_ ### πŸ’΅ Our commercial offering is evolving The [Pro plan](https://mui.com/x/introduction/licensing/#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](https://mui.com/blog/mui-x-sep-2024-price-update/) 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](https://mui.com/x/react-tree-view/rich-tree-view/ordering/) on the `RichTreeViewPro` component <img width="287" src="https://github.com/user-attachments/assets/78bd83c5-7ce4-4ed7-acf9-be70b2dbce54" alt="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](https://github.com/user-attachments/assets/d705b4de-0c93-420e-a416-528e7a044c1d) - The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration. ![image](https://github.com/user-attachments/assets/18a09703-9dd4-4226-a33d-167af059219c) - So in order to fix this, we are providing a CJS version of D3. ![image](https://github.com/user-attachments/assets/56387fe6-85d8-4750-bb9d-9866d5be68fa) - 🌍 Improve Turkish (tr-TR) locale on the Data Grid - 🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.12.0` - [DataGrid] Fix crash when updating columns immediately after scrolling (#13781) @cherniavskii - [DataGrid] Fix `role=presentation` a11y issue (#13891) @romgrk - [DataGrid] Fix top corner pixels & outline radius (#13943) @romgrk - [DataGrid] Refactor: remove useless copy (#14039) @romgrk - [l10n] Improve Turkish (tr-TR) locale (#13996) @bagcivan #### `@mui/x-data-grid-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.12.0`. #### `@mui/x-data-grid-premium@7.12.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.12.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.12.0` - [l10n] Improve Finnish (fi-FI) locale (#14054) @frozenzia #### `@mui/x-date-pickers-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.12.0`. ### Charts #### `@mui/x-charts@7.12.0` - [charts] Fix incorrect `axisId` prop being allowed in xAxis/yAxis config. Use `id` instead. (#13986) @JCQuintas - [charts] Use vendor to have CommonJS bundle working out of the box (#13608) @alexfauquette - [charts] Divide the `SeriesProvider` to use in filtering (#14026) @JCQuintas ### Tree View #### `@mui/x-tree-view@7.12.0` - [TreeView] Add new prop `onItemClick` on the Tree View components (#14018) @flaviendelangle - [TreeView] Add new utility function `isEventTargetInDescendants` (#13982) @flaviendelangle - [TreeView] Support item reordering using drag and drop (#12213) @flaviendelangle ### Docs - [docs] Add Pickers `minDate` and `maxDate` `default` description (#14024) @LukasTy - [docs] Fix 404 (#13989) @alexfauquette - [docs] Fix Vale errors (#14025) @oliviertassinari - [docs] Update on `renderCell` & autogenerated rows (#13879) @romgrk ### Core - [core] Fix event naming convention @oliviertassinari - [core] Replace @mui/base with @mui/utils + @mui/material (#13823) @mnajdova - [core] Test `charts` performance with codspeed (#13952) @JCQuintas - [infra] Consolidate issue cleanup and support labeling action (#14031) @michelengelen - [infra] Revert `vale` action `paths` filtering (#14038) @LukasTy - [test] Fix adapters code coverage (#13969) @alexfauquette - [test] Fix mocha config to run charts tests (#14041) @alexfauquette ## 7.11.1 _Jul 25, 2024_ We'd like to offer a big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: - πŸ”Ž Allow `Zoom` to be controllable for charts (#13858) @JCQuintas - 🌍 Add Icelandic (is-IS) and Norwegian Nynorsk (nn-NO) locales on the Data Grid - 🌍 Improve Norwegian BokmΓ₯l (nb-NO) and German (de-DE) locales on the Data Grid - 🌍 Add Norwegian Nynorsk (nn-NO) locale on the Date and Time Pickers - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.11.1` - [DataGrid] Remove dead code in internal `GridPreferencesPanel` (#13934) @k-rajat19 - [DataGrid] Do not miss to escape formulas in CSV export (#13888) @arminmeh - [l10n] Add Icelandic (is-IS) locale (#13283) @magnimarels - [l10n] Add Norwegian nynorsk (nn-NO) locale and improve Norwegian bokmΓ₯l (nb-NO) locale (#13588) @AnderzL7 - [l10n] Improve German (de-DE) locale (#13910) @lhilgert9 #### `@mui/x-data-grid-pro@7.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.11.1`. #### `@mui/x-data-grid-premium@7.11.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.11.1`, plus: - [DataGridPremium] Pass the `api` object to events (#13893) @pcorpet - [DataGridPremium] Fix paste to selected cells (#13967) @romgrk ### Date and Time Pickers #### `@mui/x-date-pickers@7.11.1` - [fields] Prevent keyboard editing when disabled (#13900) @arthurbalduini - [l10n] Add Norwegian Nynorsk (nn-NO) locale (#13946) @AnderzL7 #### `@mui/x-date-pickers-pro@7.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.11.1`. ### Charts #### `@mui/x-charts@7.11.1` - [charts] Add `ownerState` function to `slotProps` typing when available (#13965) @alexfauquette - [charts] Allow `Zoom` to be controllable (#13858) @JCQuintas - [charts] Deprecate `xAxisKey` /`zAxisKey` in favor of `xAxisId`/`zAxisId` (#13940) @alexfauquette - [charts] Hide empty arcs in the PieChart (#13897) @alexfauquette - [charts] Limit the trigger of exit charts (#13682) @alexfauquette ### Tree View #### `@mui/x-tree-view@7.11.1` - [TreeView] Allow the plugins to enrich the props passed to the item slots (#13953) @flaviendelangle ### Docs - [docs] Bump pnpm priority as a package manager (#13894) @oliviertassinari - [docs] Explicitly mark charts pro as not released (#13905) @alexfauquette - [docs] Fix dot consistency a11y table @oliviertassinari - [docs] Fix some typos in charts docs (#13906) @cratiu222 - [docs] Fix spelling (#13902) @nnsW3 - [docs] Improve error message when moving between plans (#13874) @oliviertassinari - [docs] Update `SparkLineChart` reference not being correctly capitalised (#13960) @duckboy81 - [docs] Fix scroll demos disorientation (#13909) @oliviertassinari ### Core - [core] Add `@mui/material-nextjs` to `MUI Core` renovate group (#13966) @LukasTy - [core] Remove warning message in production (#13911) @oliviertassinari - [code-infra] Reuse `useReactVersion` script from the monorepo (#13710) @cherniavskii - [infra] Adds order id validation action (#13957) @michelengelen - [infra] Fix order id validator action (#13971) @michelengelen - [infra] Fix regex in order id validation (#13976) @michelengelen - [infra] Issue template improvement (#13954) @michelengelen ## 7.11.0 _Jul 18, 2024_ We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: - 🎨 Add [color legend](https://mui.com/x/react-charts/legend/#color-legend) for charts (#13700) @alexfauquette - 🌍 Improve Korean (ko-KR) locale on the Date and Time Pickers - 🌍 Improve Russian (ru-RU) locale on the Date and Time Pickers and Data Grid - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.11.0` - [DataGrid] Expose `gridEditRowsStateSelector` (#13877) @romgrk - [DataGrid] Fix `columnResizeStop` event not emitted when column is not resized (#13307) @mateuseap - [DataGrid] Fix delete filter inconsistent behavior (#13353) @oukunan - [DataGrid] Enable flip on preferences panel (#13803) @romgrk - [DataGrid] Support `date` and `datetime-local` input types in `GridFilterInputMultipleValue` type (#13411) @karudedios - [l10n] Improve Russian (ru-RU) locale (#13735) @diro-atk #### `@mui/x-data-grid-pro@7.11.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.11.0`. #### `@mui/x-data-grid-premium@7.11.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.11.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.11.0` - [l10n] Improve Korean (ko-KR) locale (#13651) @100pearlcent - [l10n] Improve Russian (ru-RU) locale (#13871) @Inv1x - [pickers] Add more conformance tests improving API docs precision (#13800) @LukasTy - [TimePicker] Add `Mui-selected` class to `TimeClock` meridiem buttons (#13848) @LukasTy #### `@mui/x-date-pickers-pro@7.11.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.11.0`, plus: - [DateRangePicker] Fix `name` prop propagation regression (#13821) @LukasTy ### Charts #### `@mui/x-charts@7.11.0` - [charts] Create color legend (#13700) @alexfauquette - [charts] Defaultize axis on top level `useChartContainerProps` (#13817) @JCQuintas - [charts] Fix charts not passing `className` to root element (#13647) @JCQuintas - [charts] Generate API documentation for pro components (#13822) @alexfauquette - [charts] Improve zoomed highlight behavior (unreleased) (#13868) @JCQuintas - [charts] Allow zoom on Y axis and add zoom options to configure zooming behavior (unreleased) (#13726) @JCQuintas - [charts] Disable animations while zooming (unreleased) (#13807) @JCQuintas ### Tree View #### `@mui/x-tree-view@7.11.0` - [TreeView] Extract some logic outside of the `useTreeView` hook (#13845) @flaviendelangle ### Docs - [docs] Add warning about `process.env.NODE_ENV` in production (#13869) @cherniavskii - [docs] Allow controlling the demo form from the example (#13796) @JCQuintas - [docs] Clarify Pickers clearable behavior not working on mobile (#13786) @lnhrdt - [docs] Improve the documentation of the picker's `onChange` and `onAccept` props (#13543) @flaviendelangle - [docs] Replace company name with project name @oliviertassinari - [docs] Sort Pickers & Charts API slots alphabetically (#13843) @LukasTy ### Core - [core] Add MUI Internal `renovate` group (#13846) @LukasTy - [core] Link GitHub issue for `import/prefer-default-export` rule @oliviertassinari - [core] Normalize `...other` and test imports in charts (#13844) @JCQuintas - [core] Normalize rest / other to match the most common used @oliviertassinari - [code-infra] Follow `next` tag for `@mui/docs` package bumps (#13813) @LukasTy - [code-infra] Use specific version for `@mui/docs` dependency (#13760) @LukasTy - [internals] Move `EventManager` to `@mui/x-internals` package (#13815) @flaviendelangle ## 7.10.0 _Jul 11, 2024_ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎁 Add selectors to support showing child row count in footer in the Data Grid - ✨ New APIs for retrieving current item tree and item's children IDs in the Tree View - 🌍 Improve Spanish (es-ES) locale on the Data Grid - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.10.0` - [DataGrid] Add selectors to support showing child row count in footer (#13725) @KenanYusuf - [DataGrid] Fix incorrect panels position when using a toolbar (#13474) @oukunan - [DataGrid] Set default variant to `'standard'` in `GridFilterInputMultipleValue` (#13129) @tarunrajput - [DataGrid] Use `readonly` on more array props (#13331) @pcorpet - [l10n] Improve Spanish (es-ES) locale (#13772) @joserealdev #### `@mui/x-data-grid-pro@7.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.10.0`, plus: - [DataGridPro] Keep bottom pinned row at the bottom (#13313) @romgrk #### `@mui/x-data-grid-premium@7.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.10.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.10.0` - [fields] Prevent infinite recursion when ensuring selection (#13779) @LukasTy - [fields] Unify fields behavior regardless of the `readOnly` flag (#13688) @LukasTy #### `@mui/x-date-pickers-pro@7.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.10.0`, plus: - [DateRangePicker] Fix `calendarHeader` slot props propagation (#13780) @LukasTy - [DateTimeRangePicker] Resolve `format` from given `views` (#13743) @LukasTy ### Charts #### `@mui/x-charts@7.10.0` - [charts] Fix displaying area of a `LineChart` when using the `log` scale (#13791) @alexfauquette - [charts] Use correct click handler prop on pie chart `OnSeriesItemClick` documentation (#13761) @tonyhallett ### Tree View #### `@mui/x-tree-view@7.10.0` - [TreeView] Add `getItemTree` and `getItemOrderedChildrenIds` methods to the public API (#13804) @flaviendelangle - [TreeView] Add utility function to check if an optional plugin is present (#13788) @flaviendelangle ### Docs - [docs] Add missing default `loading` prop value (#13604) @oliviertassinari - [docs] Add the `DateTimeRangePicker` to the "Commonly used components" demo (#13775) @flaviendelangle - [docs] Fix Pickers customization playground overflow (#13742) @LukasTy - [docs] Move Pickers dialog guidelines to accessibility page (#13778) @arthurbalduini ### Core - [core] Sort `DATA_GRID_PROPS_DEFAULT_VALUES` alphabetically (#13783) @oliviertassinari - [test] Fix split infinitive use in tests @oliviertassinari ## 7.9.0 _Jul 5, 2024_ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - πŸ”„ Add loading overlay variants, including a skeleton loader option to the Data Grid component. See [Loading overlay docs](https://mui.com/x/react-data-grid/overlays/#loading-overlay) for more details. - 🌳 Add `selectItem` and `getItemDOMElement` methods to the TreeView component public API - ⛏️ Make the `usePickersTranslations` hook public in the pickers component - 🐞 Bugfixes <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.9.0` - [DataGrid] Add skeleton loading overlay support (#13293) @KenanYusuf - [DataGrid] Fix pagination when `pagination={undefined}` (#13349) @sai6855 #### `@mui/x-data-grid-pro@7.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.9.0`. #### `@mui/x-data-grid-premium@7.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.9.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.9.0` - [pickers] Make the `usePickersTranslations` hook public (#13657) @flaviendelangle #### `@mui/x-date-pickers-pro@7.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.9.0`. ### Charts #### `@mui/x-charts@7.9.0` - [charts] Add Heatmap (unreleased) (#13209) @alexfauquette - [charts] Add initial `Zoom&Pan` to the Pro charts (unreleased) (#13405) @JCQuintas - [charts] Fix Axis Highlight on horizontal bar charts regression (#13717) @JCQuintas - [charts] Improve charts interaction for mobile users (#13692) @JCQuintas - [charts] Add documentation on how to disable the tooltip on charts (#13724) @JCQuintas ### Tree View #### `@mui/x-tree-view@7.9.0` - [TreeView] Add `selectItem` and `getItemDOMElement` methods to the public API (#13485) @flaviendelangle ### Docs - [docs] Fix custom "no results overlay" demo in dark mode (#13715) @KenanYusuf ### Core - [core] Add `react_next` workflow in CircleCI (#13360) @cherniavskii - [core] Create a new package to share utils across X packages (#13528) @flaviendelangle - [core] Fix dependency setup (#13684) @LukasTy - [core] Remove `jscodeshift-add-imports` package (#13720) @LukasTy - [code-infra] Cleanup monorepo and `@mui/docs` usage (#13713) @LukasTy ## 7.8.0 _Jun 28, 2024_ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - πŸ›° Introduce server-side data source for improved server integration in the Data Grid. Supports server-side pagination, sorting and filtering on plain and tree data, and automatic caching. To enable, provide a `getRows` function to the `unstable_dataSource` prop on the Data Grid component. ```tsx const dataSource = { getRows: async (params: GridServerGetRowsParams) => { const data = await fetch( `https://api.example.com/data?${new URLSearchParams({ page: params.page, pageSize: params.pageSize, sortModel: JSON.stringify(params.sortModel), filterModel: JSON.stringify(params.filterModel), }).toString()}`, ); return { rows: data.rows, totalRows: data.totalRows, }; }, } <DataGridPro unstable_dataSource={dataSource} {...otherProps} /> ``` See [server-side data documentation](https://mui.com/x/react-data-grid/server-side-data/) for more details. - πŸ“ˆ Support Date data on the BarChart component - ↕️ Support custom column sort icons on the Data Grid - πŸ–±οΈ Support modifying the expansion trigger on the Tree View components <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.8.0` - [DataGrid] Add `columnHeaderSortIcon` slot (#13563) @arminmeh - [DataGrid] Fix dimensions lag issue after autosize (#13587) @MBilalShafi - [DataGrid] Fix print export failure when `hideFooter` option is set (#13034) @tarunrajput #### `@mui/x-data-grid-pro@7.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.8.0`, plus: - [DataGridPro] Fix multi-sorting indicator being cut off (#13625) @KenanYusuf - [DataGridPro] Server-side tree data support (#12317) @MBilalShafi #### `@mui/x-data-grid-premium@7.8.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.8.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.8.0` - [fields] Fix section clearing behavior on Android (#13652) @LukasTy #### `@mui/x-date-pickers-pro@7.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.8.0`. ### Charts #### `@mui/x-charts@7.8.0` - [charts] Fix line chart props not passing correct event handlers (#13609) @JCQuintas - [charts] Support BarChart with `Date` data (#13471) @alexfauquette - [charts] Support RTL for y-axis (#13614) @alexfauquette - [charts] Use default values instead of non-null assertion to prevent error being thrown (#13637) @JCQuintas ### Tree View #### `@mui/x-tree-view@7.8.0` - [TreeView] Add `expansionTrigger` prop (#13533) @noraleonte - [TreeView] Support experimental features from plugin's dependencies (#13632) @flaviendelangle ### Docs - [docs] Add callout for `Luxon` `throwOnInvalid` support (#13621) @LukasTy - [docs] Add "Overlays" section to the Data Grid documentation (#13624) @KenanYusuf ### Core - [core] Add eslint rule to restrict import from `../internals` root (#13633) @JCQuintas - [docs-infra] Sync `\_app` folder with monorepo (#13582) @Janpot - [license] Allow usage of charts and tree view pro package for old premium licenses (#13619) @flaviendelangle ## 7.7.1 _Jun 21, 2024_ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: - 🌍 Improve Portuguese (pt-PT) locale on the Data Grid - 🌍 Improve Danish (da-DK) locale on the Date and Time Pickers - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.7.1` - [DataGrid][docs] Clarify enabling pagination (#13350) @oliviertassinari - [DataGrid] Fix CSV export escaping for non-string values (#13560) @joeycumines-scw - [l10n] Improve Portuguese (pt-PT) locale (#13348) @joaosreis #### `@mui/x-data-grid-pro@7.7.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.7.1`, plus: - [DataGrid] Warn about `getTreeDataPath` reference (#13519) @cherniavskii #### `@mui/x-data-grid-premium@7.7.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.7.1`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.7.1` - [fields] Prevent digit editing on the `Space` key down (#13510) @flaviendelangle - [l10n] Improve Danish (da-DK) locale (#13375) @jacrowland1 - [pickers] Add context to `onAccept` callback (#13511) @flaviendelangle - [pickers] Always use the same timezone in the field, the view and the layout components (#13481) @flaviendelangle - [pickers] Fix `AdapterDateFnsV3` generated method types (#13464) @alexey-kozlenkov - [pickers] Fix controlled `view` behavior (#13552) @LukasTy - [TimePicker] Improves RTL verification for the time pickers default views (#13447) @arthurbalduini #### `@mui/x-date-pickers-pro@7.7.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.7.1`, plus: - [DateRangePicker] Add accessible name to calendar grid (#13538) @LukasTy ### Charts #### `@mui/x-charts@7.7.1` - [charts] Divide `CartesianProvider` to use logic in Pro package (#13531) @JCQuintas - [charts] Do not publish the pro package (#13539) @alexfauquette - [charts] Export `Pro` versions of regular charts (#13547) @JCQuintas - [charts] Prepare `ChartContainerPro` for future Zoom changes (#13532) @JCQuintas - [charts] Remove unnecessary proptypes from internal component (#13518) @JCQuintas ### Tree View #### `@mui/x-tree-view@7.7.1` - [TreeView] Improve typing to support optional dependencies in plugins and in the item (#13523) @flaviendelangle - [TreeView] Move `useTreeViewId` to the core plugins (#13566) @flaviendelangle - [TreeView] Remove unused state from `useTreeViewId` (#13579) @flaviendelangle - [TreeView] Support `itemId` with escaping characters when using `SimpleTreeView` (#13487) @oukunan ### Docs - [docs] Add section about the new uncovered product watermark (#13568) @michelengelen - [docs] Document the `PickerValidDate` type override (#13476) @flaviendelangle - [docs] Fix typo (#13507) @anshtiwatne - [docs] Remove "-" in heat-map and tree-map urls (#13569) @alexfauquette - [docs] Use dedicated tab for weather dataset (#13513) @alexfauquette - [x-license] license update proposal (#13459) @michelengelen ### Core - [core] Fix failing CI test (#13574) @alexfauquette - [infra] Remove explicit `@testing-library/react` dependency (#13478) @LukasTy ## 7.7.0 _Jun 13, 2024_ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎁 Allow customization of the Pickers month and the year buttons - 🌍 Improve Persian (fa-IR), Portuguese (pt-PT), and Russian (ru-RU) locales on the Data Grid - 🌍 Improve Korean (ko-KR) and Persian (fa-IR) locales on the Date and Time Pickers - 🐞 Bugfixes - πŸ“š Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ### Data Grid #### `@mui/x-data-grid@7.7.0` - [DataGrid] Add `getFilterState` method (#13418) @cherniavskii - [DataGrid] Do not show resize separators for column groups (#13455) @cherniavskii - [l10n] Improve Persian (fa-IR) locale (#13402) @fakhamatia - [l10n] Improve Portuguese (pt-PT) locale (#13384) @olavocarvalho - [l10n] Improve Russian (ru-RU) locale (#11210) @dastan-akhmetov-scity #### `@mui/x-data-grid-pro@7.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-data-grid@7.7.0`, plus: - [DataGridPro] Do not render detail panel if the focused cell is not visible (#13456) @cherniavskii #### `@mui/x-data-grid-premium@7.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') Same changes as in `@mui/x-data-grid-pro@7.7.0`. ### Date and Time Pickers #### `@mui/x-date-pickers@7.7.0` - [l10n] Improve Korean (ko-KR) locale (#13452) @ryxxn - [l10n] Improve Persian (fa-IR) locale (#13402) @fakhamatia - [pickers] Allow to customize the month and the year buttons (#13321) @flaviendelangle #### `@mui/x-date-pickers-pro@7.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-date-pickers@7.7.0`. ### Charts #### `@mui/x-charts@7.7.0` - [charts] Add watermark on the pro `ResponsiveChartContainer` (#13398) @alexfauquette - [charts] Allow to specify y-axis configuration (#13438) @alexfauquette - [charts] Fix eslint for r