@mui/x-data-grid 6.18.1 → 6.18.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 +53 -0
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/locales/arSD.js +1 -1
- package/legacy/locales/csCZ.js +2 -2
- package/legacy/locales/heIL.js +1 -2
- package/locales/arSD.js +1 -1
- package/locales/csCZ.js +2 -2
- package/locales/heIL.js +1 -2
- package/modern/index.js +1 -1
- package/modern/locales/arSD.js +1 -1
- package/modern/locales/csCZ.js +2 -2
- package/modern/locales/heIL.js +1 -2
- package/node/index.js +1 -1
- package/node/locales/arSD.js +1 -1
- package/node/locales/csCZ.js +2 -2
- package/node/locales/heIL.js +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,59 @@
|
|
|
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.2
|
|
7
|
+
|
|
8
|
+
_Nov 23, 2023_
|
|
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 Arabic (ar-SD), Czech (cs-CZ), and Hebrew (he-IL) locales on Data Grid
|
|
13
|
+
- 🌍 Add Basque (eu) and Macedonian (mk) locales on Pickers
|
|
14
|
+
- 🌍 Improve German (de-DE) and Spanish (es-ES) locales on Pickers
|
|
15
|
+
- 🐞 Bugfixes
|
|
16
|
+
- 📚 Documentation improvements
|
|
17
|
+
|
|
18
|
+
### Data Grid
|
|
19
|
+
|
|
20
|
+
#### `@mui/x-data-grid@6.18.2`
|
|
21
|
+
|
|
22
|
+
- [l10n] Improve Arabic (ar-SD) locale (#11096) @OmarWebDev
|
|
23
|
+
- [l10n] Improve Czech (cs-CZ) locale (#10968) @luborepka
|
|
24
|
+
- [l10n] Improve Hebrew (he-IL) locale (#11056) @LironKiloma
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@6.18.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@6.18.2`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@6.18.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.2`.
|
|
33
|
+
|
|
34
|
+
### Date Pickers
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-date-pickers@6.18.2`
|
|
37
|
+
|
|
38
|
+
- [l10n] Add Basque (eu) locale and improve Spanish (es-ES) locale (#10985) @lajtomekadimon
|
|
39
|
+
- [l10n] Add Macedonian (mk) locale (#11155) @brsnik
|
|
40
|
+
- [l10n] Improve German (de-DE) locale (#11104) @jho-vema
|
|
41
|
+
- [pickers] Deprecate `defaultCalendarMonth` prop (#11138) @flaviendelangle
|
|
42
|
+
- [pickers] Fix `DateCalendar` crashing when given an invalid value (#11101) @flaviendelangle
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers-pro@6.18.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
45
|
+
|
|
46
|
+
Same changes as in `@mui/x-date-pickers@6.18.2`.
|
|
47
|
+
|
|
48
|
+
### Charts / `@mui/x-charts@6.18.2`
|
|
49
|
+
|
|
50
|
+
- [charts] Fix `ChartsTooltip` component setup (#11157) @LukasTy
|
|
51
|
+
- [charts] Remove outdated prop-types (#10998) @alexfauquette
|
|
52
|
+
|
|
53
|
+
### Docs
|
|
54
|
+
|
|
55
|
+
- [docs] Fix incoherent naming of a component in `Custom slots and subcomponents` page (#11003) @lhilgert9
|
|
56
|
+
- [test] Skip flaky e2e test in webkit (#11115) @cherniavskii
|
|
57
|
+
- [test] Wait for images to load (#11109) @cherniavskii
|
|
58
|
+
|
|
6
59
|
## 6.18.1
|
|
7
60
|
|
|
8
61
|
_Nov 9, 2023_
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/legacy/locales/arSD.js
CHANGED
|
@@ -95,7 +95,7 @@ var arSDGrid = {
|
|
|
95
95
|
// Column menu text
|
|
96
96
|
columnMenuLabel: 'القائمة',
|
|
97
97
|
columnMenuShowColumns: 'إظهار الأعمدة',
|
|
98
|
-
|
|
98
|
+
columnMenuManageColumns: 'إدارة الأعمدة',
|
|
99
99
|
columnMenuFilter: 'المرشِح',
|
|
100
100
|
columnMenuHideColumn: 'إخفاء',
|
|
101
101
|
columnMenuUnsort: 'الغاء الفرز',
|
package/legacy/locales/csCZ.js
CHANGED
|
@@ -150,8 +150,8 @@ var csCZGrid = {
|
|
|
150
150
|
// Actions cell more text
|
|
151
151
|
actionsCellMore: 'více',
|
|
152
152
|
// Column pinning text
|
|
153
|
-
pinToLeft: 'Připnout
|
|
154
|
-
pinToRight: 'Připnout
|
|
153
|
+
pinToLeft: 'Připnout vlevo',
|
|
154
|
+
pinToRight: 'Připnout vpravo',
|
|
155
155
|
unpin: 'Odepnout',
|
|
156
156
|
// Tree Data
|
|
157
157
|
treeDataGroupingHeaderName: 'Skupina',
|
package/legacy/locales/heIL.js
CHANGED
package/locales/arSD.js
CHANGED
|
@@ -93,7 +93,7 @@ const arSDGrid = {
|
|
|
93
93
|
// Column menu text
|
|
94
94
|
columnMenuLabel: 'القائمة',
|
|
95
95
|
columnMenuShowColumns: 'إظهار الأعمدة',
|
|
96
|
-
|
|
96
|
+
columnMenuManageColumns: 'إدارة الأعمدة',
|
|
97
97
|
columnMenuFilter: 'المرشِح',
|
|
98
98
|
columnMenuHideColumn: 'إخفاء',
|
|
99
99
|
columnMenuUnsort: 'الغاء الفرز',
|
package/locales/csCZ.js
CHANGED
|
@@ -150,8 +150,8 @@ const csCZGrid = {
|
|
|
150
150
|
// Actions cell more text
|
|
151
151
|
actionsCellMore: 'více',
|
|
152
152
|
// Column pinning text
|
|
153
|
-
pinToLeft: 'Připnout
|
|
154
|
-
pinToRight: 'Připnout
|
|
153
|
+
pinToLeft: 'Připnout vlevo',
|
|
154
|
+
pinToRight: 'Připnout vpravo',
|
|
155
155
|
unpin: 'Odepnout',
|
|
156
156
|
// Tree Data
|
|
157
157
|
treeDataGroupingHeaderName: 'Skupina',
|
package/locales/heIL.js
CHANGED
package/modern/index.js
CHANGED
package/modern/locales/arSD.js
CHANGED
|
@@ -93,7 +93,7 @@ const arSDGrid = {
|
|
|
93
93
|
// Column menu text
|
|
94
94
|
columnMenuLabel: 'القائمة',
|
|
95
95
|
columnMenuShowColumns: 'إظهار الأعمدة',
|
|
96
|
-
|
|
96
|
+
columnMenuManageColumns: 'إدارة الأعمدة',
|
|
97
97
|
columnMenuFilter: 'المرشِح',
|
|
98
98
|
columnMenuHideColumn: 'إخفاء',
|
|
99
99
|
columnMenuUnsort: 'الغاء الفرز',
|
package/modern/locales/csCZ.js
CHANGED
|
@@ -150,8 +150,8 @@ const csCZGrid = {
|
|
|
150
150
|
// Actions cell more text
|
|
151
151
|
actionsCellMore: 'více',
|
|
152
152
|
// Column pinning text
|
|
153
|
-
pinToLeft: 'Připnout
|
|
154
|
-
pinToRight: 'Připnout
|
|
153
|
+
pinToLeft: 'Připnout vlevo',
|
|
154
|
+
pinToRight: 'Připnout vpravo',
|
|
155
155
|
unpin: 'Odepnout',
|
|
156
156
|
// Tree Data
|
|
157
157
|
treeDataGroupingHeaderName: 'Skupina',
|
package/modern/locales/heIL.js
CHANGED
package/node/index.js
CHANGED
package/node/locales/arSD.js
CHANGED
|
@@ -99,7 +99,7 @@ const arSDGrid = {
|
|
|
99
99
|
// Column menu text
|
|
100
100
|
columnMenuLabel: 'القائمة',
|
|
101
101
|
columnMenuShowColumns: 'إظهار الأعمدة',
|
|
102
|
-
|
|
102
|
+
columnMenuManageColumns: 'إدارة الأعمدة',
|
|
103
103
|
columnMenuFilter: 'المرشِح',
|
|
104
104
|
columnMenuHideColumn: 'إخفاء',
|
|
105
105
|
columnMenuUnsort: 'الغاء الفرز',
|
package/node/locales/csCZ.js
CHANGED
|
@@ -156,8 +156,8 @@ const csCZGrid = {
|
|
|
156
156
|
// Actions cell more text
|
|
157
157
|
actionsCellMore: 'více',
|
|
158
158
|
// Column pinning text
|
|
159
|
-
pinToLeft: 'Připnout
|
|
160
|
-
pinToRight: 'Připnout
|
|
159
|
+
pinToLeft: 'Připnout vlevo',
|
|
160
|
+
pinToRight: 'Připnout vpravo',
|
|
161
161
|
unpin: 'Odepnout',
|
|
162
162
|
// Tree Data
|
|
163
163
|
treeDataGroupingHeaderName: 'Skupina',
|
package/node/locales/heIL.js
CHANGED