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.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: 2.4.3
Choose a head ref
  • 16 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 10, 2018

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

Commits on Jan 29, 2019

  1. Merge pull request #1 from 6pac/master

    Update jadjare fork to v2.4.1
    jadjare authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    8124d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753efa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. add logging to row reordering example to facilitate debugging, add de…

    …nyPaste option to column definition to prevent pasting to column.
    6pac committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b74db38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db4433 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #330 from 6pac/feat/formatter-title-attribute

    feat(formatter): add toolTip to Formatter with extended object
    6pac authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    0036d8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #270 from budden/simpler-fix-to-drifting-page-down

    Minimal change to fix drifting page down
    6pac authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    055053b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Merge pull request #327 from jadjare/bugfix/frozen_column_mousewheel_…

    …scrolling
    
    Fix grid scrolling using mouse wheel, when frozen column/row is set after the grid is initialised
    6pac authored Feb 3, 2019
    Configuration menu
    Copy the full SHA
    09737ff View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. fix(examples): simple button alignement fixes (#335)

    - all frozen examples have the "set" button in the wrong location, it's a simply styling visual fix
    ghiscoding authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    217365e View commit details
    Browse the repository at this point in the history
  2. fix(selector): cell range selector was not working when at bottom (#331)

    * fix(selector): cell range selector was not working when at bottom
    - the issue was that if user open the example "example-frozen-columns-and-rows-spreadsheet.html" and he scrolls completely at the bottom of the frozen grid (bottom right) and try to select a cell range, it was not selecting properly
    
    * fix(selector): cell range selector work with frozen and regular grid
    
    * refactor(selector): simplify the code and fix indentation and format
    
    * refactor(selector): remove else condition but keep regular if
    
    * refactor(selector): change code as per comment in PR
    ghiscoding authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    dcf8194 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. fix(selection): copy text selection now working (#333)

    - onSelectedRowsChanged should ONLY trigger when new selected rows are different compare to previously selected rows
    - the issue comes from "slick.checkboxselectcolumn.js" that has a subscribe to "onSelectedRowsChanged" and when copying text selection, this was triggering a row selection (which is incorrect when row was already selected and doesn't change) and this in turn was calling an "invalidateRow" which finally removes focus of the cell
    ghiscoding authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    692785a View commit details
    Browse the repository at this point in the history
  2. fix(selector): cell selector throws error in console when no scroll (#…

    …337)
    
    - the error is not showing up if user tried scrolling at first, the small issue is related to the fact that 2 variables scrollTop, scrollLeft were not initialized
    ghiscoding authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    aa54eae View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. fix(selector): cell selector throws error in console when no scroll (#…

    …338)
    
    * fix(selector): cell selector throws error in console when no scroll
    - the error is not showing up if user tried scrolling at first, the small issue is related to the fact that 2 variables scrollTop, scrollLeft were not initialized
    
    * fix(selector): cell selection on frozen area incorrect after scrolling
    ghiscoding authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    beaa586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcab948 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Merge pull request #339 from 6pac/bugfix/overflow-scrolling

    fix(overflow-scrolling): remove old patch now unnecessary, closes #332
    6pac authored Feb 9, 2019
    Configuration menu
    Copy the full SHA
    f44a398 View commit details
    Browse the repository at this point in the history
  2. release v2.4.3

    6pac committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    6fe0fb2 View commit details
    Browse the repository at this point in the history
Loading