Skip to content

Tags: bvaughn/react-virtualized-auto-sizer

Tags

2.0.3

Toggle 2.0.3's commit message

2.0.2

Toggle 2.0.2's commit message

2.0.1

Toggle 2.0.1's commit message

2.0.0

Toggle 2.0.0's commit message

1.0.26

Toggle 1.0.26's commit message
- Changed `width` and `height` values to be based om `getBoundingClie…

…ntRect` rather than `offsetWidth` and `offsetHeight` ([which are integers](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetWidth#value) and can cause rounding/flickering problems in some cases).

1.0.23

Toggle 1.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #82 from hoxyq/use-ResizeObserver-global-from-pare…

…ntNode-realm

fix: use ResizeObserver global from parentNode realm to support case with multiple realms