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

Commits on Nov 25, 2020

  1. fix(editors): make sure editor exist before trying to focus on it (#554)

    * fix(editors): make sure editor exist before trying to focus on it
    
    * refactor: update to latest Cypress and its GitHub Action
    ghiscoding authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    69a6b86 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. fix: we should remove all event listeners when calling destroy (#556)

    - this is to avoid having events leaking in memory from possible detached elements
    ghiscoding authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    708b070 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. feat: add enableMouseWheelScrollHandler option to allow dynamic load (#…

    …555)
    
    * feat: add enableMouseWheelScrollHandler option to allow dynamic load
    - when using TypeScript, we must always import the mousewheel jquery lib even if we don't need it because TypeScript does not yet support dynamic import. So providing a grid option to only use the mousewheel handler when we really want it is the only bulletproof way to only use that handler only when we really need it (typically when using a frozen grid)
    - ref Angular-Slickgrid [issue](ghiscoding/Angular-Slickgrid#618)
    
    * refactor: dynamically add mousewheel scrolling handler on setOptions
    ghiscoding authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    5077d31 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

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

Commits on Nov 29, 2020

  1. fix: add grid object to all Formatter calls (#558)

    * fix: add grid object to all Formatter calls
    
    * refactor: remove unused function
    ghiscoding authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    8d957f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. feat: add columnId to onColumnsChanged event (#561)

    * feat: add columnId to onColumnsChanged event
    - in some cases it's useful to know which column from the picker triggered the hide/show
    
    * feat: add isColumnShown to onColumnsChanged event
    
    * feat: add showing to onColumnsChanged event
    ghiscoding authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    319046e View commit details
    Browse the repository at this point in the history
  2. release v2.4.32

    6pac committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    354c7d7 View commit details
    Browse the repository at this point in the history
Loading