chore(deps-dev): bump react-window from 1.8.11 to 2.2.5
Bumps react-window from 1.8.11 to 2.2.5.
Release notes
Sourced from react-window's releases.
2.2.5
- Use
defaultHeight/defaultWidthprop to server render initial set of rows/cells- Adjust TypeScript return type for
rowComponent/cellComponentto work around aReactNodevsReactElementmismatch caused by #8752.2.4
- Update README docs
2.2.3
- Update TS Doc comments for
ListandGridimperative methods to specify when a method throws.- Throw a
RangeError(instead of a regularError) if an invalid index is passed to one of the imperative scroll-to methods.2.2.2
The return type of
ListandGridcomponents is explicitly annotated asReactElement. The return type ofrowComponentandcellComponentchanged fromReactNodetoReactElement. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue #875)2.2.1
- Fix possible scroll-jump scenario with
useDynamicRowHeight2.2.0
- Support for dynamic row heights via new
useDynamicRowHeighthook.const rowHeight = useDynamicRowHeight({ defaultRowHeight: 50 });return <List rowHeight={rowHeight} {...rest} />;
- Smaller NPM bundle; (docs are no longer included as part of the bundle due to the added size)
Documentation at: https://react-window-9gegorjnr-brian-vaughns-projects.vercel.app/
2.1.2
Prevent
ResizeObserverAPI from being called at all if an explicitListheight (orGridwidth and height) is provided.Thanks to
@tnajdekfor the PR!
Documentation at: https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/
2.1.1
Grids with only one row no longer incorrectly set cell height to 100%.
Documentation at: https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/
... (truncated)
Changelog
Sourced from react-window's changelog.
2.2.5
- Use
defaultHeight/defaultWidthprop to server render initial set of rows/cells- Adjust TypeScript return type for
rowComponent/cellComponentto work around aReactNodevsReactElementmismatch caused by #8752.2.4
- Update README docs
2.2.3
- Update TS Doc comments for
ListandGridimperative methods to specify when a method throws.- Throw a
RangeError(instead of a regularError) if an invalid index is passed to one of the imperative scroll-to methods.2.2.2
The return type of
ListandGridcomponents is explicitly annotated asReactElement. The return type ofrowComponentandcellComponentchanged fromReactNodetoReactElement. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue #875)2.2.1
- Fix possible scroll-jump scenario with
useDynamicRowHeight2.2.0
- Support for dynamic row heights via new
useDynamicRowHeighthook.const rowHeight = useDynamicRowHeight({ defaultRowHeight: 50 });return <List rowHeight={rowHeight} {...rest} />;
- Smaller NPM bundle; (docs are no longer included as part of the bundle due to the added size)
2.1.2
Prevent
ResizeObserverAPI from being called at all if an explicitListheight (orGridwidth and height) is provided.2.1.1
Grids with only one row no longer incorrectly set cell height to 100%.
2.1.0
Improved ARIA support:
- Add better default ARIA attributes for outer
HTMLDivElement- Add optional
ariaAttributesprop to row and cell renderers to simplify better ARIA attributes for user-rendered cells
... (truncated)
Commits
dff578f2.2.4 -> 2.2.5b26f7da2.2.5 (#896)cdd381eUpdate package homepage48958ba2.2.3 -> 2.2.419610cbUpdate react-lib-tools depb076727Tweak FAQ textb7b3b24Add FAQ section to docs5b7cfefReplace og.svg with og.pnga9e8022Update react-lib-tools depe5d0ca0Update react-lib-tools dep- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)