@mui/x-license 7.23.5 → 7.24.0
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 +159 -0
- package/Watermark/Watermark.d.ts +3 -2
- package/Watermark/Watermark.js +5 -2
- package/index.js +1 -1
- package/modern/Watermark/Watermark.js +5 -2
- package/modern/index.js +1 -1
- package/node/Watermark/Watermark.js +4 -2
- package/node/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,165 @@
|
|
|
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.24.0
|
|
7
|
+
|
|
8
|
+
_Jan 17, 2025_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
|
|
13
|
+
- 🐞 Bugfixes
|
|
14
|
+
|
|
15
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
16
|
+
@lauri865, @AxharKhan.
|
|
17
|
+
Following are all team members who have contributed to this release:
|
|
18
|
+
@KenanYusuf, @arminmeh, @cherniavskii, @michelengelen, @samuelsycamore, @LukasTy.
|
|
19
|
+
|
|
20
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@7.24.0`
|
|
25
|
+
|
|
26
|
+
- [DataGrid] Fix resizing right pinned column (#16193) @KenanYusuf
|
|
27
|
+
- [DataGrid] Improve scrollbar deadzone with overlay scrollbars (#16212) @lauri865
|
|
28
|
+
- [DataGrid] Scroll restoration (#16208) @lauri865
|
|
29
|
+
- [DataGrid] Fix row, cell and header memoizations (#16195) @lauri865
|
|
30
|
+
- [l10n] Improve Urdu (ur-PK) locale (#16081) @AxharKhan
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-data-grid-pro@7.24.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
33
|
+
|
|
34
|
+
Same changes as in `@mui/x-data-grid@7.24.0`, plus:
|
|
35
|
+
|
|
36
|
+
- [DataGridPro] Add test for column pinning with disabled column virtualization (#16196) @cherniavskii
|
|
37
|
+
- [DataGridPro] Fix width of right-pinned column group during resize (#16207) @cherniavskii
|
|
38
|
+
|
|
39
|
+
#### `@mui/x-data-grid-premium@7.24.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
40
|
+
|
|
41
|
+
Same changes as in `@mui/x-data-grid-pro@7.24.0`.
|
|
42
|
+
|
|
43
|
+
### Date and Time Pickers
|
|
44
|
+
|
|
45
|
+
#### `@mui/x-date-pickers@7.24.0`
|
|
46
|
+
|
|
47
|
+
Internal changes.
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers-pro@7.24.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
50
|
+
|
|
51
|
+
Same changes as in `@mui/x-date-pickers@7.24.0`.
|
|
52
|
+
|
|
53
|
+
### Charts
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-charts@7.24.0`
|
|
56
|
+
|
|
57
|
+
Internal changes.
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-charts-pro@7.24.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
60
|
+
|
|
61
|
+
Same changes as in `@mui/x-charts@7.24.0`.
|
|
62
|
+
|
|
63
|
+
### Tree View
|
|
64
|
+
|
|
65
|
+
#### `@mui/x-tree-view@7.24.0`
|
|
66
|
+
|
|
67
|
+
Internal changes.
|
|
68
|
+
|
|
69
|
+
#### `@mui/x-tree-view-pro@7.24.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
70
|
+
|
|
71
|
+
Same changes as in `@mui/x-tree-view@7.24.0`.
|
|
72
|
+
|
|
73
|
+
### Docs
|
|
74
|
+
|
|
75
|
+
- [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore
|
|
76
|
+
- [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh
|
|
77
|
+
|
|
78
|
+
### Core
|
|
79
|
+
|
|
80
|
+
- [core] Type all references as `RefObject` (#16125) @arminmeh
|
|
81
|
+
- [code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving (#16214) @LukasTy
|
|
82
|
+
- [infra] Improve cherry-pick action target list (#16188) @michelengelen
|
|
83
|
+
- [test] Fix flaky column pinning unit test (#16209) @cherniavskii
|
|
84
|
+
|
|
85
|
+
## 7.23.6
|
|
86
|
+
|
|
87
|
+
_Jan 9, 2025_
|
|
88
|
+
|
|
89
|
+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
90
|
+
|
|
91
|
+
- 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers
|
|
92
|
+
- 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers
|
|
93
|
+
- 🌍 Improve Dutch (nl-NL) locale on the Data Grid
|
|
94
|
+
- 🐞 Bugfixes
|
|
95
|
+
|
|
96
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
97
|
+
@josteinjhauge, @derek-0000, @nusr, @k-rajat19, @tomashauser.
|
|
98
|
+
Following are all team members who have contributed to this release:
|
|
99
|
+
@flaviendelangle, @LukasTy, @MBilalShafi, @arminmeh, @oliviertassinari, @cherniavskii.
|
|
100
|
+
|
|
101
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
102
|
+
|
|
103
|
+
### Data Grid
|
|
104
|
+
|
|
105
|
+
#### `@mui/x-data-grid@7.23.6`
|
|
106
|
+
|
|
107
|
+
- [DataGrid] Improve React 19 support (#16048) @LukasTy
|
|
108
|
+
- [DataGrid] Add `name` attribute to selection checkboxes (#16041) @derek-0000
|
|
109
|
+
- [DataGrid] Fix number filter field formatting values while typing (#16068) @arminmeh
|
|
110
|
+
- [DataGrid] Fix select all checkbox state reset with server side data (#16039) @MBilalShafi
|
|
111
|
+
|
|
112
|
+
#### `@mui/x-data-grid-pro@7.23.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
113
|
+
|
|
114
|
+
Same changes as in `@mui/x-data-grid@7.23.6`.
|
|
115
|
+
|
|
116
|
+
#### `@mui/x-data-grid-premium@7.23.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
117
|
+
|
|
118
|
+
Same changes as in `@mui/x-data-grid-pro@7.23.6`.
|
|
119
|
+
|
|
120
|
+
### Date and Time Pickers
|
|
121
|
+
|
|
122
|
+
#### `@mui/x-date-pickers@7.23.6`
|
|
123
|
+
|
|
124
|
+
- [pickers] Improve React 19 support (#16048) @LukasTy
|
|
125
|
+
- [l10n] Add Chinese (Taiwan) (zh-TW) locale (#16057) @nusr
|
|
126
|
+
- [l10n] Improve Norwegian (nb-NO) locale (#16083) @josteinjhauge
|
|
127
|
+
- [pickers] Support `date-fns-jalali` v4 (#16013) @LukasTy
|
|
128
|
+
|
|
129
|
+
#### `@mui/x-date-pickers-pro@7.23.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
130
|
+
|
|
131
|
+
Same changes as in `@mui/x-date-pickers@7.23.6`.
|
|
132
|
+
|
|
133
|
+
### Charts
|
|
134
|
+
|
|
135
|
+
#### `@mui/x-charts@7.23.6`
|
|
136
|
+
|
|
137
|
+
- [charts] Improve React 19 support (#16048) @LukasTy
|
|
138
|
+
- [charts] Fix 301 redirection in the API documentation @oliviertassinari
|
|
139
|
+
|
|
140
|
+
#### `@mui/x-charts-pro@7.23.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
141
|
+
|
|
142
|
+
Same changes as in `@mui/x-charts@7.23.6`.
|
|
143
|
+
|
|
144
|
+
### Tree View
|
|
145
|
+
|
|
146
|
+
#### `@mui/x-tree-view@7.23.6`
|
|
147
|
+
|
|
148
|
+
- [TreeView] Improve React 19 support (#16048) @LukasTy
|
|
149
|
+
|
|
150
|
+
#### `@mui/x-tree-view-pro@7.23.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
151
|
+
|
|
152
|
+
Same changes as in `@mui/x-tree-view@7.23.6`.
|
|
153
|
+
|
|
154
|
+
### Docs
|
|
155
|
+
|
|
156
|
+
- [docs] Fix `EditingWithDatePickers` demo (#16047) @k-rajat19
|
|
157
|
+
- [docs] Fix doc warning for automatic children selection on tree view (#16037) @flaviendelangle
|
|
158
|
+
- [docs] Fix non-existing "adapter" property of `LocalizationProvider` (#16088) @tomashauser
|
|
159
|
+
|
|
160
|
+
### Core
|
|
161
|
+
|
|
162
|
+
- [core] Clarify the release strategy (#16012) @MBilalShafi
|
|
163
|
+
- [core] Update the `release:version` docs (#16040) @cherniavskii
|
|
164
|
+
|
|
6
165
|
## 7.23.5
|
|
7
166
|
|
|
8
167
|
_Dec 27, 2024_
|
package/Watermark/Watermark.d.ts
CHANGED
|
@@ -4,5 +4,6 @@ interface WatermarkProps {
|
|
|
4
4
|
packageName: MuiCommercialPackageName;
|
|
5
5
|
releaseInfo: string;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
declare function Watermark(props: WatermarkProps): React.JSX.Element | null;
|
|
8
|
+
declare const MemoizedWatermark: typeof Watermark;
|
|
9
|
+
export { MemoizedWatermark as Watermark };
|
package/Watermark/Watermark.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
import { fastMemo } from '@mui/x-internals/fastMemo';
|
|
2
3
|
import { useLicenseVerifier } from "../useLicenseVerifier/index.js";
|
|
3
4
|
import { LICENSE_STATUS } from "../utils/licenseStatus.js";
|
|
4
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -21,7 +22,7 @@ function getLicenseErrorMessage(licenseStatus) {
|
|
|
21
22
|
throw new Error('Unhandled MUI X license status.');
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
|
-
|
|
25
|
+
function Watermark(props) {
|
|
25
26
|
const {
|
|
26
27
|
packageName,
|
|
27
28
|
releaseInfo
|
|
@@ -45,4 +46,6 @@ export function Watermark(props) {
|
|
|
45
46
|
},
|
|
46
47
|
children: getLicenseErrorMessage(licenseStatus.status)
|
|
47
48
|
});
|
|
48
|
-
}
|
|
49
|
+
}
|
|
50
|
+
const MemoizedWatermark = fastMemo(Watermark);
|
|
51
|
+
export { MemoizedWatermark as Watermark };
|
package/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
import { fastMemo } from '@mui/x-internals/fastMemo';
|
|
2
3
|
import { useLicenseVerifier } from "../useLicenseVerifier/index.js";
|
|
3
4
|
import { LICENSE_STATUS } from "../utils/licenseStatus.js";
|
|
4
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -21,7 +22,7 @@ function getLicenseErrorMessage(licenseStatus) {
|
|
|
21
22
|
throw new Error('Unhandled MUI X license status.');
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
|
-
|
|
25
|
+
function Watermark(props) {
|
|
25
26
|
const {
|
|
26
27
|
packageName,
|
|
27
28
|
releaseInfo
|
|
@@ -45,4 +46,6 @@ export function Watermark(props) {
|
|
|
45
46
|
},
|
|
46
47
|
children: getLicenseErrorMessage(licenseStatus.status)
|
|
47
48
|
});
|
|
48
|
-
}
|
|
49
|
+
}
|
|
50
|
+
const MemoizedWatermark = fastMemo(Watermark);
|
|
51
|
+
export { MemoizedWatermark as Watermark };
|
package/modern/index.js
CHANGED
|
@@ -4,8 +4,9 @@ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWild
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.Watermark =
|
|
7
|
+
exports.Watermark = void 0;
|
|
8
8
|
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _fastMemo = require("@mui/x-internals/fastMemo");
|
|
9
10
|
var _useLicenseVerifier = require("../useLicenseVerifier");
|
|
10
11
|
var _licenseStatus = require("../utils/licenseStatus");
|
|
11
12
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
@@ -52,4 +53,5 @@ function Watermark(props) {
|
|
|
52
53
|
},
|
|
53
54
|
children: getLicenseErrorMessage(licenseStatus.status)
|
|
54
55
|
});
|
|
55
|
-
}
|
|
56
|
+
}
|
|
57
|
+
const MemoizedWatermark = exports.Watermark = (0, _fastMemo.fastMemo)(Watermark);
|
package/node/index.js
CHANGED