Skip to content

Releases: bvaughn/react-window

2.2.7

Choose a tag to compare

@bvaughn bvaughn released this 13 Feb 22:39
  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.

2.2.6

Choose a tag to compare

@bvaughn bvaughn released this 31 Jan 13:46
  • useDynamicRowHeight should not instantiate ResizeObserver when server-rendering

2.2.5

Choose a tag to compare

@bvaughn bvaughn released this 11 Jan 17:49
  • 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

Choose a tag to compare

@bvaughn bvaughn released this 05 Jan 03:44
  • Update README docs

2.2.3

Choose a tag to compare

@bvaughn bvaughn released this 06 Nov 23:48
  • 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

Choose a tag to compare

@bvaughn bvaughn released this 06 Nov 23:48

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

Choose a tag to compare

@bvaughn bvaughn released this 12 Oct 22:06
  • Fix possible scroll-jump scenario with useDynamicRowHeight

1.1.2

Choose a tag to compare

@bvaughn bvaughn released this 02 Oct 22:26
1.1.2

1.1.1

Choose a tag to compare

@bvaughn bvaughn released this 02 Oct 22:27
1.1.1

1.1.0

Choose a tag to compare

@bvaughn bvaughn released this 02 Oct 22:27
1.1.0