@mui/x-date-pickers-pro 6.18.2 → 6.18.4
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 +101 -1
- package/index.js +1 -1
- package/internals/utils/releaseInfo.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/internals/utils/releaseInfo.js +1 -1
- package/modern/index.js +1 -1
- package/modern/internals/utils/releaseInfo.js +1 -1
- package/node/index.js +1 -1
- package/node/internals/utils/releaseInfo.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,105 @@
|
|
|
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
|
+
## 6.18.4
|
|
7
|
+
|
|
8
|
+
_Dec 8, 2023_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 📚 Add [Pickers FAQ page](https://mui.com/x/react-date-pickers/faq/)
|
|
13
|
+
- 🌍 Improve Danish (da-DK) locale on Data Grid
|
|
14
|
+
- 🐞 Bugfixes
|
|
15
|
+
|
|
16
|
+
### Data Grid
|
|
17
|
+
|
|
18
|
+
#### `@mui/x-data-grid@6.18.4`
|
|
19
|
+
|
|
20
|
+
- [DataGrid] Fix cell slot style override (#11215) @oliviertassinari
|
|
21
|
+
- [l10n] Improve Danish (da-DK) locale (#11346) @goibon
|
|
22
|
+
|
|
23
|
+
#### `@mui/x-data-grid-pro@6.18.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
24
|
+
|
|
25
|
+
Same changes as in `@mui/x-data-grid@6.18.4`.
|
|
26
|
+
|
|
27
|
+
#### `@mui/x-data-grid-premium@6.18.4` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
28
|
+
|
|
29
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.4`.
|
|
30
|
+
|
|
31
|
+
### Date Pickers
|
|
32
|
+
|
|
33
|
+
#### `@mui/x-date-pickers@6.18.4`
|
|
34
|
+
|
|
35
|
+
- [pickers] Fix `MultiSectionDigitalClock` issues (#11308) @LukasTy
|
|
36
|
+
|
|
37
|
+
#### `@mui/x-date-pickers-pro@6.18.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
38
|
+
|
|
39
|
+
Same changes as in `@mui/x-date-pickers@6.18.4`.
|
|
40
|
+
|
|
41
|
+
### Docs
|
|
42
|
+
|
|
43
|
+
- [docs] Fix typo (#11323) @cadam11
|
|
44
|
+
- [docs] Add FAQ page (#11347) @noraleonte
|
|
45
|
+
|
|
46
|
+
## 6.18.3
|
|
47
|
+
|
|
48
|
+
_Dec 4, 2023_
|
|
49
|
+
|
|
50
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
51
|
+
|
|
52
|
+
- 📈 Fix a lot of Charts package issues
|
|
53
|
+
- 🌍 Improve Bulgarian (bg-BG) locale on Data Grid
|
|
54
|
+
- 🐞 Bugfixes
|
|
55
|
+
- 📚 Documentation improvements
|
|
56
|
+
|
|
57
|
+
### Data Grid
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-data-grid@6.18.3`
|
|
60
|
+
|
|
61
|
+
- [DataGrid] Fix cell editing adding a leading "v" on paste (#11166) @prasad5795
|
|
62
|
+
- [DataGrid] Fix handling of event target in portal (#11209) @cherniavskii
|
|
63
|
+
- [DataGrid] Fix `onFilterModelChange` being fired with stale field value (#11244) @gitstart
|
|
64
|
+
- [l10n] Improve Bulgarian (bg-BG) locale (#10856) (#11206) @Kristiqn95
|
|
65
|
+
|
|
66
|
+
#### `@mui/x-data-grid-pro@6.18.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
67
|
+
|
|
68
|
+
Same changes as in `@mui/x-data-grid@6.18.3`.
|
|
69
|
+
|
|
70
|
+
#### `@mui/x-data-grid-premium@6.18.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
71
|
+
|
|
72
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.3`, plus:
|
|
73
|
+
|
|
74
|
+
- [DataGridPremium] Fix aggregated column ignoring column definition changes (#11176) @cherniavskii
|
|
75
|
+
- [DataGridPremium] Fix custom filter operators not working on aggregated column (#11201) @cherniavskii
|
|
76
|
+
|
|
77
|
+
### Date Pickers
|
|
78
|
+
|
|
79
|
+
#### `@mui/x-date-pickers@6.18.3`
|
|
80
|
+
|
|
81
|
+
- [pickers] Correctly format `MultiSectionDigitalClock` number sections (#11297) @LukasTy
|
|
82
|
+
- [pickers] Expand field placeholder methods flexibility by providing `format` parameter (#11254) @LukasTy
|
|
83
|
+
|
|
84
|
+
#### `@mui/x-date-pickers-pro@6.18.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
85
|
+
|
|
86
|
+
Same changes as in `@mui/x-date-pickers@6.18.3`.
|
|
87
|
+
|
|
88
|
+
### Charts / `@mui/x-charts@6.18.3`
|
|
89
|
+
|
|
90
|
+
- [charts] Adjusted `defaultizeValueFormatter` util to accept an optional `series.valueFormatter` value (#11213) @michelengelen
|
|
91
|
+
- [charts] Apply `labelStyle` and `tickLabelStyle` props on `<ChartsYAxis />` (#11180) @akamfoad
|
|
92
|
+
- [charts] Fix TS config (#11259) @alexfauquette
|
|
93
|
+
- [charts] Fix error with empty dataset (#11063) @alexfauquette
|
|
94
|
+
- [charts] Fix export strategy (#11235) @alexfauquette
|
|
95
|
+
|
|
96
|
+
### Docs
|
|
97
|
+
|
|
98
|
+
- [docs] Add LTS section to support page (#11300) @joserodolfofreitas
|
|
99
|
+
- [docs] Add end v6 blogpost to whats new page (#11299) @joserodolfofreitas
|
|
100
|
+
- [docs] Document charts composition (#10710) @alexfauquette
|
|
101
|
+
- [docs] Fix version links (#11167) @LukasTy
|
|
102
|
+
- [docs] Improve Data Grid togglable columns example (#11241) @MBilalShafi
|
|
103
|
+
- [docs] Split charts overview and getting started in distinct pages (#10910) @alexfauquette
|
|
104
|
+
|
|
6
105
|
## 6.18.2
|
|
7
106
|
|
|
8
107
|
_Nov 23, 2023_
|
|
@@ -288,7 +387,7 @@ Same changes as in `@mui/x-date-pickers@6.16.3`, plus:
|
|
|
288
387
|
|
|
289
388
|
- [charts] Add reference links to area + bar chart components (#10652) @michelengelen
|
|
290
389
|
- [charts] Add reference links to line chart + sparkline components (#10650) @michelengelen
|
|
291
|
-
- [charts] Add reference links to pie + scatter chart components
|
|
390
|
+
- [charts] Add reference links to pie + scatter chart components (#10653) @michelengelen
|
|
292
391
|
- [charts] Render only when `width` and `height` are resolved (#10714) @alexfauquette
|
|
293
392
|
- [charts] Support animation on `BarChart` (#9926) @alexfauquette
|
|
294
393
|
- [charts] Use new text component to avoid tick label overflow on x-axis (#10648) @alexfauquette
|
|
@@ -364,6 +463,7 @@ It adds line break support and avoids overlapping text in the legend.
|
|
|
364
463
|
This comes with some breaking changes.
|
|
365
464
|
|
|
366
465
|
- The DOM structure is modified. An intermediary `<tspan />` element has been added. This can impact how your style is applied.
|
|
466
|
+
|
|
367
467
|
```diff
|
|
368
468
|
- <text>The label</text>
|
|
369
469
|
+ <text><tspan>The label</tspan></text>
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcwMTk5MDAwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
package/legacy/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export var getReleaseInfo = function getReleaseInfo() {
|
|
3
|
-
var releaseInfo = "
|
|
3
|
+
var releaseInfo = "MTcwMTk5MDAwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
package/modern/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcwMTk5MDAwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
package/node/index.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getReleaseInfo = void 0;
|
|
7
7
|
var _utils = require("@mui/utils");
|
|
8
8
|
const getReleaseInfo = () => {
|
|
9
|
-
const releaseInfo = "
|
|
9
|
+
const releaseInfo = "MTcwMTk5MDAwMDAwMA==";
|
|
10
10
|
if (process.env.NODE_ENV !== 'production') {
|
|
11
11
|
// A simple hack to set the value in the test environment (has no build step).
|
|
12
12
|
// eslint-disable-next-line no-useless-concat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-date-pickers-pro",
|
|
3
|
-
"version": "6.18.
|
|
3
|
+
"version": "6.18.4",
|
|
4
4
|
"description": "The commercial edition of the date picker components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/runtime": "^7.23.2",
|
|
34
34
|
"@mui/base": "^5.0.0-beta.22",
|
|
35
35
|
"@mui/utils": "^5.14.16",
|
|
36
|
-
"@mui/x-date-pickers": "6.18.
|
|
36
|
+
"@mui/x-date-pickers": "6.18.4",
|
|
37
37
|
"@mui/x-license-pro": "6.10.2",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
39
39
|
"prop-types": "^15.8.1",
|