@mui/x-date-pickers 5.0.12 → 5.0.13

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,16 +3,48 @@
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.18
7
+
8
+ _Jan 5, 2023_
9
+
10
+ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🐞 Bugfixes
13
+
14
+ ### `@mui/x-data-grid@v5.17.18` / `@mui/x-data-grid-pro@v5.17.18` / `@mui/x-data-grid-premium@v5.17.18`
15
+
16
+ #### Changes
17
+
18
+ - [DataGrid] Fix rows not rendering properly after height change (#7376) @cherniavskii
19
+ - [DataGrid] Fix selected text in cell input not being copied in Firefox (#7330) @cherniavskii
20
+ - [DataGridPremium] Export row grouping column menu components (#7308) @cherniavskii
21
+
22
+ ### `@mui/x-date-pickers@v5.0.13` / `@mui/x-date-pickers-pro@v5.0.13`
23
+
24
+ #### Changes
25
+
26
+ - [pickers] Fix the product license reference name (#7367)
27
+
28
+ ### Docs
29
+
30
+ - [docs] Redirect translated pages (#7370) @cherniavskii
31
+
32
+ ### Core
33
+
34
+ - [core] Fix release date (#7314) @DanailH
35
+ - [core] Fix the product license reference name (#7367) @oliviertassinari
36
+ - [core] Upgrade monorepo (#7344) @cherniavskii
37
+
6
38
  ## 5.17.17
7
39
 
8
- _Dec 23, 2022_
40
+ _Dec 24, 2022_
9
41
 
10
42
  We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
11
43
 
12
44
  - 🌍 Improve Russian (ru-RU) and Korean (ko-KR) locales
13
45
  - 🐞 Bugfixes
14
46
 
15
- ### `@mui/x-data-grid@5.17.17` / `@mui/x-data-grid-pro@5.17.17` / `@mui/x-data-grid-premium@5.17.17`
47
+ ### `@mui/x-data-grid@v5.17.17` / `@mui/x-data-grid-pro@v5.17.17` / `@mui/x-data-grid-premium@v5.17.17`
16
48
 
17
49
  #### Changes
18
50
 
@@ -20,7 +52,7 @@ We'd like to offer a big thanks to the 4 contributors who made this release poss
20
52
  - [DataGridPro] Use row ID as `key` of the detail panels (#7311) @m4theushw
21
53
  - [DataGridPremium] Fix `exceljs` import with parcel (#7285) @alexfauquette
22
54
 
23
- ### `@mui/x-date-pickers@5.0.12` / `@mui/x-date-pickers-pro@5.0.12`
55
+ ### `@mui/x-date-pickers@v5.0.12` / `@mui/x-date-pickers-pro@v5.0.12`
24
56
 
25
57
  #### Changes
26
58
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.12
1
+ /** @license MUI X v5.0.13
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.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.12
1
+ /** @license MUI X v5.0.13
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.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.12
1
+ /** @license MUI X v5.0.13
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.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.12
1
+ /** @license MUI X v5.0.13
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "5.0.12",
3
+ "version": "5.0.13",
4
4
  "description": "The community edition of the date picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",