Skip to content

Releases: bvaughn/react-window

2.2.5

11 Jan 17:49

Choose a tag to compare

  • Use defaultHeight/defaultWidth prop to server render initial set of rows/cells
  • Adjust TypeScript return type for rowComponent/cellComponent to work around a ReactNode vs ReactElement mismatch caused by #875

2.2.4

05 Jan 03:44

Choose a tag to compare

  • Update README docs

2.2.3

06 Nov 23:48

Choose a tag to compare

  • Update TS Doc comments for List and Grid imperative methods to specify when a method throws.
  • Throw a RangeError (instead of a regular Error) if an invalid index is passed to one of the imperative scroll-to methods.

2.2.2

06 Nov 23:48

Choose a tag to compare

The return type of List and Grid components is explicitly annotated as ReactElement. The return type of rowComponent and cellComponent changed from ReactNode to ReactElement. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue #875)

2.2.1

12 Oct 22:06

Choose a tag to compare

  • Fix possible scroll-jump scenario with useDynamicRowHeight

1.1.2

02 Oct 22:26

Choose a tag to compare

1.1.2

1.1.1

02 Oct 22:27

Choose a tag to compare

1.1.1

1.1.0

02 Oct 22:27

Choose a tag to compare

1.1.0

1.0.3

02 Oct 22:27

Choose a tag to compare

1.0.3

1.0.2

02 Oct 22:27

Choose a tag to compare

1.0.2