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: react-component/tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.0
Choose a base ref
...
head repository: react-component/tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.12.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on Dec 23, 2024

  1. chore(deps-dev): bump @types/react from 18.3.14 to 19.0.1 (#899)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.14 to 19.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    4e82422 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @testing-library/react from 15.0.7 to 16.1.0 (#897

    )
    
    Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 to 16.1.0.
    - [Release notes](https://github.com/testing-library/react-testing-library/releases)
    - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
    - [Commits](testing-library/react-testing-library@v15.0.7...v16.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@testing-library/react"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    b478c40 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/react-dom from 18.3.2 to 19.0.1 (#898)

    Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.3.2 to 19.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react-dom"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lijianan <574980606@qq.com>
    dependabot[bot] and li-jia-nan authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    7c96f63 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint-plugin-unicorn from 53.0.0 to 56.0.1 (#889)

    Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 53.0.0 to 56.0.1.
    - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
    - [Commits](sindresorhus/eslint-plugin-unicorn@v53.0.0...v56.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-unicorn
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    0c75c63 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. feat: horizontal scrolling support in virtual mode (#878)

    * Horizontal scrolling support in virtual mode
    
    * add test
    
    * small fixes
    
    ---------
    
    Co-authored-by: Ivan Kositsin <ivan.kositsin@reltio.com>
    kvkto and Ivan Kositsin authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    73bf2c0 View commit details
    Browse the repository at this point in the history
  2. 5.12.0

    zombieJ committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    d5964b6 View commit details
    Browse the repository at this point in the history
Loading