@mui/x-license 7.23.5 → 7.23.6

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,86 @@
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.6
7
+
8
+ _Jan 9, 2025_
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
+ - 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers
13
+ - 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers
14
+ - 🌍 Improve Dutch (nl-NL) locale on the Data Grid
15
+ - 🐞 Bugfixes
16
+
17
+ Special thanks go out to the community contributors who have helped make this release possible:
18
+ @josteinjhauge, @derek-0000, @nusr, @k-rajat19, @tomashauser.
19
+ Following are all team members who have contributed to this release:
20
+ @flaviendelangle, @LukasTy, @MBilalShafi, @arminmeh, @oliviertassinari, @cherniavskii.
21
+
22
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23
+
24
+ ### Data Grid
25
+
26
+ #### `@mui/x-data-grid@7.23.6`
27
+
28
+ - [DataGrid] Improve React 19 support (#16048) @LukasTy
29
+ - [DataGrid] Add `name` attribute to selection checkboxes (#16041) @derek-0000
30
+ - [DataGrid] Fix number filter field formatting values while typing (#16068) @arminmeh
31
+ - [DataGrid] Fix select all checkbox state reset with server side data (#16039) @MBilalShafi
32
+
33
+ #### `@mui/x-data-grid-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
34
+
35
+ Same changes as in `@mui/x-data-grid@7.23.6`.
36
+
37
+ #### `@mui/x-data-grid-premium@7.23.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38
+
39
+ Same changes as in `@mui/x-data-grid-pro@7.23.6`.
40
+
41
+ ### Date and Time Pickers
42
+
43
+ #### `@mui/x-date-pickers@7.23.6`
44
+
45
+ - [pickers] Improve React 19 support (#16048) @LukasTy
46
+ - [l10n] Add Chinese (Taiwan) (zh-TW) locale (#16057) @nusr
47
+ - [l10n] Improve Norwegian (nb-NO) locale (#16083) @josteinjhauge
48
+ - [pickers] Support `date-fns-jalali` v4 (#16013) @LukasTy
49
+
50
+ #### `@mui/x-date-pickers-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
51
+
52
+ Same changes as in `@mui/x-date-pickers@7.23.6`.
53
+
54
+ ### Charts
55
+
56
+ #### `@mui/x-charts@7.23.6`
57
+
58
+ - [charts] Improve React 19 support (#16048) @LukasTy
59
+ - [charts] Fix 301 redirection in the API documentation @oliviertassinari
60
+
61
+ #### `@mui/x-charts-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
62
+
63
+ Same changes as in `@mui/x-charts@7.23.6`.
64
+
65
+ ### Tree View
66
+
67
+ #### `@mui/x-tree-view@7.23.6`
68
+
69
+ - [TreeView] Improve React 19 support (#16048) @LukasTy
70
+
71
+ #### `@mui/x-tree-view-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
72
+
73
+ Same changes as in `@mui/x-tree-view@7.23.6`.
74
+
75
+ ### Docs
76
+
77
+ - [docs] Fix `EditingWithDatePickers` demo (#16047) @k-rajat19
78
+ - [docs] Fix doc warning for automatic children selection on tree view (#16037) @flaviendelangle
79
+ - [docs] Fix non-existing "adapter" property of `LocalizationProvider` (#16088) @tomashauser
80
+
81
+ ### Core
82
+
83
+ - [core] Clarify the release strategy (#16012) @MBilalShafi
84
+ - [core] Update the `release:version` docs (#16040) @cherniavskii
85
+
6
86
  ## 7.23.5
7
87
 
8
88
  _Dec 27, 2024_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.23.5
2
+ * @mui/x-license v7.23.6
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.23.5
2
+ * @mui/x-license v7.23.6
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-license v7.23.5
2
+ * @mui/x-license v7.23.6
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-license",
3
- "version": "7.23.5",
3
+ "version": "7.23.6",
4
4
  "description": "MUI X License verification",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",