Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vagnerleitte/react-virtualized
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e360d95
Choose a base ref
...
head repository: bvaughn/react-virtualized
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c737715
Choose a head ref
  • 17 commits
  • 16 files changed
  • 11 contributors

Commits on Apr 7, 2021

  1. 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.
    yamadapc authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    940cc65 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. 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`).
    yamadapc authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f8769f1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    3692e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d427bca View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Fix issue with unused import being emitted (bvaughn#1635)

    * Fix issue with unused import being emitted
    
    * Fix import
    mewhhaha authored May 17, 2021
    Configuration menu
    Copy the full SHA
    2ef6367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d365098 View commit details
    Browse the repository at this point in the history
  3. Fix grid roles for accessbility (bvaughn#1624)

    * Fix grid roles for accessbility
    
    * Add test for gridcell role
    asnewman authored May 17, 2021
    Configuration menu
    Copy the full SHA
    abe0530 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Updated CHANGELOG. Someone else can publish this release if they want…

    … to handle any downsream consequences.
    Brian Vaughn committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    2e962d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    005be24 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update README

    bvaughn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5532c38 View commit details
    Browse the repository at this point in the history
  2. README changes

    bvaughn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e78651c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1cb2405 View commit details
    Browse the repository at this point in the history
  2. Revert stale.yml

    bvaughn committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2f6ff33 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Full react 19 support (bvaughn#1866)

    Co-authored-by: Anton Dubrouski <anton.dubrouski@softnetix.io>
    adubrouski and Anton Dubrouski authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    d9617ad View commit details
    Browse the repository at this point in the history
  2. Version bump 9.22.4 -> 9.22.5

    bvaughn committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    aab8da4 View commit details
    Browse the repository at this point in the history
  3. Yarn DEV updates

    bvaughn committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    b8234ac View commit details
    Browse the repository at this point in the history
  4. Version bump 9.22.5 -> 9.22.6

    bvaughn committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    c737715 View commit details
    Browse the repository at this point in the history
Loading