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: 3.0.2
Choose a base ref
...
head repository: 6pac/SlickGrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.3
Choose a head ref
  • 8 commits
  • 53 files changed
  • 2 contributors

Commits on Nov 14, 2022

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

Commits on Dec 24, 2022

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

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    9e3d948 View commit details
    Browse the repository at this point in the history
  2. fix: cell selection in Firefox not working, fixes #714 (#715)

    * fix: cell selection in Firefox not working, fixes #714
    - fixes issue #714
    
    * tests: add Cypress with Firefox to CI workflow
    
    * tests: use already serving http server
    
    * tests: just testing Cypress with Chrome is enough
    ghiscoding authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3583ffc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. chore: update GitHub Actions to use latest versions (#720)

    - update a few GitHub Actions plugins to their latest versions
    ghiscoding authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    15764ae View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. fix: horizontal scrolling can cause screen flickering (#722)

    - add a delay of a cycle to avoid screen flickering that we observed to be worst in Chrome and Salesforce. This small delay of 1 cycle is enough to remove the flickering
    - the process is that when the grid is being scrolled horizontally, it has to change the scroll position of every other div container that might exist (preheader, headerrow, footer) and if we change the position at the same time as the grid scroll it can cause flickering
    ghiscoding authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0d4d943 View commit details
    Browse the repository at this point in the history
  2. feat(dataView): add option to apply row selection to all pages (#716)

    * feat(dataView): add option to apply row selection to all pages
    - supersede #689, most Grid & DataView changes were kept with some small changes & fixes, also added more Cypress E2E tests
    - when having pages and `syncGridSelection` is called with `preserveHiddenOnSelectionChange`,  clicking on Select All checkbox:
      - it will apply row selections on all rows
      - if nothing is selected and we filter data, then we click on Select All, it will apply row selections only to the item being filtered and if we remove filters then the Select All  is not expect to be selected
    
    * chore: rollback slick.grid.js changes
    - the changes to slick.grid.js should be applied in a different PR and there's also one opened for this
    
    * chore: add selected rows ids to onSelectedRowIdsChanged
    
    * chore: add option to apply grid row selection with setSelectedIds
    
    * chore: rename option to better represent applying row selection to grid
    
    * chore: change setSelectedIds option defaults
    
    * chore: show setSelectedIds options
    
    * chore: add demo & tests for row selection on multiple pages
    
    * chore: use setSelectedIds new option object instead of boolean arg
    
    * chore: fix indentation
    ghiscoding authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6e4e83a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

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