@mui/x-tree-view-pro 7.24.0 → 7.24.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 CHANGED
@@ -3,6 +3,77 @@
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.24.1
7
+
8
+ _Jan 24, 2025_
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
+ - 🌍 Improve Persian (fa-IR) locale on the Data Grid
14
+
15
+ Special thanks go out to the community contributors who have helped make this release possible:
16
+ @mostafaRoosta74, @lauri865.
17
+ Following are all team members who have contributed to this release:
18
+ @alexfauquette, @JCQuintas, @cherniavskii, @LukasTy, @arminmeh.
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@7.24.1`
23
+
24
+ - [DataGrid] Fix toggling preference panel from toolbar (#16276) @lauri865
25
+ - [DataGrid] Only try to mount filter button if there are filters present (#16269) @lauri865
26
+ - [DataGrid] Revert `apiRef` to be `MutableRefObject` for React versions < 19 (#16320) @arminmeh
27
+ - [l10n] Improve Persian (fa-IR) locale (#15964) @mostafaRoosta74
28
+
29
+ #### `@mui/x-data-grid-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
30
+
31
+ Same changes as in `@mui/x-data-grid@7.24.1`.
32
+
33
+ #### `@mui/x-data-grid-premium@7.24.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
34
+
35
+ Same changes as in `@mui/x-data-grid-pro@7.24.1`.
36
+
37
+ ### Date and Time Pickers
38
+
39
+ #### `@mui/x-date-pickers@7.24.1`
40
+
41
+ - [fields] Reset `all` selected state on section edit (#16232) @LukasTy
42
+
43
+ #### `@mui/x-date-pickers-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
44
+
45
+ Same changes as in `@mui/x-date-pickers@7.24.1`.
46
+
47
+ ### Charts
48
+
49
+ #### `@mui/x-charts@7.24.1`
50
+
51
+ - [charts] Handle case where gradient stop `offset` could be `Infinite` (@JCQuintas) (#16309) @JCQuintas
52
+
53
+ #### `@mui/x-charts-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
54
+
55
+ Same changes as in `@mui/x-charts@7.24.1`.
56
+
57
+ ### Tree View
58
+
59
+ #### `@mui/x-tree-view@7.24.1`
60
+
61
+ Internal changes.
62
+
63
+ #### `@mui/x-tree-view-pro@7.24.1` [![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-tree-view@7.24.1`.
66
+
67
+ ### Docs
68
+
69
+ - [docs] Fix `domainLimit` definition (#16271) @alexfauquette
70
+
71
+ ### Core
72
+
73
+ - [core] Make `@mui/x-internals` a dependency of `@mui/x-license` (#16265) @alexfauquette
74
+ - [test] Fix flaky column pinning tests (#16228) @cherniavskii
75
+ - [test] Fix flaky tests (#16264) @lauri865
76
+
6
77
  ## 7.24.0
7
78
 
8
79
  _Jan 17, 2025_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view-pro v7.24.0
2
+ * @mui/x-tree-view-pro v7.24.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTczNzA2ODQwMDAwMA==";
3
+ const releaseInfo = "MTczNzY1ODgwMDAwMA==";
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,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view-pro v7.24.0
2
+ * @mui/x-tree-view-pro v7.24.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTczNzA2ODQwMDAwMA==";
3
+ const releaseInfo = "MTczNzY1ODgwMDAwMA==";
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view-pro v7.24.0
2
+ * @mui/x-tree-view-pro v7.24.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -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 = "MTczNzA2ODQwMDAwMA==";
9
+ const releaseInfo = "MTczNzY1ODgwMDAwMA==";
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-tree-view-pro",
3
- "version": "7.24.0",
3
+ "version": "7.24.1",
4
4
  "description": "The Pro plan edition of the Tree View components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -39,9 +39,9 @@
39
39
  "clsx": "^2.1.1",
40
40
  "prop-types": "^15.8.1",
41
41
  "react-transition-group": "^4.4.5",
42
- "@mui/x-internals": "7.24.0",
43
- "@mui/x-tree-view": "7.24.0",
44
- "@mui/x-license": "7.24.0"
42
+ "@mui/x-internals": "7.24.1",
43
+ "@mui/x-license": "7.24.1",
44
+ "@mui/x-tree-view": "7.24.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@emotion/react": "^11.9.0",