@mui/x-date-pickers 7.23.1 → 7.23.2

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 CHANGED
@@ -3,6 +3,87 @@
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.2
7
+
8
+ _Dec 12, 2024_
9
+
10
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Improve Romanian and Turkish locales on the Data Grid
13
+ - 🌍 Improve Romanian locale on the Pickers
14
+ - 📚 Documentation improvements
15
+ - 🐞 Bugfixes
16
+
17
+ Special thanks go out to the community contributors who have helped make this release possible:
18
+ @ihsanberkozcan, @k-rajat19, @lhilgert9, @nusr, @rares985.
19
+
20
+ Following are all team members who have contributed to this release:
21
+ @alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy.
22
+
23
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
24
+
25
+ ### Data Grid
26
+
27
+ #### `@mui/x-data-grid@7.23.2`
28
+
29
+ - [DataGrid] Fix "No rows" displaying when all rows are pinned (#15851) @nusr
30
+ - [DataGrid] Use `columnsManagement` slot (#15821) @k-rajat19
31
+ - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
32
+ - [l10n] Improve Turkish (tr-TR) locale (#15748) @ihsanberkozcan
33
+
34
+ #### `@mui/x-data-grid-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
35
+
36
+ Same changes as in `@mui/x-data-grid@7.23.2`, plus:
37
+
38
+ - [DataGridPro] Make Row reordering work with pagination (#15782) @k-rajat19
39
+
40
+ #### `@mui/x-data-grid-premium@7.23.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
41
+
42
+ Same changes as in `@mui/x-data-grid-pro@7.23.2`, plus:
43
+
44
+ - [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15754) @arminmeh
45
+
46
+ ### Date and Time Pickers
47
+
48
+ #### `@mui/x-date-pickers@7.23.2`
49
+
50
+ - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
51
+
52
+ #### `@mui/x-date-pickers-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
53
+
54
+ Same changes as in `@mui/x-date-pickers@7.23.2`.
55
+
56
+ ### Charts
57
+
58
+ #### `@mui/x-charts@7.23.2`
59
+
60
+ - [charts] Fix key generation for the ChartsGrid (#15864) @alexfauquette
61
+ - [charts] Fix scatter dataset with missing data (#15804) @alexfauquette
62
+
63
+ #### `@mui/x-charts-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
64
+
65
+ Same changes as in `@mui/x-charts@7.23.2`.
66
+
67
+ #### `@mui/x-tree-view@v7.23.2`
68
+
69
+ No changes, releasing to keep the versions in sync.
70
+
71
+ #### `@mui/x-tree-view-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
72
+
73
+ Releasing to benefit from license package fix (#15818).
74
+
75
+ ### Docs
76
+
77
+ - [docs] Fix typo in charts axis documentation (#15746) @JCQuintas
78
+ - [docs] Improve Pickers accessible DOM structure description (#15752) @LukasTy
79
+ - [docs] Use `updateRows` method for list view demos (#15824) @KenanYusuf
80
+ - [docs] Use date library version from package dev dependencies for sandboxes (#15767) @LukasTy
81
+
82
+ ### Core
83
+
84
+ - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
85
+ - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
86
+
6
87
  ## 7.23.1
7
88
 
8
89
  _Dec 5, 2024_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.23.1
2
+ * @mui/x-date-pickers v7.23.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/locales/roRO.js CHANGED
@@ -17,11 +17,10 @@ const roROPickers = {
17
17
  // DateRange labels
18
18
  start: 'Început',
19
19
  end: 'Sfârșit',
20
- // startDate: 'Start date',
21
- // startTime: 'Start time',
22
- // endDate: 'End date',
23
- // endTime: 'End time',
24
-
20
+ startDate: 'Data de început',
21
+ startTime: 'Ora de început',
22
+ endDate: 'Data de sfârșit',
23
+ endTime: 'Ora de sfârșit',
25
24
  // Action bar
26
25
  cancelButtonLabel: 'Anulare',
27
26
  clearButtonLabel: 'Ștergere',
@@ -55,23 +54,21 @@ const roROPickers = {
55
54
  fieldYearPlaceholder: params => 'A'.repeat(params.digitAmount),
56
55
  fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'LLLL' : 'LL',
57
56
  fieldDayPlaceholder: () => 'ZZ',
58
- // fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
57
+ fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'ZZZZ' : 'ZZ',
59
58
  fieldHoursPlaceholder: () => 'hh',
60
59
  fieldMinutesPlaceholder: () => 'mm',
61
60
  fieldSecondsPlaceholder: () => 'ss',
62
- fieldMeridiemPlaceholder: () => 'aa'
63
-
61
+ fieldMeridiemPlaceholder: () => 'aa',
64
62
  // View names
65
- // year: 'Year',
66
- // month: 'Month',
67
- // day: 'Day',
68
- // weekDay: 'Week day',
69
- // hours: 'Hours',
70
- // minutes: 'Minutes',
71
- // seconds: 'Seconds',
72
- // meridiem: 'Meridiem',
73
-
63
+ year: 'An',
64
+ month: 'Luna',
65
+ day: 'Ziua',
66
+ weekDay: 'Ziua saptămânii',
67
+ hours: 'Ore',
68
+ minutes: 'Minute',
69
+ seconds: 'Secunde',
70
+ meridiem: 'Meridiem',
74
71
  // Common
75
- // empty: 'Empty',
72
+ empty: 'Gol'
76
73
  };
77
74
  export const roRO = getPickersLocalization(roROPickers);
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.23.1
2
+ * @mui/x-date-pickers v7.23.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -17,11 +17,10 @@ const roROPickers = {
17
17
  // DateRange labels
18
18
  start: 'Început',
19
19
  end: 'Sfârșit',
20
- // startDate: 'Start date',
21
- // startTime: 'Start time',
22
- // endDate: 'End date',
23
- // endTime: 'End time',
24
-
20
+ startDate: 'Data de început',
21
+ startTime: 'Ora de început',
22
+ endDate: 'Data de sfârșit',
23
+ endTime: 'Ora de sfârșit',
25
24
  // Action bar
26
25
  cancelButtonLabel: 'Anulare',
27
26
  clearButtonLabel: 'Ștergere',
@@ -55,23 +54,21 @@ const roROPickers = {
55
54
  fieldYearPlaceholder: params => 'A'.repeat(params.digitAmount),
56
55
  fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'LLLL' : 'LL',
57
56
  fieldDayPlaceholder: () => 'ZZ',
58
- // fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
57
+ fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'ZZZZ' : 'ZZ',
59
58
  fieldHoursPlaceholder: () => 'hh',
60
59
  fieldMinutesPlaceholder: () => 'mm',
61
60
  fieldSecondsPlaceholder: () => 'ss',
62
- fieldMeridiemPlaceholder: () => 'aa'
63
-
61
+ fieldMeridiemPlaceholder: () => 'aa',
64
62
  // View names
65
- // year: 'Year',
66
- // month: 'Month',
67
- // day: 'Day',
68
- // weekDay: 'Week day',
69
- // hours: 'Hours',
70
- // minutes: 'Minutes',
71
- // seconds: 'Seconds',
72
- // meridiem: 'Meridiem',
73
-
63
+ year: 'An',
64
+ month: 'Luna',
65
+ day: 'Ziua',
66
+ weekDay: 'Ziua saptămânii',
67
+ hours: 'Ore',
68
+ minutes: 'Minute',
69
+ seconds: 'Secunde',
70
+ meridiem: 'Meridiem',
74
71
  // Common
75
- // empty: 'Empty',
72
+ empty: 'Gol'
76
73
  };
77
74
  export const roRO = getPickersLocalization(roROPickers);
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.23.1
2
+ * @mui/x-date-pickers v7.23.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -23,11 +23,10 @@ const roROPickers = {
23
23
  // DateRange labels
24
24
  start: 'Început',
25
25
  end: 'Sfârșit',
26
- // startDate: 'Start date',
27
- // startTime: 'Start time',
28
- // endDate: 'End date',
29
- // endTime: 'End time',
30
-
26
+ startDate: 'Data de început',
27
+ startTime: 'Ora de început',
28
+ endDate: 'Data de sfârșit',
29
+ endTime: 'Ora de sfârșit',
31
30
  // Action bar
32
31
  cancelButtonLabel: 'Anulare',
33
32
  clearButtonLabel: 'Ștergere',
@@ -61,23 +60,21 @@ const roROPickers = {
61
60
  fieldYearPlaceholder: params => 'A'.repeat(params.digitAmount),
62
61
  fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'LLLL' : 'LL',
63
62
  fieldDayPlaceholder: () => 'ZZ',
64
- // fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
63
+ fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'ZZZZ' : 'ZZ',
65
64
  fieldHoursPlaceholder: () => 'hh',
66
65
  fieldMinutesPlaceholder: () => 'mm',
67
66
  fieldSecondsPlaceholder: () => 'ss',
68
- fieldMeridiemPlaceholder: () => 'aa'
69
-
67
+ fieldMeridiemPlaceholder: () => 'aa',
70
68
  // View names
71
- // year: 'Year',
72
- // month: 'Month',
73
- // day: 'Day',
74
- // weekDay: 'Week day',
75
- // hours: 'Hours',
76
- // minutes: 'Minutes',
77
- // seconds: 'Seconds',
78
- // meridiem: 'Meridiem',
79
-
69
+ year: 'An',
70
+ month: 'Luna',
71
+ day: 'Ziua',
72
+ weekDay: 'Ziua saptămânii',
73
+ hours: 'Ore',
74
+ minutes: 'Minute',
75
+ seconds: 'Secunde',
76
+ meridiem: 'Meridiem',
80
77
  // Common
81
- // empty: 'Empty',
78
+ empty: 'Gol'
82
79
  };
83
80
  const roRO = exports.roRO = (0, _getPickersLocalization.getPickersLocalization)(roROPickers);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "7.23.1",
3
+ "version": "7.23.2",
4
4
  "description": "The community edition of the Date and Time Picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",