flex
flex copied to clipboard
[Snyk] Upgrade @mui/x-date-pickers from 6.19.9 to 7.0.0
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @mui/x-date-pickers from 6.19.9 to 7.0.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
- The recommended version is 18 versions ahead of your current version.
- The recommended version was released 24 days ago, on 2024-03-22.
Release notes
Package name: @mui/x-date-pickers
- 7.0.0 - 2024-03-22 Read more
-
7.0.0-beta.7 - 2024-03-14
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
- 🦥 The Lazy loading feature is now stable and the
lazyLoading
feature flag was removed from theexperimentalFeatures
prop. - 🌍 Improve Japanese (ja-JP) locale for the Data Grid
- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
Breaking changes
- The
columnHeader--showColumnBorder
class was replaced bycolumnHeader--withLeftBorder
andcolumnHeader--withRightBorder
. - The
columnHeadersInner
,columnHeadersInner--scrollable
, andcolumnHeaderDropZone
classes were removed since the inner wrapper was removed in our effort to simplify the DOM structure and improve accessibility. - The
pinnedColumnHeaders
,pinnedColumnHeaders--left
, andpinnedColumnHeaders--right
classes were removed along with the element they were applied to.
The pinned column headers now useposition: 'sticky'
and are rendered in the same row element as the regular column headers.
@ mui/[email protected]
- [DataGrid] Fix focus visible style on scrollbar (#12402) @ oliviertassinari
- [DataGrid] Fix the issue where pressing the Delete key resets various cell values to an empty string. (#12216) @ sooster910
- [DataGrid] Make
rowCount
part of the state (#12381) @ MBilalShafi - [DataGrid] Make column resizing and autosizing available in Community plan (#12420) @ cherniavskii
- [DataGrid] Remove
baseSwitch
slot (#12439) @ romgrk - [l10n] Improve Japanese (ja-JP) locale (#12398) @ makoto14
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
, plus:- [DataGridPro] Add
inputRef
to the props passed tocolDef.renderHeaderFilter
(#12328) @ vovarudomanenko - [DataGridPro] Fix filler rendered for no reason when there are pinned columns (#12440) @ cherniavskii
- [DataGridPro] Make lazy loading feature stable (#12421) @ cherniavskii
- [DataGridPro] Render pinned and non-pinned column headers in one row (#12376) @ cherniavskii
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
, plus:- [DataGridPremium] Fix auto-scroll not working when selecting cell range (#12267) @ cherniavskii
Date and Time Pickers
@ mui/[email protected]
- [fields] Fix
tabIndex
on accessible field DOM structure (#12311) @ flaviendelangle - [fields] Fix items alignment on multi input range fields (#12312) @ flaviendelangle
- [pickers] Improve the customization of the range picker calendar header (#11988) @ flaviendelangle
- [pickers] Keep the existing time when looking for closest enabled date (#12377) @ LukasTy
@ mui/[email protected]
Same changes as in
@ mui/[email protected]
.Charts
@ mui/[email protected]
- [charts] Fix axis highlight when axis is reversed (#12407) @ alexfauquette
Tree View
Breaking changes
The
onNodeFocus
callback has been renamed toonItemFocus
for consistency:<SimpleTreeView - onNodeFocus={onNodeFocus} + onItemFocus={onItemFocus} />
@ mui/[email protected]
- [TreeView] Clean the usage of the term "item" and "node" in API introduced during v7 (#12368) @ noraleonte
- [TreeView] Introduce a new
TreeItem2
component and a newuseTreeItem2
hook (#11721) @ flaviendelangle - [TreeView] Rename
onNodeFocus
toonItemFocus
(#12419) @ noraleonte
Docs
- [docs] Add
legacy
bundle drop mention in migration pages (#12424) @ LukasTy - [docs] Add missing luxon
Info
import (#12427) @ LukasTy - [docs] Improve slots definitions for charts (#12408) @ alexfauquette
- [docs] Polish What's new in MUI X blog titles (#12309) @ oliviertassinari
- [docs] Replace
rel="noreferrer"
byrel="noopener"
@ oliviertassinari - [docs] Update
date-fns
weekStarsOn
overriding example (#12416) @ LukasTy
Core
- [core] Fix CI (#12414) @ flaviendelangle
- [core] Fix PR deploy link for Tree View doc pages (#12411) @ flaviendelangle
- 🦥 The Lazy loading feature is now stable and the
- 7.0.0-beta.6 - 2024-03-08 Read more
- 7.0.0-beta.5 - 2024-03-02 Read more
- 7.0.0-beta.4 - 2024-02-23 Read more
- 7.0.0-beta.2 - 2024-02-09
- 7.0.0-beta.1 - 2024-02-01
- 7.0.0-beta.0 - 2024-01-26
- 7.0.0-alpha.9 - 2024-01-19
- 7.0.0-alpha.8 - 2024-01-11
- 7.0.0-alpha.7 - 2024-01-05
- 7.0.0-alpha.6 - 2023-12-22
- 7.0.0-alpha.5 - 2023-12-14
- 7.0.0-alpha.4 - 2023-12-08
- 7.0.0-alpha.3 - 2023-12-04
- 7.0.0-alpha.2 - 2023-11-23
- 7.0.0-alpha.1 - 2023-11-17
- 7.0.0-alpha.0 - 2023-11-10
- 6.19.9 - 2024-04-05
Commit messages
Package name: @mui/x-date-pickers
- 2e5fbb3 v7.0.0 (#12523)
- 2916fb1 [docs] Update "What's new in MUI X" page (#12527)
- dcb8721 [DateTimeRangePicker] Fix views behavior regression (#12529)
- fb7e03e [DataGridPremium] Fix boolean cell not rendered in group rows (#12492)
- 4280655 [core] Update supported browsers (browserlistrc) (#12521)
- 617bcda [core] Update prettier script to use `master` branch (#12522)
- 9045cc0 [docs] Update supported versions (#12508)
- 0ac7985 [core] Remove leftover `legacy` `browserlistrc` entry (#12415)
- b8418ae [DateTimeRangePicker] Add component `JSDoc` (#12518)
- abe28f6 [pickers] Use renderer interceptor on `DateTimePicker` (#12441)
- 2ec11b7 [core] Bump `@ mui/material` peer dependency for all packages (#12516)
- ce28aa1 [DataGrid] Make `rows` an optional prop (#12478)
- dd1ef3b [docs] Remove mentions of pre release (#12513)
- 66dcf3f [core] Update NPM tag (#12511)
- 0b3a64d Bump MUI Core (#12105)
- 719dc04 [fields] Allow to override the separator between the start and the end date in all range fields (#12174)
- 6787e71 [fields] Support format without separator (#12489)
- 1418ac2 [DataGrid] Dynamic virtualization range (#12353)
- 6fc1da5 [DataGrid] Fix `ElementType` usage (#12479)
- 1a54927 [docs] Update branch name and tags (#12498)
- 84b4e02 [codemod] Add a codemod and update the grid migration guide (#12488)
- 51952b6 [docs] Finalize migration guide (#12501)
- d968a63 [DataGrid] Allow to control the grid density (#12332)
- aea5ef7 [docs] Update links to v7 docs (#12500)
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs