@mui/x-date-pickers 7.22.0 → 7.22.1
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 +62 -0
- package/index.js +1 -1
- package/locales/plPL.js +13 -16
- package/modern/index.js +1 -1
- package/modern/locales/plPL.js +13 -16
- package/node/index.js +1 -1
- package/node/locales/plPL.js +13 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,68 @@
|
|
|
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.22.1
|
|
7
|
+
|
|
8
|
+
_Nov 1, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🐞 Bugfixes
|
|
13
|
+
- 📚 Documentation improvements
|
|
14
|
+
- 🌍 Improve Polish (pl-PL) locale on the Date Pickers
|
|
15
|
+
|
|
16
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
17
|
+
@wojtkolos, @dpak-maurya, @k-rajat19.
|
|
18
|
+
Following are all team members who have contributed to this release:
|
|
19
|
+
@LukasTy, @arminmeh, @MBilalShafi, @KenanYusuf, @flaviendelangle.
|
|
20
|
+
|
|
21
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
22
|
+
|
|
23
|
+
### Data Grid
|
|
24
|
+
|
|
25
|
+
#### `@mui/x-data-grid@7.22.1`
|
|
26
|
+
|
|
27
|
+
- [DataGrid] Fix right column group header border (#15152) @KenanYusuf
|
|
28
|
+
- [DataGrid] Fix scroll jump when holding down arrow keys (#15167) @arminmeh
|
|
29
|
+
- [DataGrid] Move `rowGroupingModelChange` handler to respective hook (#15127) @MBilalShafi
|
|
30
|
+
- [DataGrid] Prevent error when deleting the last row (#15153) @dpak-maurya
|
|
31
|
+
- [DataGrid] Fix overlay height in autoHeight mode (#15205) @cherniavskii
|
|
32
|
+
|
|
33
|
+
#### `@mui/x-data-grid-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
34
|
+
|
|
35
|
+
Same changes as in `@mui/x-data-grid@7.22.1`, plus:
|
|
36
|
+
|
|
37
|
+
- [DataGridPro] Add list view tests (#15166) @KenanYusuf
|
|
38
|
+
|
|
39
|
+
#### `@mui/x-data-grid-premium@7.22.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
40
|
+
|
|
41
|
+
- [DataGridPremium] Keep focus on the grouping cell on space bar press #15155 @k-rajat19
|
|
42
|
+
|
|
43
|
+
### Date and Time Pickers
|
|
44
|
+
|
|
45
|
+
#### `@mui/x-date-pickers@7.22.1`
|
|
46
|
+
|
|
47
|
+
- [l10n] Improve Polish (pl-PL) locale (#15177) @wojtkolos
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
50
|
+
|
|
51
|
+
Same changes as in `@mui/x-date-pickers@7.22.1`.
|
|
52
|
+
|
|
53
|
+
### Tree View
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-tree-view@7.22.1`
|
|
56
|
+
|
|
57
|
+
- [TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package (#15208) @flaviendelangle
|
|
58
|
+
- [TreeView] Fix drag and drop color usage (#15149) @LukasTy
|
|
59
|
+
|
|
60
|
+
#### `@mui/x-tree-view-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
61
|
+
|
|
62
|
+
Same changes as in `@mui/x-tree-view@7.22.1`.
|
|
63
|
+
|
|
64
|
+
### Docs
|
|
65
|
+
|
|
66
|
+
- [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#15199) @arminmeh
|
|
67
|
+
|
|
6
68
|
## 7.22.0
|
|
7
69
|
|
|
8
70
|
_Oct 25, 2024_
|
package/index.js
CHANGED
package/locales/plPL.js
CHANGED
|
@@ -16,11 +16,10 @@ const plPLPickers = {
|
|
|
16
16
|
// DateRange labels
|
|
17
17
|
start: 'Początek',
|
|
18
18
|
end: 'Koniec',
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
startDate: 'Data rozpoczęcia',
|
|
20
|
+
startTime: 'Czas rozpoczęcia',
|
|
21
|
+
endDate: 'Data zakończenia',
|
|
22
|
+
endTime: 'Czas zakończenia',
|
|
24
23
|
// Action bar
|
|
25
24
|
cancelButtonLabel: 'Anuluj',
|
|
26
25
|
clearButtonLabel: 'Wyczyść',
|
|
@@ -46,12 +45,10 @@ const plPLPickers = {
|
|
|
46
45
|
// Open picker labels
|
|
47
46
|
openDatePickerDialogue: (value, utils, formattedDate) => value != null && utils.isValid(value) ? `Wybierz datę, obecnie wybrana data to ${formattedDate ?? utils.format(value, 'fullDate')}` : 'Wybierz datę',
|
|
48
47
|
openTimePickerDialogue: (value, utils, formattedTime) => formattedTime || value !== null && utils.isValid(value) ? `Wybierz czas, obecnie wybrany czas to ${formattedTime ?? utils.format(value, 'fullTime')}` : 'Wybierz czas',
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
fieldClearLabel: 'Wyczyść',
|
|
51
49
|
// Table labels
|
|
52
50
|
timeTableLabel: 'wybierz czas',
|
|
53
|
-
dateTableLabel: 'wybierz datę'
|
|
54
|
-
|
|
51
|
+
dateTableLabel: 'wybierz datę',
|
|
55
52
|
// Field section placeholders
|
|
56
53
|
// fieldYearPlaceholder: params => 'Y'.repeat(params.digitAmount),
|
|
57
54
|
// fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'MMMM' : 'MM',
|
|
@@ -63,13 +60,13 @@ const plPLPickers = {
|
|
|
63
60
|
// fieldMeridiemPlaceholder: () => 'aa',
|
|
64
61
|
|
|
65
62
|
// View names
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
63
|
+
year: 'Rok',
|
|
64
|
+
month: 'Miesiąc',
|
|
65
|
+
day: 'Dzień',
|
|
66
|
+
weekDay: 'Dzień tygodnia',
|
|
67
|
+
hours: 'Godzin',
|
|
68
|
+
minutes: 'Minut',
|
|
69
|
+
seconds: 'Sekund'
|
|
73
70
|
// meridiem: 'Meridiem',
|
|
74
71
|
|
|
75
72
|
// Common
|
package/modern/index.js
CHANGED
package/modern/locales/plPL.js
CHANGED
|
@@ -16,11 +16,10 @@ const plPLPickers = {
|
|
|
16
16
|
// DateRange labels
|
|
17
17
|
start: 'Początek',
|
|
18
18
|
end: 'Koniec',
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
startDate: 'Data rozpoczęcia',
|
|
20
|
+
startTime: 'Czas rozpoczęcia',
|
|
21
|
+
endDate: 'Data zakończenia',
|
|
22
|
+
endTime: 'Czas zakończenia',
|
|
24
23
|
// Action bar
|
|
25
24
|
cancelButtonLabel: 'Anuluj',
|
|
26
25
|
clearButtonLabel: 'Wyczyść',
|
|
@@ -46,12 +45,10 @@ const plPLPickers = {
|
|
|
46
45
|
// Open picker labels
|
|
47
46
|
openDatePickerDialogue: (value, utils, formattedDate) => value != null && utils.isValid(value) ? `Wybierz datę, obecnie wybrana data to ${formattedDate ?? utils.format(value, 'fullDate')}` : 'Wybierz datę',
|
|
48
47
|
openTimePickerDialogue: (value, utils, formattedTime) => formattedTime || value !== null && utils.isValid(value) ? `Wybierz czas, obecnie wybrany czas to ${formattedTime ?? utils.format(value, 'fullTime')}` : 'Wybierz czas',
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
fieldClearLabel: 'Wyczyść',
|
|
51
49
|
// Table labels
|
|
52
50
|
timeTableLabel: 'wybierz czas',
|
|
53
|
-
dateTableLabel: 'wybierz datę'
|
|
54
|
-
|
|
51
|
+
dateTableLabel: 'wybierz datę',
|
|
55
52
|
// Field section placeholders
|
|
56
53
|
// fieldYearPlaceholder: params => 'Y'.repeat(params.digitAmount),
|
|
57
54
|
// fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'MMMM' : 'MM',
|
|
@@ -63,13 +60,13 @@ const plPLPickers = {
|
|
|
63
60
|
// fieldMeridiemPlaceholder: () => 'aa',
|
|
64
61
|
|
|
65
62
|
// View names
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
63
|
+
year: 'Rok',
|
|
64
|
+
month: 'Miesiąc',
|
|
65
|
+
day: 'Dzień',
|
|
66
|
+
weekDay: 'Dzień tygodnia',
|
|
67
|
+
hours: 'Godzin',
|
|
68
|
+
minutes: 'Minut',
|
|
69
|
+
seconds: 'Sekund'
|
|
73
70
|
// meridiem: 'Meridiem',
|
|
74
71
|
|
|
75
72
|
// Common
|
package/node/index.js
CHANGED
package/node/locales/plPL.js
CHANGED
|
@@ -22,11 +22,10 @@ const plPLPickers = {
|
|
|
22
22
|
// DateRange labels
|
|
23
23
|
start: 'Początek',
|
|
24
24
|
end: 'Koniec',
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
startDate: 'Data rozpoczęcia',
|
|
26
|
+
startTime: 'Czas rozpoczęcia',
|
|
27
|
+
endDate: 'Data zakończenia',
|
|
28
|
+
endTime: 'Czas zakończenia',
|
|
30
29
|
// Action bar
|
|
31
30
|
cancelButtonLabel: 'Anuluj',
|
|
32
31
|
clearButtonLabel: 'Wyczyść',
|
|
@@ -52,12 +51,10 @@ const plPLPickers = {
|
|
|
52
51
|
// Open picker labels
|
|
53
52
|
openDatePickerDialogue: (value, utils, formattedDate) => value != null && utils.isValid(value) ? `Wybierz datę, obecnie wybrana data to ${formattedDate ?? utils.format(value, 'fullDate')}` : 'Wybierz datę',
|
|
54
53
|
openTimePickerDialogue: (value, utils, formattedTime) => formattedTime || value !== null && utils.isValid(value) ? `Wybierz czas, obecnie wybrany czas to ${formattedTime ?? utils.format(value, 'fullTime')}` : 'Wybierz czas',
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
fieldClearLabel: 'Wyczyść',
|
|
57
55
|
// Table labels
|
|
58
56
|
timeTableLabel: 'wybierz czas',
|
|
59
|
-
dateTableLabel: 'wybierz datę'
|
|
60
|
-
|
|
57
|
+
dateTableLabel: 'wybierz datę',
|
|
61
58
|
// Field section placeholders
|
|
62
59
|
// fieldYearPlaceholder: params => 'Y'.repeat(params.digitAmount),
|
|
63
60
|
// fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'MMMM' : 'MM',
|
|
@@ -69,13 +66,13 @@ const plPLPickers = {
|
|
|
69
66
|
// fieldMeridiemPlaceholder: () => 'aa',
|
|
70
67
|
|
|
71
68
|
// View names
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
69
|
+
year: 'Rok',
|
|
70
|
+
month: 'Miesiąc',
|
|
71
|
+
day: 'Dzień',
|
|
72
|
+
weekDay: 'Dzień tygodnia',
|
|
73
|
+
hours: 'Godzin',
|
|
74
|
+
minutes: 'Minut',
|
|
75
|
+
seconds: 'Sekund'
|
|
79
76
|
// meridiem: 'Meridiem',
|
|
80
77
|
|
|
81
78
|
// Common
|