Skip to content

Commit 036e2de

Browse files
[docs] Update changelog for v4.0.0-alpha.9 (#563)
* updated changelog * Apply suggestions from code review Co-authored-by: Olivier Tassinari <[email protected]> * move docs after datagrid Co-authored-by: Olivier Tassinari <[email protected]>
1 parent 1c6f881 commit 036e2de

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Diff for: CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.0-alpha.9](https://github.com/mui-org/material-ui-x/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (Nov 9, 2020)
7+
8+
### @material-ui/x-grid@v4.0.0-alpha.9 / @material-ui/data-grid@v4.0.0-alpha.9
9+
10+
- [DataGrid] Fix keyboard with multiple grids (#562) @dtassone
11+
- [DataGrid] Add touch support on column resize (#537) @danailH
12+
- [DataGrid] Refactor containerSizes in smaller state (#544) @dtassone
13+
- [DataGrid] Fix display of row count and selected rows on mobile (#508) @oliviertassinari
14+
- [DataGrid] Apply review from #412 (#515) @oliviertassinari
15+
- [DataGrid] Avoid paint step (#531) @oliviertassinari
16+
- [DataGrid] Refactor rendering, remove rafUpdate (#532) @Dtassone
17+
- [DataGrid] Add missing reselect dependency (#534) @dtassone
18+
- [DataGrid] Raf Timer stored in apiRef (#506) @dtassone
19+
- [DataGrid] Fix webpack v5 support (#449) @oliviertassinari
20+
- [DataGrid] Rework columnReorder to work with the new state management (#505) @danailH
21+
- [DataGrid] Fix performance issues (#501) @dtassone
22+
- [DataGrid] Refactor columns scrolling (#500) @dtassone
23+
- [DataGrid] Replace require with import (#455) @oliviertassinari
24+
- [DataGrid] Restore regression test (#503) @oliviertassinari
25+
- [DataGrid] Refactor state (#412) @dtassone
26+
27+
### Docs
28+
29+
- [docs] Fix links to GitHub (#538) @oliviertassinari
30+
- [docs] Add more information to readme (#539) @An-prog-hub
31+
- [docs] Fix the Netlify proxy for localization of X (#536) @oliviertassinari
32+
- [docs] Add deploy script command @oliviertassinari
33+
34+
### Core
35+
36+
- [core] Batch small changes (#546) @oliviertassinari
37+
- [core] Improve types (#448) @olivertassinari
38+
- [core] Run prettier (#482) @oliviertassinari
39+
- [core] Disable generation of changelogs @oliviertassinari
40+
- [test] Karma should fail if errors are thrown (#543) @oliviertassinari
41+
642
## [4.0.0-alpha.8](https://github.com/mui-org/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (Oct 23, 2020)
743

844
### @material-ui/x-grid@v4.0.0-alpha.8 / @material-ui/data-grid@v4.0.0-alpha.8

0 commit comments

Comments
 (0)