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: bvaughn/react-virtualized
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Automattic/react-virtualized
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 30, 2021

  1. Add JSX output option (#1)

    * Add JSX output option.
    
    This is done as a way of avoiding a dependency on `@babel/runtime`,
    which forcibly pulls in polyfills even where they are not required.
    
    The build is thus modified to perform minimal transpilation, with JSX
    preserved. These modified sources can then be transpiled further as
    needed by the consumer.
    
    In addition, a dependency on `dom-helpers` is removed, because it
    transitively added the `@babel/runtime` dependency as well.
    
    * Update documentation for the fork.
    
    * Remove `+automattic` from version number.
    
    * Fix tests.
    
    Fixed the import paths, and added steps to build UMD version of the
    library for the tests, since we're not including it in the package.
    
    * Add note about test changes to changelog.
    
    * Small fix to pretest script.
    sgomes authored and noahtallen committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    26b6f50 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. merge trunk

    noahtallen committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f627625 View commit details
    Browse the repository at this point in the history
  2. Tweak changelog

    noahtallen committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    aba501d View commit details
    Browse the repository at this point in the history
  3. Add missing newline

    noahtallen committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2664926 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from Automattic/update-from-upstream

    Sync upstream repo (add react 18 support)
    noahtallen authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6679b04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    329cd68 View commit details
    Browse the repository at this point in the history
Loading