@mui/x-data-grid 6.20.0 → 6.20.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 +32 -0
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
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
|
+
## 6.20.1
|
|
7
|
+
|
|
8
|
+
_Jun 6, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🐞 Bugfixes
|
|
13
|
+
|
|
14
|
+
### Data Grid
|
|
15
|
+
|
|
16
|
+
#### `@mui/x-data-grid-premium@6.20.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
17
|
+
|
|
18
|
+
- [DataGridPremium] Fix clipboard paste not working when cell loses focus (#12737) @cherniavskii
|
|
19
|
+
|
|
20
|
+
### Date Pickers
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-date-pickers@6.20.1`
|
|
23
|
+
|
|
24
|
+
- [pickers] Fix `AdapterDayjs` timezone behavior (#13373) @LukasTy
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@6.20.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-date-pickers-pro@7.20.1`.
|
|
29
|
+
|
|
30
|
+
### Docs
|
|
31
|
+
|
|
32
|
+
- [docs] Fix Pickers FAQ callout (#13243) @LukasTy
|
|
33
|
+
|
|
34
|
+
### Core
|
|
35
|
+
|
|
36
|
+
- [core] Stop publishing v6 under latest tag (#13269) @cherniavskii
|
|
37
|
+
|
|
6
38
|
## 6.20.0
|
|
7
39
|
|
|
8
40
|
_May 24, 2024_
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED