Skip to content

Commit c9349a4

Browse files
committed
2.0.1 -> 2.0.2
1 parent 6adc6c0 commit c9349a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.2
4+
5+
Fixed edge-case bug with `Grid` imperative API `scrollToCell` method and "smooth" scrolling behavior.
6+
37
## 2.0.1
48

59
- Remove ARIA `role` attribute from `List` and `Grid`. This resulted in potentially invalid configurations (e.g. a ARIA _list_ should contain at least one _listitem_ but that was not enforced by this library). Users of this library should specify the `role` attribute that makes the most sense to them [based on mdn guidelines](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/list_role#best_practices). For example:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-window",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"type": "module",
55
"author": "Brian Vaughn <[email protected]> (https://github.com/bvaughn/)",
66
"contributors": [

0 commit comments

Comments
 (0)