@mui/x-date-pickers-pro 5.0.9 → 5.0.11

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
+ ## 5.17.16
7
+
8
+ _Dec 16, 2022_
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
+ - 🐞 Bugfixes
13
+
14
+ ### `@mui/x-data-grid@v5.17.16` / `@mui/x-data-grid-pro@v5.17.16` / `@mui/x-data-grid-premium@v5.17.16`
15
+
16
+ #### Changes
17
+
18
+ - [DataGrid] Display sort column menu items as per `sortingOrder` prop (#7125) @hanbin9775
19
+ - [DataGrid] Fix flickering on mount (#7155) @cherniavskii
20
+ - [DataGridPremium] Use separate cache for aggregation columns pre-processor (#7174) @m4theushw
21
+
22
+ ### `@mui/x-date-pickers@v5.0.11` / `@mui/x-date-pickers-pro@v5.0.11`
23
+
24
+ #### Changes
25
+
26
+ - [DateTimePicker] Update export pattern (#7172) @kealjones-wk
27
+
28
+ ### Docs
29
+
30
+ - [docs] Document aggregation selectors (#7151) @cherniavskii
31
+
32
+ ## 5.17.15
33
+
34
+ _Dec 8, 2022_
35
+
36
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
37
+
38
+ - ✨ Fix lazy-loading not working in `DataGridPremium` (#7130) @m4theushw
39
+ - 🐞 Bugfixes
40
+
41
+ ### `@mui/x-data-grid@v5.17.15` / `@mui/x-data-grid-pro@v5.17.15` / `@mui/x-data-grid-premium@v5.17.15`
42
+
43
+ #### Changes
44
+
45
+ - [DataGridPremium] Add support for lazy-loading (#7130) @m4theushw
46
+ - [DataGridPremium] Pass `groupId` to the aggregation function (#7143) @m4theushw
47
+
48
+ ### `@mui/x-date-pickers@v5.0.10` / `@mui/x-date-pickers-pro@v5.0.10`
49
+
50
+ #### Changes
51
+
52
+ - [pickers] Initialize date without time when selecting year or month (#7136) @LukasTy
53
+
54
+ ### Docs
55
+
56
+ - [docs] Fix the nested import on the api pages (#7134) @flaviendelangle
57
+ - [docs] Keep track of the localization completion (#7099) @alexfauquette
58
+ - [docs] Update localization doc to use existing locale (#7104) @LukasTy
59
+
60
+ ## 5.17.14
61
+
62
+ _Dec 1, 2022_
63
+
64
+ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
65
+
66
+ - 🌍 Improve Ukrainian (uk-UA) locale (#7035) @rettoua
67
+ - 🐞 Bugfixes
68
+
69
+ ### `@mui/x-data-grid@v5.17.14` / `@mui/x-data-grid-pro@v5.17.14` / `@mui/x-data-grid-premium@v5.17.14`
70
+
71
+ #### Changes
72
+
73
+ - [DataGrid] Fix row selection when clicking blank cell (#7056) @yami03
74
+ - [DataGridPremium] Update cache before hydrating columns (#7043) @m4theushw
75
+ - [l10n] Improve Ukrainian (uk-UA) locale (#7035) @rettoua
76
+
6
77
  ## 5.17.13
7
78
 
8
79
  _Nov 24, 2022_
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.9
1
+ /** @license MUI v5.0.11
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY2OTI1ODgwMDAwMA==";
3
+ const releaseInfo = "MTY3MTE0NTIwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.9
1
+ /** @license MUI v5.0.11
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY2OTI1ODgwMDAwMA==";
3
+ var releaseInfo = "MTY3MTE0NTIwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.9
1
+ /** @license MUI v5.0.11
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY2OTI1ODgwMDAwMA==";
3
+ const releaseInfo = "MTY3MTE0NTIwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.9
1
+ /** @license MUI v5.0.11
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -8,7 +8,7 @@ exports.getReleaseInfo = void 0;
8
8
  var _utils = require("@mui/utils");
9
9
 
10
10
  const getReleaseInfo = () => {
11
- const releaseInfo = "MTY2OTI1ODgwMDAwMA==";
11
+ const releaseInfo = "MTY3MTE0NTIwMDAwMA==";
12
12
 
13
13
  if (process.env.NODE_ENV !== 'production') {
14
14
  // A simple hack to set the value in the test environment (has no build step).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers-pro",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
4
4
  "description": "The commercial edition of the date picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -36,7 +36,7 @@
36
36
  "@date-io/luxon": "^2.15.0",
37
37
  "@date-io/moment": "^2.15.0",
38
38
  "@mui/utils": "^5.10.3",
39
- "@mui/x-date-pickers": "5.0.9",
39
+ "@mui/x-date-pickers": "5.0.11",
40
40
  "@mui/x-license-pro": "5.17.12",
41
41
  "clsx": "^1.2.1",
42
42
  "prop-types": "^15.7.2",