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: TanStack/table
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.20.0
Choose a base ref
...
head repository: TanStack/table
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 109 files changed
  • 14 contributors

Commits on Aug 3, 2024

  1. docs: Update columns.md (#5666)

    The usage of backticks inside of the header and cell links made it so that the text could not be properly parsed and rendered the links impossible to use.
    With this change, the links are available again.
    squidjam committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a8d1971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55da0c3 View commit details
    Browse the repository at this point in the history
  3. fix: id building was not consistent when using deep accessorKey (4754) (

    #5430)
    
    * fix: id building was not consistent when using deep accessorKey (4754)
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    3 people committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    84cf73a View commit details
    Browse the repository at this point in the history
  4. release: v8.20.1

    tannerlinsley committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9370c9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fea8c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    7331506 View commit details
    Browse the repository at this point in the history
  2. release: v8.20.2

    tannerlinsley committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b68ff00 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. fix: major performance bug in Vue-adapter (#5698)

    * fix: major performance bug
    
    * fix: export options-type with reactive data
    OlaAlsaker committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fb2d72f View commit details
    Browse the repository at this point in the history
  2. release: v8.20.3

    tannerlinsley committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4685962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5110aa9 View commit details
    Browse the repository at this point in the history
  4. release: v8.20.4

    tannerlinsley committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5e7bb0c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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

Commits on Aug 24, 2024

  1. fix(table-core): allow searching of numbers (#5718)

    Co-authored-by: gaga8820 <gagandeep.singh1@rackspace.com>
    GaganSingh7 and cre8ive-gds committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    237b1c4 View commit details
    Browse the repository at this point in the history
  2. release: v8.20.5

    tannerlinsley committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ab2819c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Aug 31, 2024

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

Commits on Sep 14, 2024

  1. docs: Updated some incomplete docs (#5741)

    * Updated some incomplete docs
    
    * Update expanding.md
    
    Modified some information for clarity
    
    * Update expanding.md
    
    Fixed some typos
    
    * Update expanding.md
    
    fixed some typos
    
    * Update expanding.md
    
    * Update global-faceting.md
    
    * Update grouping.md
    
    * Update grouping.md
    
    * Update expanding.md
    
    * Update expanding.md
    
    * Update global-filtering.md
    
    * polish up new docs
    
    ---------
    
    Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
    mahmudhamid and KevinVandy committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6b4d616 View commit details
    Browse the repository at this point in the history
Loading