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: 6pac/SlickGrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.12.1
Choose a base ref
...
head repository: 6pac/SlickGrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.13.0
Choose a head ref
  • 6 commits
  • 49 files changed
  • 1 contributor

Commits on Sep 7, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 13, 2024

  1. perf: Reduce iterative time complexity (#1060)

    - Optimize getAllSelectedFilteredItems and preSelectedRowIdsChangeFn with Set lookup and reducing time complexity from O(n square) to O(n)
    ghiscoding authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0d07e60 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    74713b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a634d97 View commit details
    Browse the repository at this point in the history
Loading