@mui/x-data-grid 6.19.2 → 6.19.3

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,55 @@
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.19.3
7
+
8
+ _Feb 1, 2024_
9
+
10
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Improve Hebrew (he-IL) locale (#11831) @danielmishan85
13
+ - 🐞 Bugfixes
14
+ - 📚 Documentation improvements
15
+
16
+ ### Data Grid
17
+
18
+ #### `@mui/x-data-grid@6.19.3`
19
+
20
+ - [l10n] Improve Hebrew (he-IL) locale (@danielmishan85) (#11831)
21
+
22
+ #### `@mui/x-data-grid-pro@6.19.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23
+
24
+ Same changes as in `@mui/x-data-grid@6.19.3`.
25
+
26
+ #### `@mui/x-data-grid-premium@6.19.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
27
+
28
+ Same changes as in `@mui/x-data-grid-pro@6.19.3`.
29
+
30
+ ### Date Pickers
31
+
32
+ #### `@mui/x-date-pickers@6.19.3`
33
+
34
+ - [TimePicker] Add missing toolbar classes descriptions (#11862) @LukasTy
35
+
36
+ #### `@mui/x-date-pickers-pro@6.19.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
37
+
38
+ Same changes as in `@mui/x-date-pickers@6.19.3`.
39
+
40
+ ### Charts / `@mui/x-charts@6.19.3`
41
+
42
+ - [charts] Document how to modify color according to values (#11854) @alexfauquette
43
+
44
+ ### Docs
45
+
46
+ - [docs] Add a general uplift to the whats new page (#11883) @danilo-leal
47
+ - [docs] Fix 404 (#11852) @alexfauquette
48
+ - [docs] Fix <title> generation (#11825) @alexfauquette
49
+ - [docs] Fix docs:api when typo in slots typing (#11861) @alexfauquette
50
+ - [docs] Improve Support page (#11556) @oliviertassinari
51
+ - [docs] Sync support page with core @oliviertassinari
52
+ - [docs] These API don't exist in MUI X v6 @oliviertassinari
53
+ - [docs] Update whats new page with v7 Beta blogpost content (#11886) @joserodolfofreitas
54
+
6
55
  ## 6.19.2
7
56
 
8
57
  _Jan 25, 2024_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.19.2
2
+ * @mui/x-data-grid v6.19.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.19.2
2
+ * @mui/x-data-grid v6.19.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -62,13 +62,12 @@ var heILGrid = {
62
62
  filterOperatorIsEmpty: 'ריק',
63
63
  filterOperatorIsNotEmpty: 'אינו ריק',
64
64
  filterOperatorIsAnyOf: 'הוא אחד מ-',
65
- // 'filterOperator=': '=',
66
- // 'filterOperator!=': '!=',
67
- // 'filterOperator>': '>',
68
- // 'filterOperator>=': '>=',
69
- // 'filterOperator<': '<',
70
- // 'filterOperator<=': '<=',
71
-
65
+ 'filterOperator=': '=',
66
+ 'filterOperator!=': '!=',
67
+ 'filterOperator>': '>',
68
+ 'filterOperator>=': '>=',
69
+ 'filterOperator<': '<',
70
+ 'filterOperator<=': '<=',
72
71
  // Header filter operators text
73
72
  headerFilterOperatorContains: 'מכיל',
74
73
  headerFilterOperatorEquals: 'שווה',
@@ -146,7 +145,7 @@ var heILGrid = {
146
145
  return "\u05D4\u05E4\u05E1\u05E7 \u05DC\u05E7\u05D1\u05E5 \u05DC\u05E4\u05D9 ".concat(name);
147
146
  },
148
147
  // Master/detail
149
- // detailPanelToggle: 'Detail panel toggle',
148
+ detailPanelToggle: 'הצג/הסתר פרטים',
150
149
  expandDetailPanel: 'הרחב',
151
150
  collapseDetailPanel: 'כווץ',
152
151
  // Row reordering text
package/locales/heIL.js CHANGED
@@ -60,13 +60,12 @@ const heILGrid = {
60
60
  filterOperatorIsEmpty: 'ריק',
61
61
  filterOperatorIsNotEmpty: 'אינו ריק',
62
62
  filterOperatorIsAnyOf: 'הוא אחד מ-',
63
- // 'filterOperator=': '=',
64
- // 'filterOperator!=': '!=',
65
- // 'filterOperator>': '>',
66
- // 'filterOperator>=': '>=',
67
- // 'filterOperator<': '<',
68
- // 'filterOperator<=': '<=',
69
-
63
+ 'filterOperator=': '=',
64
+ 'filterOperator!=': '!=',
65
+ 'filterOperator>': '>',
66
+ 'filterOperator>=': '>=',
67
+ 'filterOperator<': '<',
68
+ 'filterOperator<=': '<=',
70
69
  // Header filter operators text
71
70
  headerFilterOperatorContains: 'מכיל',
72
71
  headerFilterOperatorEquals: 'שווה',
@@ -134,7 +133,7 @@ const heILGrid = {
134
133
  groupColumn: name => `קבץ לפי ${name}`,
135
134
  unGroupColumn: name => `הפסק לקבץ לפי ${name}`,
136
135
  // Master/detail
137
- // detailPanelToggle: 'Detail panel toggle',
136
+ detailPanelToggle: 'הצג/הסתר פרטים',
138
137
  expandDetailPanel: 'הרחב',
139
138
  collapseDetailPanel: 'כווץ',
140
139
  // Row reordering text
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.19.2
2
+ * @mui/x-data-grid v6.19.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -60,13 +60,12 @@ const heILGrid = {
60
60
  filterOperatorIsEmpty: 'ריק',
61
61
  filterOperatorIsNotEmpty: 'אינו ריק',
62
62
  filterOperatorIsAnyOf: 'הוא אחד מ-',
63
- // 'filterOperator=': '=',
64
- // 'filterOperator!=': '!=',
65
- // 'filterOperator>': '>',
66
- // 'filterOperator>=': '>=',
67
- // 'filterOperator<': '<',
68
- // 'filterOperator<=': '<=',
69
-
63
+ 'filterOperator=': '=',
64
+ 'filterOperator!=': '!=',
65
+ 'filterOperator>': '>',
66
+ 'filterOperator>=': '>=',
67
+ 'filterOperator<': '<',
68
+ 'filterOperator<=': '<=',
70
69
  // Header filter operators text
71
70
  headerFilterOperatorContains: 'מכיל',
72
71
  headerFilterOperatorEquals: 'שווה',
@@ -134,7 +133,7 @@ const heILGrid = {
134
133
  groupColumn: name => `קבץ לפי ${name}`,
135
134
  unGroupColumn: name => `הפסק לקבץ לפי ${name}`,
136
135
  // Master/detail
137
- // detailPanelToggle: 'Detail panel toggle',
136
+ detailPanelToggle: 'הצג/הסתר פרטים',
138
137
  expandDetailPanel: 'הרחב',
139
138
  collapseDetailPanel: 'כווץ',
140
139
  // Row reordering text
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.19.2
2
+ * @mui/x-data-grid v6.19.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -66,13 +66,12 @@ const heILGrid = {
66
66
  filterOperatorIsEmpty: 'ריק',
67
67
  filterOperatorIsNotEmpty: 'אינו ריק',
68
68
  filterOperatorIsAnyOf: 'הוא אחד מ-',
69
- // 'filterOperator=': '=',
70
- // 'filterOperator!=': '!=',
71
- // 'filterOperator>': '>',
72
- // 'filterOperator>=': '>=',
73
- // 'filterOperator<': '<',
74
- // 'filterOperator<=': '<=',
75
-
69
+ 'filterOperator=': '=',
70
+ 'filterOperator!=': '!=',
71
+ 'filterOperator>': '>',
72
+ 'filterOperator>=': '>=',
73
+ 'filterOperator<': '<',
74
+ 'filterOperator<=': '<=',
76
75
  // Header filter operators text
77
76
  headerFilterOperatorContains: 'מכיל',
78
77
  headerFilterOperatorEquals: 'שווה',
@@ -140,7 +139,7 @@ const heILGrid = {
140
139
  groupColumn: name => `קבץ לפי ${name}`,
141
140
  unGroupColumn: name => `הפסק לקבץ לפי ${name}`,
142
141
  // Master/detail
143
- // detailPanelToggle: 'Detail panel toggle',
142
+ detailPanelToggle: 'הצג/הסתר פרטים',
144
143
  expandDetailPanel: 'הרחב',
145
144
  collapseDetailPanel: 'כווץ',
146
145
  // Row reordering text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid",
3
- "version": "6.19.2",
3
+ "version": "6.19.3",
4
4
  "description": "The community edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",