Thanks to visit codestin.com
Credit goes to github.com

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: angular-ui/ui-grid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.8.5
Choose a base ref
...
head repository: angular-ui/ui-grid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.0
Choose a head ref
  • 14 commits
  • 76 files changed
  • 3 contributors

Commits on Sep 25, 2020

  1. Update ui-grid-column-resizer.js

    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    abc1e74 View commit details
    Browse the repository at this point in the history
  2. Revert "Update ui-grid-column-resizer.js"

    This reverts commit 9b7a885.
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    88191a0 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Update ui-grid-column-resizer.js""

    This reverts commit cd17aeb.
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    fe09d9b View commit details
    Browse the repository at this point in the history
  4. Update ui-grid-column-resizer.js

    Fixed lint issues
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    62062f7 View commit details
    Browse the repository at this point in the history
  5. Update ui-grid-column-resizer.js

    fix: added comments to the fix made for col undefined js error
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    5474005 View commit details
    Browse the repository at this point in the history
  6. Update package-lock.json

    fix: updated package json lock file
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    941ba93 View commit details
    Browse the repository at this point in the history
  7. Update package.json

    fix: removed bower install from postinstall
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    85af008 View commit details
    Browse the repository at this point in the history
  8. Fix: undefined coldef JS error being thrown on resize of pinned ui gr…

    …id column
    
    Contains a fix for java script column definintion error thrown on resize of pinned ui grid column.
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    8d08525 View commit details
    Browse the repository at this point in the history
  9. Update ui-grid-column-resizer.js

    fix: removed trailing spaces
    Jameel99 authored and mportuga committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    e126f00 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Create SECURITY.md

    mportuga authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    7fa8556 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. chore: 🤖 add 1.8 support message to package.json

    Closes: #7091
    Portugal authored and mportuga committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    4a63c5e View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 replace missing string with empty string

    Notify the user of what string is missing via the console rather than
    the UI.
    
    BREAKING CHANGE: MISSING string will no longer be displayed.
    
    Closes: #7063
    Portugal authored and mportuga committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    f7d48ee View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 fixing firefox number edit

    Adding line provided by waclaw66 to set focus outside of timeout for
    firefox number edit
    
    Closes: #6953
    Portugal authored and mportuga committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    b58f78d View commit details
    Browse the repository at this point in the history
  4. chore: Release v4.9.0

    Portugal committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    e222d8f View commit details
    Browse the repository at this point in the history
Loading