Closed renovate[bot] closed 2 months ago
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
7.24.5
->7.25.2
11.11.4
->11.13.3
11.11.5
->11.13.0
5.0.13
->5.0.14
5.16.4
->5.16.7
5.16.4
->5.16.7
5.16.4
->5.16.7
7.10.0
->7.14.0
^0.74.0
->^0.75.0
6.4.6
->6.5.0
20.12.11
->20.16.1
18.3.3
->18.3.4
1.7.4
->1.7.5
14.2.3
->14.2.6
v4.44.1
->v4.44.3
20.13-alpine
->20.17-alpine
20.13-alpine
->20.17-alpine
~18.2.0
->~18.3.0
1.13.1
->1.13.4
0.74.1
->0.75.2
1.15.1
->1.18.0
4.10.1
->4.10.9
~3.31.0
->~3.34.0
0.33.3
->0.33.5
5.4.5
->5.5.4
Release Notes
babel/babel (@babel/core)
### [`v7.25.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7252-2024-07-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.9...v7.25.2) ##### :bug: Bug Fix - `babel-core`, `babel-traverse` - [#16695](https://togithub.com/babel/babel/pull/16695) Ensure that `requeueComputedKeyAndDecorators` is available ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.24.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7249-2024-07-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.8...v7.24.9) ##### :bug: Bug Fix - `babel-core`, `babel-standalone` - [#16639](https://togithub.com/babel/babel/pull/16639) Avoid `require()` call in `@babel/standalone` bundle ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#16638](https://togithub.com/babel/babel/pull/16638) fix: provide legacy typings for TS < 4.1 ([@JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-transform-optional-chaining` - [#16617](https://togithub.com/babel/babel/pull/16617) Avoid extra parens in TS `as`/`satisfies` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-module-transforms` - [#16629](https://togithub.com/babel/babel/pull/16629) Lazy top-level initializations for module transforms ([@guybedford](https://togithub.com/guybedford)) ### [`v7.24.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.7...v7.24.8) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#16567](https://togithub.com/babel/babel/pull/16567) Do not use strict mode in TS `declare` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-generator` - [#16630](https://togithub.com/babel/babel/pull/16630) Correctly print parens around `in` in `for` heads ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#16626](https://togithub.com/babel/babel/pull/16626) Fix printing of comments in `await using` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#16591](https://togithub.com/babel/babel/pull/16591) fix typescript code generation for yield expression inside type expre… ([@SreeXD](https://togithub.com/SreeXD)) - `babel-parser` - [#16613](https://togithub.com/babel/babel/pull/16613) Disallow destructuring assignment in `using` declarations ([@H0onnn](https://togithub.com/H0onnn)) - [#16490](https://togithub.com/babel/babel/pull/16490) fix: do not add `.value: undefined` to regexp literals ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#16615](https://togithub.com/babel/babel/pull/16615) Remove boolean props from `ObjectTypeInternalSlot` visitor keys ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#16566](https://togithub.com/babel/babel/pull/16566) fix: Correctly handle `export import x =` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#16625](https://togithub.com/babel/babel/pull/16625) Avoid unnecessary parens around `async` in `for await` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#16619](https://togithub.com/babel/babel/pull/16619) Avoid checking `Scope.globals` multiple times ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@blakewilson](https://togithub.com/blakewilson)) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@JLHwung](https://togithub.com/JLHwung)) - [#16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fnemotion-js/emotion (@emotion/react)
### [`v11.13.3`](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.13.0...3f468846855ed1c6092922a6317a6f5df0ba8dcc) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.13.0...@emotion/react@11.13.3) ### [`v11.13.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/jest@11.11.0...70ad1d33892091e9bc478792fa7da662ed63476a) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.12.0...@emotion/react@11.13.0) ### [`v11.12.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-preset-css-prop@11.11.0...d57cfcb6daf48fc5458f91b4db2e072fbc2863e4) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.4...@emotion/react@11.12.0)fontsource/font-files (@fontsource/roboto)
### [`v5.0.14`](https://togithub.com/fontsource/font-files/compare/f069547c3d25cb9602fdbc1d9eb1f34046dc8353...d76f3ebca2dd4bb3c4ac9f362ce999fe45785de6) [Compare Source](https://togithub.com/fontsource/font-files/compare/f069547c3d25cb9602fdbc1d9eb1f34046dc8353...d76f3ebca2dd4bb3c4ac9f362ce999fe45785de6)mui/material-ui (@mui/icons-material)
### [`v5.16.7`](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7) ### [`v5.16.6`](https://togithub.com/mui/material-ui/releases/tag/v5.16.6) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.5...v5.16.6) *Jul 30, 2024* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@5.16.6` - \[Divider] Enable borderStyle enhancement in divider with children ([#43059](https://togithub.com/mui/material-ui/issues/43059)) [@anuujj](https://togithub.com/anuujj) ##### Docs - \[material-ui]\[Card] Update CardMedia description ([#43121](https://togithub.com/mui/material-ui/issues/43121)) [@shahzaibdev1](https://togithub.com/shahzaibdev1) - \[material-ui] Replace deprecated `mui/material-ui (@mui/material)
### [`v5.16.7`](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7) ### [`v5.16.6`](https://togithub.com/mui/material-ui/releases/tag/v5.16.6) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.5...v5.16.6) *Jul 30, 2024* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@5.16.6` - \[Divider] Enable borderStyle enhancement in divider with children ([#43059](https://togithub.com/mui/material-ui/issues/43059)) [@anuujj](https://togithub.com/anuujj) ##### Docs - \[material-ui]\[Card] Update CardMedia description ([#43121](https://togithub.com/mui/material-ui/issues/43121)) [@shahzaibdev1](https://togithub.com/shahzaibdev1) - \[material-ui] Replace deprecated `mui/material-ui (@mui/system)
### [`v5.16.7`](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7) ### [`v5.16.6`](https://togithub.com/mui/material-ui/releases/tag/v5.16.6) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.5...v5.16.6) *Jul 30, 2024* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@5.16.6` - \[Divider] Enable borderStyle enhancement in divider with children ([#43059](https://togithub.com/mui/material-ui/issues/43059)) [@anuujj](https://togithub.com/anuujj) ##### Docs - \[material-ui]\[Card] Update CardMedia description ([#43121](https://togithub.com/mui/material-ui/issues/43121)) [@shahzaibdev1](https://togithub.com/shahzaibdev1) - \[material-ui] Replace deprecated `mui/mui-x (@mui/x-date-pickers)
### [`v7.14.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7140) [Compare Source](https://togithub.com/mui/mui-x/compare/v7.13.0...v7.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. - 📊 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 ##### Data Grid ##### `@mui/x-data-grid@7.14.0` - \[DataGrid] Use readonly array result for `getTreeDataPath` ([#11743](https://togithub.com/mui/mui-x/issues/11743)) [@pcorpet](https://togithub.com/pcorpet) - \[DataGrid] Use `event.key` for `Tab` and `Escape` keys ([#14170](https://togithub.com/mui/mui-x/issues/14170)) [@k-rajat19](https://togithub.com/k-rajat19) - \[DataGrid] Introduce selectors with arguments ([#14236](https://togithub.com/mui/mui-x/issues/14236)) [@MBilalShafi](https://togithub.com/MBilalShafi) - \[DataGrid] include `api` in `gridCellParams` interface ([#14201](https://togithub.com/mui/mui-x/issues/14201)) [@k-rajat19](https://togithub.com/k-rajat19) - \[l10n] Improve Czech (cs-CZ) locale ([#14135](https://togithub.com/mui/mui-x/issues/14135)) [@chirimiri22](https://togithub.com/chirimiri22) - \[l10n] Improve Hebrew (he-IL) locale ([#14287](https://togithub.com/mui/mui-x/issues/14287)) [@rotembarsela](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/14261)) [@arminmeh](https://togithub.com/arminmeh) - \[DataGridPremium] Fix `onCellSelectionModelChange` not triggered when additional cell range is selected ([#14199](https://togithub.com/mui/mui-x/issues/14199)) [@arminmeh](https://togithub.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.14.0` - \[l10n] Improve Chinese (zh-HK) locale ([#13289](https://togithub.com/mui/mui-x/issues/13289)) [@yeeharn](https://togithub.com/yeeharn) - \[l10n] Improve Hebrew (he-IL) locale ([#14287](https://togithub.com/mui/mui-x/issues/14287)) [@rotembarsela](https://togithub.com/rotembarsela) - \[l10n] Improve Vietnamese (vi-VN) locale ([#14238](https://togithub.com/mui/mui-x/issues/14238)) [@locnbk2002](https://togithub.com/locnbk2002) - \[TimePicker] Handle `Space` and `Enter` on the `TimeClock` component [@arthurbalduini](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/14280)) [@alexfauquette](https://togithub.com/alexfauquette) - \[charts] Improve bar chart performances ([#14278](https://togithub.com/mui/mui-x/issues/14278)) [@alexfauquette](https://togithub.com/alexfauquette) - \[charts] Test pointer events ([#14042](https://togithub.com/mui/mui-x/issues/14042)) [@alexfauquette](https://togithub.com/alexfauquette) - \[charts] Use `isPointInside` function for both graphs and axis ([#14222](https://togithub.com/mui/mui-x/issues/14222)) [@JCQuintas](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/14121)) [@JCQuintas](https://togithub.com/JCQuintas) ##### Docs - \[docs] Consistent use of UTC and timezones ([#14250](https://togithub.com/mui/mui-x/issues/14250)) [@oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix missing leading slashes in URLs ([#14249](https://togithub.com/mui/mui-x/issues/14249)) [@oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Dash usage revision on pickers pages ([#14260](https://togithub.com/mui/mui-x/issues/14260)) [@arthurbalduini](https://togithub.com/arthurbalduini) ##### Core - \[core] Follow JSDocs convention [@oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Prepare for material v6 ([#14143](https://togithub.com/mui/mui-x/issues/14143)) [@LukasTy](https://togithub.com/LukasTy) - \[code-infra] Set up `eslint-plugin-testing-library` ([#14232](https://togithub.com/mui/mui-x/issues/14232)) [@LukasTy](https://togithub.com/LukasTy) - \[infra] Updated mui-x roadmap links with new project URL ([#14271](https://togithub.com/mui/mui-x/issues/14271)) [@michelengelen](https://togithub.com/michelengelen) ### [`v7.13.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7130) [Compare Source](https://togithub.com/mui/mui-x/compare/v7.12.1...v7.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. - 🔧 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 ##### Data Grid ##### `@mui/x-data-grid@7.13.0` - \[DataGrid] Fix CSV export for `null` and `undefined` values ([#14166](https://togithub.com/mui/mui-x/issues/14166)) [@k-rajat19](https://togithub.com/k-rajat19) - \[DataGrid] Fix error logged during skeleton loading with nested data grid ([#14186](https://togithub.com/mui/mui-x/issues/14186)) [@KenanYusuf](https://togithub.com/KenanYusuf) - \[DataGrid] Remove needless check in `useGridStateInitialization` ([#14181](https://togithub.com/mui/mui-x/issues/14181)) [@k-rajat19](https://togithub.com/k-rajat19) - \[DataGrid] Add recipe for persisting filters in local storage ([#14208](https://togithub.com/mui/mui-x/issues/14208)) [@cherniavskii](https://togithub.com/cherniavskii) - \[l10n] Improve Vietnamese (vi-VN) locale ([#14216](https://togithub.com/mui/mui-x/issues/14216)) [@hungnd-casso](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/13623)) [@arminmeh](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/14173)) [@LukasTy](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/14153)) [@JCQuintas](https://togithub.com/JCQuintas) - \[charts] Fix issue where tooltip would disappear on mouse click ([#14187](https://togithub.com/mui/mui-x/issues/14187)) [@alexfauquette](https://togithub.com/alexfauquette) - \[charts] Rename `CartesianContextProvider` to `CartesianProvider` ([#14102](https://togithub.com/mui/mui-x/issues/14102)) [@JCQuintas](https://togithub.com/JCQuintas) - \[charts] Support axis with the same value for all data points ([#14191](https://togithub.com/mui/mui-x/issues/14191)) [@alexfauquette](https://togithub.com/alexfauquette) ##### `@mui/x-date-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](https://togithub.com/mui/mui-x/issues/13388)) [@noraleonte](https://togithub.com/noraleonte) - \[TreeView] Fix the parameters passed for the `canMoveItemToNewPosition` prop ([#14176](https://togithub.com/mui/mui-x/issues/14176)) [@flaviendelangle](https://togithub.com/flaviendelangle) ##### Docs - \[docs] Extract dataset in the Line chart docs ([#14034](https://togithub.com/mui/mui-x/issues/14034)) [@alexfauquette](https://togithub.com/alexfauquette) - \[docs] Remove redundant encoding in the mock data source server ([#14185](https://togithub.com/mui/mui-x/issues/14185)) [@MBilalShafi](https://togithub.com/MBilalShafi) - \[docs] Use Netflix financial results to document bar charts ([#13991](https://togithub.com/mui/mui-x/issues/13991)) [@alexfauquette](https://togithub.com/alexfauquette) - \[docs] Remove relience of abbreviations ([#14226](https://togithub.com/mui/mui-x/issues/14226)) [@oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - \[core] Bump monorepo ([#14141](https://togithub.com/mui/mui-x/issues/14141)) [@Janpot](https://togithub.com/Janpot) - \[core] Fix ESLint issue ([#14207](https://togithub.com/mui/mui-x/issues/14207)) [@LukasTy](https://togithub.com/LukasTy) - \[core] Fix Netlify build cache issue ([#14182](https://togithub.com/mui/mui-x/issues/14182)) [@cherniavskii](https://togithub.com/cherniavskii) - \[code-infra] Refactor Netlify `cache-docs` plugin setup ([#14105](https://togithub.com/mui/mui-x/issues/14105)) [@LukasTy](https://togithub.com/LukasTy) - \[internals] Move utils needed for tree view virtualization to shared package ([#14202](https://togithub.com/mui/mui-x/issues/14202)) [@flaviendelangle](https://togithub.com/flaviendelangle) ### [`v7.12.1`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7121) [Compare Source](https://togithub.com/mui/mui-x/compare/v7.12.0...v7.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 ##### Data Grid ##### `@mui/x-data-grid@7.12.1` - \[DataGrid] Fix `checkboxSelectionVisibleOnly` behavior with server-side pagination ([#14083](https://togithub.com/mui/mui-x/issues/14083)) [@MBilalShafi](https://togithub.com/MBilalShafi) - \[DataGrid] Fix `columnHeadersContainerRef` being `undefined` before mount ([#14051](https://togithub.com/mui/mui-x/issues/14051)) [@samwato](https://togithub.com/samwato) - \[DataGrid] Support Yarn PnP ([#14126](https://togithub.com/mui/mui-x/issues/14126)) [@cherniavskii](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/14036)) [@Robin1896](https://togithub.com/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](https://togithub.com/mui/mui-x/issues/14073)) [@JCQuintas](https://togithub.com/JCQuintas) - \[charts] Move `plugins` to `PluginProvider` ([#14056](https://togithub.com/mui/mui-x/issues/14056)) [@JCQuintas](https://togithub.com/JCQuintas) ##### `@mui/x-date-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](https://togithub.com/mui/mui-x/issues/13859)) [@alexfauquette](https://togithub.com/alexfauquette) ##### Tree View ##### `@mui/x-tree-view@7.12.1` ##### Docs - \[docs] Add a warning to promote the usage of `updateRows` ([#14027](https://togithub.com/mui/mui-x/issues/14027)) [@MBilalShafi](https://togithub.com/MBilalShafi) - \[docs] Disable ad in `Rich Tree View-Ordering` page ([#14123](https://togithub.com/mui/mui-x/issues/14123)) [@oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Redesign Date and Time Pickers overview page ([#13241](https://togithub.com/mui/mui-x/issues/13241)) [@noraleonte](https://togithub.com/noraleonte) - \[CHANGELOG] Polish details [@oliviertassinari](https://togithub.com/oliviertassinari) - \[code-infra] Use concurrency 1 in CircleCI ([#14110](https://togithub.com/mui/mui-x/issues/14110)) [@JCQuintas](https://togithub.com/JCQuintas) - \[infra] Re-added the removal of `Latest Version` section ([#14132](https://togithub.com/mui/mui-x/issues/14132)) [@michelengelen](https://togithub.com/michelengelen) ### [`v7.12.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7120) [Compare Source](https://togithub.com/mui/mui-x/compare/v7.11.1...v7.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 - 📦 Support Common JS 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://togithub.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://togithub.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://togithub.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 ##### Data Grid ##### `@mui/x-data-grid@7.12.0` - \[DataGrid] Fix crash when updating columns immediately after scrolling ([#13781](https://togithub.com/mui/mui-x/issues/13781)) [@cherniavskii](https://togithub.com/cherniavskii) - \[DataGrid] FiConfiguration
📅 Schedule: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.