-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: vagnerleitte/react-virtualized
base: master
head repository: bvaughn/react-virtualized
compare: master
- 17 commits
- 16 files changed
- 11 contributors
Commits on Apr 7, 2021
-
Fix bug in WindowScroller::updatePosition (bvaughn#1642)
Fixes a bug that happens when trying to react to "header height" changes with WindowScroller. The documentation currently points to calling WindowScroller::updatePosition, however, while that updates the cached position on the WindowScroller instance variables, it does not update the scrollTop state variable. This causes virtual-lists linked to it to not properly render immediately after a header height change; only after a subsequent scroll event.
Configuration menu - View commit details
-
Copy full SHA for 940cc65 - Browse repository at this point
Copy the full SHA 940cc65View commit details
Commits on Apr 19, 2021
-
Update bug fix in bvaughn#1642 to also reset isScrolling (bvaughn#1648)
After further testing, I've found that after `handleWindowScrollEvent` is called we also need to force the `isScrolling` state variable to turn back to false (otherwise there might be issues with rendering rows that depend on `isScrolling`).
Configuration menu - View commit details
-
Copy full SHA for f8769f1 - Browse repository at this point
Copy the full SHA f8769f1View commit details
Commits on May 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3692e0e - Browse repository at this point
Copy the full SHA 3692e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d427bca - Browse repository at this point
Copy the full SHA d427bcaView commit details
Commits on May 17, 2021
-
Fix issue with unused import being emitted (bvaughn#1635)
* Fix issue with unused import being emitted * Fix import
Configuration menu - View commit details
-
Copy full SHA for 2ef6367 - Browse repository at this point
Copy the full SHA 2ef6367View commit details -
Configuration menu - View commit details
-
Copy full SHA for d365098 - Browse repository at this point
Copy the full SHA d365098View commit details -
Fix grid roles for accessbility (bvaughn#1624)
* Fix grid roles for accessbility * Add test for gridcell role
Configuration menu - View commit details
-
Copy full SHA for abe0530 - Browse repository at this point
Copy the full SHA abe0530View commit details
Commits on Feb 26, 2022
-
Updated CHANGELOG. Someone else can publish this release if they want…
… to handle any downsream consequences.
Brian Vaughn committedFeb 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 2e962d8 - Browse repository at this point
Copy the full SHA 2e962d8View commit details
Commits on Apr 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 005be24 - Browse repository at this point
Copy the full SHA 005be24View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5532c38 - Browse repository at this point
Copy the full SHA 5532c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78651c - Browse repository at this point
Copy the full SHA e78651cView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cb2405 - Browse repository at this point
Copy the full SHA 1cb2405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6ff33 - Browse repository at this point
Copy the full SHA 2f6ff33View commit details
Commits on Jan 20, 2025
-
Full react 19 support (bvaughn#1866)
Co-authored-by: Anton Dubrouski <anton.dubrouski@softnetix.io>
Configuration menu - View commit details
-
Copy full SHA for d9617ad - Browse repository at this point
Copy the full SHA d9617adView commit details -
Configuration menu - View commit details
-
Copy full SHA for aab8da4 - Browse repository at this point
Copy the full SHA aab8da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8234ac - Browse repository at this point
Copy the full SHA b8234acView commit details -
Configuration menu - View commit details
-
Copy full SHA for c737715 - Browse repository at this point
Copy the full SHA c737715View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master