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: ghiscoding/Angular-Slickgrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.5
Choose a base ref
...
head repository: ghiscoding/Angular-Slickgrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.23.0
Choose a head ref
  • 9 commits
  • 37 files changed
  • 2 contributors

Commits on Oct 29, 2020

  1. chore(demo): update github demo page to latest version 2.22.5

    Ghislain Beaulac authored and Ghislain Beaulac committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    bd90a52 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. refactor: use http-server instead of webpack to run Cypress E2E tests (

    …#620)
    
    * refactor: use http-server instead of webpack to run Cypress E2E tests
    - run a Prod build and then use http-server to serve Cypress E2E tests
    ghiscoding authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    6156508 View commit details
    Browse the repository at this point in the history
  2. fix(core): revert to use WebPack to run Cypress E2E tests

    - using the Prod build with http-server seems to flaky to be used, so let's revert to using regular WebPack Dev server
    Ghislain Beaulac authored and Ghislain Beaulac committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    3b3c643 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    212c275 View commit details
    Browse the repository at this point in the history
  2. fix(extensions): import jQuery mousewheel only with frozen, fixes #618 (

    #619)
    
    * fix(extensions): import jQuery mousewheel only with frozen, fixes #618
    - when jQuery mousewheel is imported, SlickGrid attaches a scroll handler which prevent scrolling to work as normal, this however should only be used with frozen grids since it creates other issues like seen in Row Detail were it doesn't behave correctly
    - NOTE that this is more of a patch and a SlickGrid grid option flag would be better to handle that, possibly create a flag in future SlickGrid version
    ghiscoding authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    c3b52db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edae737 View commit details
    Browse the repository at this point in the history
  4. chore: add allowed CommonJS dependency to avoid build warning

    Ghislain Beaulac authored and Ghislain Beaulac committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9825caf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/ghiscoding/Angular-Slickgrid

     into master
    Ghislain Beaulac authored and Ghislain Beaulac committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ef2cf65 View commit details
    Browse the repository at this point in the history
  6. chore(release): 2.23.0

    Ghislain Beaulac authored and Ghislain Beaulac committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1fa11e2 View commit details
    Browse the repository at this point in the history
Loading