@mui/x-date-pickers-pro 5.0.15 → 5.0.17

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,70 @@
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
+ ## v5.17.22
7
+
8
+ _Feb 2, 2023_
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
+ - 🌍 Add Urdu (ur-PK) locale
13
+ - 🌍 Improve French (fr-FR) and Italian (it-IT) locales
14
+ - 🐞 Bugfixes
15
+
16
+ ### `@mui/x-data-grid@v5.17.22` / `@mui/x-data-grid-pro@v5.17.22` / `@mui/x-data-grid-premium@v5.17.22`
17
+
18
+ #### Changes
19
+
20
+ - [DataGrid] Fix an error when deleting pinned row using the buttons in the `actions` column (#7767) @cherniavskii
21
+ - [DataGrid] Fix print preview regression in Chrome browser (#7405) @cherniavskii
22
+ - [l10n] Add Urdu (ur-PK) locale (#7778) @MBilalShafi
23
+ - [l10n] Improve French (fr-FR) locale (#7795) @Vivek-Prajapatii
24
+
25
+ ### `@mui/x-date-pickers@v5.0.17` / `@mui/x-date-pickers-pro@v5.0.17`
26
+
27
+ #### Changes
28
+
29
+ - [TimePicker] Add missing `themeAugmentation` entry (#7732) @LukasTy
30
+ - [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini
31
+
32
+ ## v5.17.21
33
+
34
+ _Jan 27, 2023_
35
+
36
+ We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
37
+
38
+ - 🌍 Add Belarusian (be-BY), Czech (cs-CZ), and Russian (ru-RU) locales
39
+ - 🌍 Improve Slovak (sk-SK), Japanese (ja-JP), Vietnamese (vi-VN), and Spanish (es-ES) locales
40
+ - 🐞 Bugfixes
41
+
42
+ ### `@mui/x-data-grid@v5.17.21` / `@mui/x-data-grid-pro@v5.17.21` / `@mui/x-data-grid-premium@v5.17.21`
43
+
44
+ #### Changes
45
+
46
+ - [DataGrid] Add `title` attribute to cells (#7695) @thupi
47
+ - [DataGrid] Fix grid state not being updated after print preview is closed (#7680) @cherniavskii
48
+ - [DataGrid] Fix non-hideable columns visibility toggling (#7716) @cherniavskii
49
+ - [DataGrid] Fix scrolling on resize for data grids inside shadow root (#7722) @cherniavskii
50
+ - [DataGridPremium] Create aggregation footer row with `isAutoGenerated: true` (#7681) @m4theushw
51
+ - [l10n] Add Belarusian (be-BY) locale (#7718) @volhalink
52
+ - [l10n] Add Slovak (sk-SK) translation for aggregation functions (#7690) @msidlo
53
+ - [l10n] Add missing core locales for `MuiTablePagination` (#7719) @MBilalShafi
54
+ - [l10n] Improve Japanese (ja-JP) locale (#7627) @makoto14
55
+ - [l10n] Improve Vietnamese (vi-VN) locale (#7601) @SpacerZ
56
+
57
+ ### `@mui/x-date-pickers@v5.0.16` / `@mui/x-date-pickers-pro@v5.0.16`
58
+
59
+ #### Changes
60
+
61
+ - [pickers] Add missing components to `themeAugmentation` (#7677) @LukasTy
62
+ - [l10n] Add Czech (cs-CZ) locale (#7666) @OndrejHj04
63
+ - [l10n] Add Russian (ru-RU) locale (#7708) @rstmzh
64
+ - [l10n] Improve Spanish (es-ES) locale (#7614) @WiXSL
65
+
66
+ ### Docs
67
+
68
+ - [docs] Add info callout about available component `slots` (#7723) @Vivek-Prajapatii
69
+
6
70
  ## 5.17.20
7
71
 
8
72
  _Jan 19, 2023_
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.0.15
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the commercial 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 = "MTY3NDA4MjgwMDAwMA==";
3
+ const releaseInfo = "MTY3NTI5MjQwMDAwMA==";
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 X v5.0.15
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the commercial 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 = "MTY3NDA4MjgwMDAwMA==";
3
+ var releaseInfo = "MTY3NTI5MjQwMDAwMA==";
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 X v5.0.15
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the commercial 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 = "MTY3NDA4MjgwMDAwMA==";
3
+ const releaseInfo = "MTY3NTI5MjQwMDAwMA==";
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 X v5.0.15
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the commercial 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 = "MTY3NDA4MjgwMDAwMA==";
11
+ const releaseInfo = "MTY3NTI5MjQwMDAwMA==";
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.15",
3
+ "version": "5.0.17",
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.15",
39
+ "@mui/x-date-pickers": "5.0.17",
40
40
  "@mui/x-license-pro": "5.17.12",
41
41
  "clsx": "^1.2.1",
42
42
  "prop-types": "^15.7.2",