@mui/x-license 7.23.2 → 7.23.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +110 -0
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,116 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 7.23.5
|
|
7
|
+
|
|
8
|
+
_Dec 27, 2024_
|
|
9
|
+
|
|
10
|
+
Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🐞 Fix version mismatch issue in Data Grid codesandbox/stackblitz demos
|
|
13
|
+
|
|
14
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
15
|
+
|
|
16
|
+
### Data Grid
|
|
17
|
+
|
|
18
|
+
#### `@mui/x-data-grid@7.23.5`
|
|
19
|
+
|
|
20
|
+
No changes since `@mui/x-data-grid@v7.23.4`.
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid-pro@7.23.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
23
|
+
|
|
24
|
+
Same changes as in `@mui/x-data-grid@7.23.5`.
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-premium@7.23.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid-pro@7.23.5`.
|
|
29
|
+
|
|
30
|
+
## v7.23.4
|
|
31
|
+
|
|
32
|
+
_Dec 27, 2024_
|
|
33
|
+
|
|
34
|
+
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
35
|
+
|
|
36
|
+
- 🌍 Improve Dutch (nl-NL) locale on the Data Grid
|
|
37
|
+
- 🐞 Bugfixes
|
|
38
|
+
|
|
39
|
+
Special thanks go out to the community contributor who has helped make this release possible:
|
|
40
|
+
@JoepVerkoelen.
|
|
41
|
+
Following are all team members who have contributed to this release:
|
|
42
|
+
@arminmeh, @oliviertassinari.
|
|
43
|
+
|
|
44
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
45
|
+
|
|
46
|
+
### Data Grid
|
|
47
|
+
|
|
48
|
+
#### `@mui/x-data-grid@7.23.4`
|
|
49
|
+
|
|
50
|
+
- [DataGrid] Fix header filters showing clear button while empty (#15990) @k-rajat19
|
|
51
|
+
- [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15984) @lauri865
|
|
52
|
+
- [l10n] Improve Dutch (nl-NL) locale (#15920) @JoepVerkoelen
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-data-grid-pro@7.23.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
55
|
+
|
|
56
|
+
Same changes as in `@mui/x-data-grid@7.23.4`.
|
|
57
|
+
|
|
58
|
+
#### `@mui/x-data-grid-premium@7.23.4` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
59
|
+
|
|
60
|
+
Same changes as in `@mui/x-data-grid-pro@7.23.4`, plus:
|
|
61
|
+
|
|
62
|
+
- [DataGridPremium] Fix column pinning with checkbox selection and row grouping (#15949) @k-rajat19
|
|
63
|
+
|
|
64
|
+
### Docs
|
|
65
|
+
|
|
66
|
+
- [docs] Fix outdated link to handbook (#15855) @oliviertassinari
|
|
67
|
+
|
|
68
|
+
## 7.23.3
|
|
69
|
+
|
|
70
|
+
_Dec 19, 2024_
|
|
71
|
+
|
|
72
|
+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
73
|
+
|
|
74
|
+
- 🌍 Improve Korean (ko-KR) locale on the Data Grid
|
|
75
|
+
- 🐞 Bugfixes
|
|
76
|
+
|
|
77
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
78
|
+
@k-rajat19, @good-jinu.
|
|
79
|
+
Following are all team members who have contributed to this release:
|
|
80
|
+
@KenanYusuf, @MBilalShafi, @arminmeh, @flaviendelangle.
|
|
81
|
+
|
|
82
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
83
|
+
|
|
84
|
+
### Data Grid
|
|
85
|
+
|
|
86
|
+
#### `@mui/x-data-grid@7.23.3`
|
|
87
|
+
|
|
88
|
+
- [DataGrid] Allow passing custom props to `.main` element (#15919) @MBilalShafi
|
|
89
|
+
- [DataGrid] Consider `columnGroupHeaderHeight` prop in `getTotalHeaderHeight` method (#15927) @k-rajat19
|
|
90
|
+
- [DataGrid] Deprecate `indeterminateCheckboxAction` prop (#15862) @MBilalShafi
|
|
91
|
+
- [DataGrid] Fix `aria-label` value for group checkboxes (#15861) @MBilalShafi
|
|
92
|
+
- [DataGrid] Fix autosizing with virtualized columns (#15929) @k-rajat19
|
|
93
|
+
- [DataGrid] Round dimensions to avoid subpixel rendering error (#15873) @KenanYusuf
|
|
94
|
+
- [DataGrid] Toggle menu on click in `<GridActionsCell />` (#15871) @k-rajat19
|
|
95
|
+
- [DataGrid] Trigger row spanning computation on rows update (#15872) @MBilalShafi
|
|
96
|
+
- [l10n] Improve Korean (ko-KR) locale (#15906) @good-jinu
|
|
97
|
+
|
|
98
|
+
#### `@mui/x-data-grid-pro@7.23.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
99
|
+
|
|
100
|
+
Same changes as in `@mui/x-data-grid@7.23.3`.
|
|
101
|
+
|
|
102
|
+
#### `@mui/x-data-grid-premium@7.23.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
103
|
+
|
|
104
|
+
Same changes as in `@mui/x-data-grid-pro@7.23.3`.
|
|
105
|
+
|
|
106
|
+
### Date and Time Pickers
|
|
107
|
+
|
|
108
|
+
#### `@mui/x-date-pickers@7.23.3`
|
|
109
|
+
|
|
110
|
+
- [pickers] Add verification to disable skipped hours in spring forward DST (#15918) @flaviendelangle
|
|
111
|
+
|
|
112
|
+
#### `@mui/x-date-pickers-pro@7.23.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
113
|
+
|
|
114
|
+
Same changes as in `@mui/x-date-pickers@7.23.3`.
|
|
115
|
+
|
|
6
116
|
## 7.23.2
|
|
7
117
|
|
|
8
118
|
_Dec 12, 2024_
|
package/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED