Update dependency @mui/x-tree-view to v7.11.1 #295

Merged
pierre merged 1 commits from renovate/mui-x-tree-view-7.x-lockfile into master 2024-08-23 07:53:29 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-tree-view (source) dependencies minor 7.9.0 -> 7.11.1

Release Notes

mui/mui-x (@​mui/x-tree-view)

v7.11.1

Compare Source

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
Data Grid
@mui/x-data-grid@7.11.1
  • DataGrid] Remove dead code in internal `GridPreferencesPanel` ([#​13934](https://github.com/mui/mui-x/issues/13934)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGrid] Do not miss to escape formulas in CSV export ([#​13888](https://github.com/mui/mui-x/issues/13888)) [@​arminmeh](https://github.com/arminmeh)
    
  • l10n] Add Icelandic (is-IS) locale ([#​13283](https://github.com/mui/mui-x/issues/13283)) [@​magnimarels](https://github.com/magnimarels)
    
  • l10n] Add Norwegian nynorsk (nn-NO) locale and improve Norwegian bokmål (nb-NO) locale ([#​13588](https://github.com/mui/mui-x/issues/13588)) [@​AnderzL7](https://github.com/AnderzL7)
    
  • l10n] Improve German (de-DE) locale ([#​13910](https://github.com/mui/mui-x/issues/13910)) [@​lhilgert9](https://github.com/lhilgert9)
    
    

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

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

  • DataGridPremium] Pass the `api` object to events ([#​13893](https://github.com/mui/mui-x/issues/13893)) [@​pcorpet](https://github.com/pcorpet)
    
  • DataGridPremium] Fix paste to selected cells ([#​13967](https://github.com/mui/mui-x/issues/13967)) [@​romgrk](https://github.com/romgrk)
    
    
Date and Time Pickers
@mui/x-date-pickers@7.11.1
  • fields] Prevent keyboard editing when disabled ([#​13900](https://github.com/mui/mui-x/issues/13900)) [@​arthurbalduini](https://github.com/arthurbalduini)
    
  • l10n] Add Norwegian Nynorsk (nn-NO) locale ([#​13946](https://github.com/mui/mui-x/issues/13946)) [@​AnderzL7](https://github.com/AnderzL7)
    
    

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](https://github.com/mui/mui-x/issues/13965)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Allow `Zoom` to be controllable ([#​13858](https://github.com/mui/mui-x/issues/13858)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Deprecate `xAxisKey` /`zAxisKey` in favor of `xAxisId`/`zAxisId` ([#​13940](https://github.com/mui/mui-x/issues/13940)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Hide empty arcs in the PieChart ([#​13897](https://github.com/mui/mui-x/issues/13897)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Limit the trigger of exit charts ([#​13682](https://github.com/mui/mui-x/issues/13682)) [@​alexfauquette](https://github.com/alexfauquette)
    
    
Tree View
@mui/x-tree-view@7.11.1
  • TreeView] Allow the plugins to enrich the props passed to the item slots ([#​13953](https://github.com/mui/mui-x/issues/13953)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Bump pnpm priority as a package manager ([#​13894](https://github.com/mui/mui-x/issues/13894)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Explicitly mark charts pro as not released ([#​13905](https://github.com/mui/mui-x/issues/13905)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs] Fix dot consistency a11y table [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Fix some typos in charts docs ([#​13906](https://github.com/mui/mui-x/issues/13906)) [@​cratiu222](https://github.com/cratiu222)
    
  • docs] Fix spelling ([#​13902](https://github.com/mui/mui-x/issues/13902)) [@​nnsW3](https://github.com/nnsW3)
    
  • docs] Improve error message when moving between plans ([#​13874](https://github.com/mui/mui-x/issues/13874)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Update `SparkLineChart` reference not being correctly capitalised ([#​13960](https://github.com/mui/mui-x/issues/13960)) [@​duckboy81](https://github.com/duckboy81)
    
  • docs] Fix scroll demos disorientation ([#​13909](https://github.com/mui/mui-x/issues/13909)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
    
Core
  • core] Add `@mui/material-nextjs` to `MUI Core` renovate group ([#​13966](https://github.com/mui/mui-x/issues/13966)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Remove warning message in production ([#​13911](https://github.com/mui/mui-x/issues/13911)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • code-infra] Reuse `useReactVersion` script from the monorepo ([#​13710](https://github.com/mui/mui-x/issues/13710)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • infra] Adds order id validation action ([#​13957](https://github.com/mui/mui-x/issues/13957)) [@​michelengelen](https://github.com/michelengelen)
    
  • infra] Fix order id validator action ([#​13971](https://github.com/mui/mui-x/issues/13971)) [@​michelengelen](https://github.com/michelengelen)
    
  • infra] Fix regex in order id validation ([#​13976](https://github.com/mui/mui-x/issues/13976)) [@​michelengelen](https://github.com/michelengelen)
    
  • infra] Issue template improvement ([#​13954](https://github.com/mui/mui-x/issues/13954)) [@​michelengelen](https://github.com/michelengelen)
    
    

v7.11.0

Compare Source

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 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
Data Grid
@mui/x-data-grid@7.11.0
  • DataGrid] Expose `gridEditRowsStateSelector` ([#​13877](https://github.com/mui/mui-x/issues/13877)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Fix `columnResizeStop` event not emitted when column is not resized ([#​13307](https://github.com/mui/mui-x/issues/13307)) [@​mateuseap](https://github.com/mateuseap)
    
  • DataGrid] Fix delete filter inconsistent behavior ([#​13353](https://github.com/mui/mui-x/issues/13353)) [@​oukunan](https://github.com/oukunan)
    
  • DataGrid] Enable flip on preferences panel ([#​13803](https://github.com/mui/mui-x/issues/13803)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Support `date` and `datetime-local` input types in `GridFilterInputMultipleValue` type ([#​13411](https://github.com/mui/mui-x/issues/13411)) [@​karudedios](https://github.com/karudedios)
    
  • l10n] Improve Russian (ru-RU) locale ([#​13735](https://github.com/mui/mui-x/issues/13735)) [@​diro-atk](https://github.com/diro-atk)
    
    

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

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](https://github.com/mui/mui-x/issues/13651)) [@​100pearlcent](https://github.com/100pearlcent)
    
  • l10n] Improve Russian (ru-RU) locale ([#​13871](https://github.com/mui/mui-x/issues/13871)) [@​Inv1x](https://github.com/Inv1x)
    
  • pickers] Add more conformance tests improving API docs precision ([#​13800](https://github.com/mui/mui-x/issues/13800)) [@​LukasTy](https://github.com/LukasTy)
    
  • TimePicker] Add `Mui-selected` class to `TimeClock` meridiem buttons ([#​13848](https://github.com/mui/mui-x/issues/13848)) [@​LukasTy](https://github.com/LukasTy)
    
    

Same changes as in @mui/x-date-pickers@7.11.0, plus:

  • DateRangePicker] Fix `name` prop propagation regression ([#​13821](https://github.com/mui/mui-x/issues/13821)) [@​LukasTy](https://github.com/LukasTy)
    
    
Charts
@mui/x-charts@7.11.0
  • charts] Create color legend ([#​13700](https://github.com/mui/mui-x/issues/13700)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Defaultize axis on top level `useChartContainerProps` ([#​13817](https://github.com/mui/mui-x/issues/13817)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Fix charts not passing `className` to root element ([#​13647](https://github.com/mui/mui-x/issues/13647)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Generate API documentation for pro components ([#​13822](https://github.com/mui/mui-x/issues/13822)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Improve zoomed highlight behaviour (unreleased) ([#​13868](https://github.com/mui/mui-x/issues/13868)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Allow zoom on Y axis and add zoom options to configure zooming behaviour (unreleased) ([#​13726](https://github.com/mui/mui-x/issues/13726)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Disable animations while zooming (unreleased) ([#​13807](https://github.com/mui/mui-x/issues/13807)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
Tree View
@mui/x-tree-view@7.11.0
  • TreeView] Extract some logic outside of the `useTreeView` hook ([#​13845](https://github.com/mui/mui-x/issues/13845)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add warning about `process.env.NODE_ENV` in production ([#​13869](https://github.com/mui/mui-x/issues/13869)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • docs] Allow controlling the demo form from the example ([#​13796](https://github.com/mui/mui-x/issues/13796)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • docs] Clarify Pickers clearable behavior not working on mobile ([#​13786](https://github.com/mui/mui-x/issues/13786)) [@​lnhrdt](https://github.com/lnhrdt)
    
  • docs] Improve the documentation of the picker's `onChange` and `onAccept` props ([#​13543](https://github.com/mui/mui-x/issues/13543)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • docs] Replace company name with project name [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Sort Pickers & Charts API slots alphabetically ([#​13843](https://github.com/mui/mui-x/issues/13843)) [@​LukasTy](https://github.com/LukasTy)
    
    
Core
  • core] Add MUI Internal `renovate` group ([#​13846](https://github.com/mui/mui-x/issues/13846)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Link GitHub issue for `import/prefer-default-export` rule [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • core] Normalize `...other` and test imports in charts ([#​13844](https://github.com/mui/mui-x/issues/13844)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • core] Normalize rest / other to match the most common used [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • code-infra] Follow `next` tag for `@mui/docs` package bumps ([#​13813](https://github.com/mui/mui-x/issues/13813)) [@​LukasTy](https://github.com/LukasTy)
    
  • code-infra] Use specific version for `@mui/docs` dependency ([#​13760](https://github.com/mui/mui-x/issues/13760)) [@​LukasTy](https://github.com/LukasTy)
    
  • internals] Move `EventManager` to `@mui/x-internals` package ([#​13815](https://github.com/mui/mui-x/issues/13815)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    

v7.10.0

Compare Source

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
Data Grid
@mui/x-data-grid@7.10.0
  • DataGrid] Add selectors to support showing child row count in footer ([#​13725](https://github.com/mui/mui-x/issues/13725)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • DataGrid] Fix incorrect panels position when using a toolbar ([#​13474](https://github.com/mui/mui-x/issues/13474)) [@​oukunan](https://github.com/oukunan)
    
  • DataGrid] Set default variant to `'standard'` in `GridFilterInputMultipleValue` ([#​13129](https://github.com/mui/mui-x/issues/13129)) [@​tarunrajput](https://github.com/tarunrajput)
    
  • DataGrid] Use `readonly` on more array props ([#​13331](https://github.com/mui/mui-x/issues/13331)) [@​pcorpet](https://github.com/pcorpet)
    
  • l10n] Improve Spanish (es-ES) locale ([#​13772](https://github.com/mui/mui-x/issues/13772)) [@​joserealdev](https://github.com/joserealdev)
    
    

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

  • DataGridPro] Keep bottom pinned row at the bottom ([#​13313](https://github.com/mui/mui-x/issues/13313)) [@​romgrk](https://github.com/romgrk)
    
    

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](https://github.com/mui/mui-x/issues/13779)) [@​LukasTy](https://github.com/LukasTy)
    
  • fields] Unify fields behavior regardless of the `readOnly` flag ([#​13688](https://github.com/mui/mui-x/issues/13688)) [@​LukasTy](https://github.com/LukasTy)
    
    

Same changes as in @mui/x-date-pickers@7.10.0, plus:

  • DateRangePicker] Fix `calendarHeader` slot props propagation ([#​13780](https://github.com/mui/mui-x/issues/13780)) [@​LukasTy](https://github.com/LukasTy)
    
  • DateTimeRangePicker] Resolve `format` from given `views` ([#​13743](https://github.com/mui/mui-x/issues/13743)) [@​LukasTy](https://github.com/LukasTy)
    
    
Charts
@mui/x-charts@7.10.0
  • charts] Fix displaying area of a `LineChart` when using the `log` scale ([#​13791](https://github.com/mui/mui-x/issues/13791)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Use correct click handler prop on pie chart `OnSeriesItemClick` documentation ([#​13761](https://github.com/mui/mui-x/issues/13761)) [@​tonyhallett](https://github.com/tonyhallett)
    
    
Tree View
@mui/x-tree-view@7.10.0
  • TreeView] Add `getItemTree` and `getItemOrderedChildrenIds` methods to the public API ([#​13804](https://github.com/mui/mui-x/issues/13804)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Add utility function to check if an optional plugin is present ([#​13788](https://github.com/mui/mui-x/issues/13788)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add missing default `loading` prop value ([#​13604](https://github.com/mui/mui-x/issues/13604)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Add the `DateTimeRangePicker` to the "Commonly used components" demo ([#​13775](https://github.com/mui/mui-x/issues/13775)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • docs] Fix Pickers customization playground overflow ([#​13742](https://github.com/mui/mui-x/issues/13742)) [@​LukasTy](https://github.com/LukasTy)
    
  • docs] Move Pickers dialog guidelines to accessibility page ([#​13778](https://github.com/mui/mui-x/issues/13778)) [@​arthurbalduini](https://github.com/arthurbalduini)
    
    
Core
  • core] Sort `DATA_GRID_PROPS_DEFAULT_VALUES` alphabetically ([#​13783](https://github.com/mui/mui-x/issues/13783)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Fix split infinitive use in tests [@​oliviertassinari](https://github.com/oliviertassinari)
    
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/x-tree-view](https://mui.com/x/react-tree-view/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view)) | dependencies | minor | [`7.9.0` -> `7.11.1`](https://renovatebot.com/diffs/npm/@mui%2fx-tree-view/7.9.0/7.11.1) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-tree-view)</summary> ### [`v7.11.1`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7111) [Compare Source](https://github.com/mui/mui-x/compare/v7.11.0...v7.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 ([#&#8203;13858](https://github.com/mui/mui-x/issues/13858)) [@&#8203;JCQuintas](https://github.com/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` ([#&#8203;13934](https://github.com/mui/mui-x/issues/13934)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGrid] Do not miss to escape formulas in CSV export ([#&#8203;13888](https://github.com/mui/mui-x/issues/13888)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[l10n] Add Icelandic (is-IS) locale ([#&#8203;13283](https://github.com/mui/mui-x/issues/13283)) [@&#8203;magnimarels](https://github.com/magnimarels) - \[l10n] Add Norwegian nynorsk (nn-NO) locale and improve Norwegian bokmål (nb-NO) locale ([#&#8203;13588](https://github.com/mui/mui-x/issues/13588)) [@&#8203;AnderzL7](https://github.com/AnderzL7) - \[l10n] Improve German (de-DE) locale ([#&#8203;13910](https://github.com/mui/mui-x/issues/13910)) [@&#8203;lhilgert9](https://github.com/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 ([#&#8203;13893](https://github.com/mui/mui-x/issues/13893)) [@&#8203;pcorpet](https://github.com/pcorpet) - \[DataGridPremium] Fix paste to selected cells ([#&#8203;13967](https://github.com/mui/mui-x/issues/13967)) [@&#8203;romgrk](https://github.com/romgrk) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.11.1` - \[fields] Prevent keyboard editing when disabled ([#&#8203;13900](https://github.com/mui/mui-x/issues/13900)) [@&#8203;arthurbalduini](https://github.com/arthurbalduini) - \[l10n] Add Norwegian Nynorsk (nn-NO) locale ([#&#8203;13946](https://github.com/mui/mui-x/issues/13946)) [@&#8203;AnderzL7](https://github.com/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 ([#&#8203;13965](https://github.com/mui/mui-x/issues/13965)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Allow `Zoom` to be controllable ([#&#8203;13858](https://github.com/mui/mui-x/issues/13858)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Deprecate `xAxisKey` /`zAxisKey` in favor of `xAxisId`/`zAxisId` ([#&#8203;13940](https://github.com/mui/mui-x/issues/13940)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Hide empty arcs in the PieChart ([#&#8203;13897](https://github.com/mui/mui-x/issues/13897)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Limit the trigger of exit charts ([#&#8203;13682](https://github.com/mui/mui-x/issues/13682)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### Tree View ##### `@mui/x-tree-view@7.11.1` - \[TreeView] Allow the plugins to enrich the props passed to the item slots ([#&#8203;13953](https://github.com/mui/mui-x/issues/13953)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Bump pnpm priority as a package manager ([#&#8203;13894](https://github.com/mui/mui-x/issues/13894)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Explicitly mark charts pro as not released ([#&#8203;13905](https://github.com/mui/mui-x/issues/13905)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Fix dot consistency a11y table [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix some typos in charts docs ([#&#8203;13906](https://github.com/mui/mui-x/issues/13906)) [@&#8203;cratiu222](https://github.com/cratiu222) - \[docs] Fix spelling ([#&#8203;13902](https://github.com/mui/mui-x/issues/13902)) [@&#8203;nnsW3](https://github.com/nnsW3) - \[docs] Improve error message when moving between plans ([#&#8203;13874](https://github.com/mui/mui-x/issues/13874)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Update `SparkLineChart` reference not being correctly capitalised ([#&#8203;13960](https://github.com/mui/mui-x/issues/13960)) [@&#8203;duckboy81](https://github.com/duckboy81) - \[docs] Fix scroll demos disorientation ([#&#8203;13909](https://github.com/mui/mui-x/issues/13909)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - \[core] Add `@mui/material-nextjs` to `MUI Core` renovate group ([#&#8203;13966](https://github.com/mui/mui-x/issues/13966)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Remove warning message in production ([#&#8203;13911](https://github.com/mui/mui-x/issues/13911)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Reuse `useReactVersion` script from the monorepo ([#&#8203;13710](https://github.com/mui/mui-x/issues/13710)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[infra] Adds order id validation action ([#&#8203;13957](https://github.com/mui/mui-x/issues/13957)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[infra] Fix order id validator action ([#&#8203;13971](https://github.com/mui/mui-x/issues/13971)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[infra] Fix regex in order id validation ([#&#8203;13976](https://github.com/mui/mui-x/issues/13976)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[infra] Issue template improvement ([#&#8203;13954](https://github.com/mui/mui-x/issues/13954)) [@&#8203;michelengelen](https://github.com/michelengelen) ### [`v7.11.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7110) [Compare Source](https://github.com/mui/mui-x/compare/v7.10.0...v7.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 ([#&#8203;13700](https://github.com/mui/mui-x/issues/13700)) [@&#8203;alexfauquette](https://github.com/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` ([#&#8203;13877](https://github.com/mui/mui-x/issues/13877)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Fix `columnResizeStop` event not emitted when column is not resized ([#&#8203;13307](https://github.com/mui/mui-x/issues/13307)) [@&#8203;mateuseap](https://github.com/mateuseap) - \[DataGrid] Fix delete filter inconsistent behavior ([#&#8203;13353](https://github.com/mui/mui-x/issues/13353)) [@&#8203;oukunan](https://github.com/oukunan) - \[DataGrid] Enable flip on preferences panel ([#&#8203;13803](https://github.com/mui/mui-x/issues/13803)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Support `date` and `datetime-local` input types in `GridFilterInputMultipleValue` type ([#&#8203;13411](https://github.com/mui/mui-x/issues/13411)) [@&#8203;karudedios](https://github.com/karudedios) - \[l10n] Improve Russian (ru-RU) locale ([#&#8203;13735](https://github.com/mui/mui-x/issues/13735)) [@&#8203;diro-atk](https://github.com/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 ([#&#8203;13651](https://github.com/mui/mui-x/issues/13651)) [@&#8203;100pearlcent](https://github.com/100pearlcent) - \[l10n] Improve Russian (ru-RU) locale ([#&#8203;13871](https://github.com/mui/mui-x/issues/13871)) [@&#8203;Inv1x](https://github.com/Inv1x) - \[pickers] Add more conformance tests improving API docs precision ([#&#8203;13800](https://github.com/mui/mui-x/issues/13800)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[TimePicker] Add `Mui-selected` class to `TimeClock` meridiem buttons ([#&#8203;13848](https://github.com/mui/mui-x/issues/13848)) [@&#8203;LukasTy](https://github.com/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 ([#&#8203;13821](https://github.com/mui/mui-x/issues/13821)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Charts ##### `@mui/x-charts@7.11.0` - \[charts] Create color legend ([#&#8203;13700](https://github.com/mui/mui-x/issues/13700)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Defaultize axis on top level `useChartContainerProps` ([#&#8203;13817](https://github.com/mui/mui-x/issues/13817)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix charts not passing `className` to root element ([#&#8203;13647](https://github.com/mui/mui-x/issues/13647)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Generate API documentation for pro components ([#&#8203;13822](https://github.com/mui/mui-x/issues/13822)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Improve zoomed highlight behaviour (unreleased) ([#&#8203;13868](https://github.com/mui/mui-x/issues/13868)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Allow zoom on Y axis and add zoom options to configure zooming behaviour (unreleased) ([#&#8203;13726](https://github.com/mui/mui-x/issues/13726)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Disable animations while zooming (unreleased) ([#&#8203;13807](https://github.com/mui/mui-x/issues/13807)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.11.0` - \[TreeView] Extract some logic outside of the `useTreeView` hook ([#&#8203;13845](https://github.com/mui/mui-x/issues/13845)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add warning about `process.env.NODE_ENV` in production ([#&#8203;13869](https://github.com/mui/mui-x/issues/13869)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[docs] Allow controlling the demo form from the example ([#&#8203;13796](https://github.com/mui/mui-x/issues/13796)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs] Clarify Pickers clearable behavior not working on mobile ([#&#8203;13786](https://github.com/mui/mui-x/issues/13786)) [@&#8203;lnhrdt](https://github.com/lnhrdt) - \[docs] Improve the documentation of the picker's `onChange` and `onAccept` props ([#&#8203;13543](https://github.com/mui/mui-x/issues/13543)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[docs] Replace company name with project name [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Sort Pickers & Charts API slots alphabetically ([#&#8203;13843](https://github.com/mui/mui-x/issues/13843)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Core - \[core] Add MUI Internal `renovate` group ([#&#8203;13846](https://github.com/mui/mui-x/issues/13846)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Link GitHub issue for `import/prefer-default-export` rule [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Normalize `...other` and test imports in charts ([#&#8203;13844](https://github.com/mui/mui-x/issues/13844)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[core] Normalize rest / other to match the most common used [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Follow `next` tag for `@mui/docs` package bumps ([#&#8203;13813](https://github.com/mui/mui-x/issues/13813)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[code-infra] Use specific version for `@mui/docs` dependency ([#&#8203;13760](https://github.com/mui/mui-x/issues/13760)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[internals] Move `EventManager` to `@mui/x-internals` package ([#&#8203;13815](https://github.com/mui/mui-x/issues/13815)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ### [`v7.10.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7100) [Compare Source](https://github.com/mui/mui-x/compare/v7.9.0...v7.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 ([#&#8203;13725](https://github.com/mui/mui-x/issues/13725)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Fix incorrect panels position when using a toolbar ([#&#8203;13474](https://github.com/mui/mui-x/issues/13474)) [@&#8203;oukunan](https://github.com/oukunan) - \[DataGrid] Set default variant to `'standard'` in `GridFilterInputMultipleValue` ([#&#8203;13129](https://github.com/mui/mui-x/issues/13129)) [@&#8203;tarunrajput](https://github.com/tarunrajput) - \[DataGrid] Use `readonly` on more array props ([#&#8203;13331](https://github.com/mui/mui-x/issues/13331)) [@&#8203;pcorpet](https://github.com/pcorpet) - \[l10n] Improve Spanish (es-ES) locale ([#&#8203;13772](https://github.com/mui/mui-x/issues/13772)) [@&#8203;joserealdev](https://github.com/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 ([#&#8203;13313](https://github.com/mui/mui-x/issues/13313)) [@&#8203;romgrk](https://github.com/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 ([#&#8203;13779](https://github.com/mui/mui-x/issues/13779)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[fields] Unify fields behavior regardless of the `readOnly` flag ([#&#8203;13688](https://github.com/mui/mui-x/issues/13688)) [@&#8203;LukasTy](https://github.com/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 ([#&#8203;13780](https://github.com/mui/mui-x/issues/13780)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[DateTimeRangePicker] Resolve `format` from given `views` ([#&#8203;13743](https://github.com/mui/mui-x/issues/13743)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Charts ##### `@mui/x-charts@7.10.0` - \[charts] Fix displaying area of a `LineChart` when using the `log` scale ([#&#8203;13791](https://github.com/mui/mui-x/issues/13791)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Use correct click handler prop on pie chart `OnSeriesItemClick` documentation ([#&#8203;13761](https://github.com/mui/mui-x/issues/13761)) [@&#8203;tonyhallett](https://github.com/tonyhallett) ##### Tree View ##### `@mui/x-tree-view@7.10.0` - \[TreeView] Add `getItemTree` and `getItemOrderedChildrenIds` methods to the public API ([#&#8203;13804](https://github.com/mui/mui-x/issues/13804)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Add utility function to check if an optional plugin is present ([#&#8203;13788](https://github.com/mui/mui-x/issues/13788)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add missing default `loading` prop value ([#&#8203;13604](https://github.com/mui/mui-x/issues/13604)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Add the `DateTimeRangePicker` to the "Commonly used components" demo ([#&#8203;13775](https://github.com/mui/mui-x/issues/13775)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[docs] Fix Pickers customization playground overflow ([#&#8203;13742](https://github.com/mui/mui-x/issues/13742)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[docs] Move Pickers dialog guidelines to accessibility page ([#&#8203;13778](https://github.com/mui/mui-x/issues/13778)) [@&#8203;arthurbalduini](https://github.com/arthurbalduini) ##### Core - \[core] Sort `DATA_GRID_PROPS_DEFAULT_VALUES` alphabetically ([#&#8203;13783](https://github.com/mui/mui-x/issues/13783)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Fix split infinitive use in tests [@&#8203;oliviertassinari](https://github.com/oliviertassinari) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
pierre added 1 commit 2024-07-29 00:08:13 +00:00
Update dependency @mui/x-tree-view to v7.11.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
792f337c67
pierre scheduled this pull request to auto merge when all checks succeed 2024-07-29 00:08:13 +00:00
Author
Owner

Edited/Blocked Notification

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.

### Edited/Blocked Notification 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.
pierre merged commit f3e3759adc into master 2024-08-23 07:53:29 +00:00
pierre deleted branch renovate/mui-x-tree-view-7.x-lockfile 2024-08-23 07:53:29 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/GeneIT#295
No description provided.