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.8.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.8.2
Choose a head ref
  • 9 commits
  • 29 files changed
  • 3 contributors

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    98c3a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb57b6 View commit details
    Browse the repository at this point in the history
  3. fix: realtime trading demo grouping wasn't working (#991)

    * fix: realtime trading demo grouping wasn't working
    - Grouping wasn't working and was caused by a duplicate DataView instantiation
    ghiscoding authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    180e4e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    0c042f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ead4e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. chore: demo onBeforeEditCell returning false (#993)

    - related to comments in issue #992
    ghiscoding authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    61e73db View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix: column.editor and gridOptions.editorFactory type changed (#995)

    * column.editor and gridOptions.editorFactory type changed
    
    editor and edtitor factory do not return an Editor Object but a typeof Editor to be constructed with new (...)
    Otherwise it is impossible to implement an Editor Factory in Typescript
    
    Co-authored-by: Manfred Wippel <[email protected]>
    manfredwippel and Manfred Wippel authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e02cf64 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 16, 2024

  1. chore(deps): update all non-major dependencies (#998)

    * chore(deps): update all non-major dependencies
    
    * fix: TS Join type
    ghiscoding authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9fef58b View commit details
    Browse the repository at this point in the history
Loading