File tree 4 files changed +29
-5
lines changed
4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 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.5
7
+
8
+ _ Sep 20, 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
+ - 📚 Documentation improvements
14
+
15
+ ### Data Grid
16
+
17
+ #### ` @mui/[email protected] ` [ ![ premium] ( https://mui.com/r/x-premium-svg )] ( https://mui.com/r/x-premium-svg-link ' Premium plan ')
18
+
19
+ - [ DataGridPremium] Fix ` onCellSelectionModelChange ` not triggered when additional cell range is selected (#14650 ) @arminmeh
20
+
21
+ ### Docs
22
+
23
+ - [ docs] Fix "What's new in MUI X" link to use absolute URL @oliviertassinari
24
+
25
+ ### Core
26
+
27
+ - [ core] Fix ` readme ` deploy instruction @oliviertassinari
28
+ - [ core] Sync with core release flow @oliviertassinari
29
+
6
30
## 6.20.4
7
31
8
32
_ Jul 18, 2024_
25
49
26
50
Same changes as in
` @mui/[email protected] ` .
27
51
28
- ## v6 .20.3
52
+ ## 6 .20.3
29
53
30
54
_ Jun 28, 2024_
31
55
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 6.20.4 " ,
2
+ "version" : " 6.20.5 " ,
3
3
"private" : true ,
4
4
"scripts" : {
5
5
"start" : " yarn && yarn docs:dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/x-data-grid-generator" ,
3
- "version" : " 6.20.4 " ,
3
+ "version" : " 6.20.5 " ,
4
4
"description" : " Generate fake data for demo purposes only." ,
5
5
"author" : " MUI Team" ,
6
6
"main" : " src/index.ts" ,
32
32
"dependencies" : {
33
33
"@babel/runtime" : " ^7.23.2" ,
34
34
"@mui/base" : " ^5.0.0-beta.22" ,
35
- "@mui/x-data-grid-premium" : " 6.20.4 " ,
35
+ "@mui/x-data-grid-premium" : " 6.20.5 " ,
36
36
"chance" : " ^1.1.11" ,
37
37
"clsx" : " ^2.0.0" ,
38
38
"lru-cache" : " ^7.18.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/x-data-grid-premium" ,
3
- "version" : " 6.20.4 " ,
3
+ "version" : " 6.20.5 " ,
4
4
"description" : " The Premium plan edition of the data grid component (MUI X)." ,
5
5
"author" : " MUI Team" ,
6
6
"main" : " src/index.ts" ,
You can’t perform that action at this time.
0 commit comments