Skip to content

Commit 62158ae

Browse files
committed
update
1 parent 9559ed7 commit 62158ae

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

www/content/docs/releases/index.page.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ title: Releases
33
description: All releases | Infinite Table DataGrid for React
44
---
55

6-
## 7.5.1
7-
8-
Improve scrolling performance generally, by a lot, by doing async updates.
9-
10-
For scrolling in a horizontal layout configuration, the scrolling flushes cells synchronously.
11-
126
## 7.5.0
137

148
Improve perf for data updates by 35% in certain scenarios.
159
Previously, updating a row would re-render the whole visible viewport.
1610
Starting with this version, only the updated row will re-render.
1711

12+
Improve scrolling performance generally, by a lot, by doing async updates.
13+
For scrolling in a horizontal layout configuration, the scrolling flushes cells synchronously.
14+
15+
1816
## 7.4.2
1917

2018
Improve perf by leveraging React async flushing whenever possible.

0 commit comments

Comments
 (0)