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.10.3
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.11.0
Choose a head ref
  • 9 commits
  • 80 files changed
  • 2 contributors

Commits on Aug 1, 2021

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

Commits on Aug 3, 2021

  1. feat: 🎸 the ability to disable hide columns on a grid level

    Setting enableHiding to false in gridOptions will remove the ability to
    hide columns by default on all columns, unless explicitly enabled in the
    column definition.
    
    Closes: #1604
    marcelo-portugal authored and mportuga committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2dd1688 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. build(deps): bump tar from 4.4.13 to 4.4.15

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.13...v4.4.15)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mportuga committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    67f6fe2 View commit details
    Browse the repository at this point in the history
  2. feat: 🎸 option to disable multi-column sorting

    Adds a new grid option `suppressMultiSort`, which when ensures that when
    you sort one column, all others should be reset to no sort (as long as
    they don't have suppressRemoveSort set to true).
    
    Closes: #2913
    marcelo-portugal authored and mportuga committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c9abb8b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

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

Commits on Aug 8, 2021

  1. chore: 🤖 ensure gridHeight is constant to avoid inconsistencies

    Setting grid height prevents automatic grid heights from being generated
    by the tests and failing randomly.
    marcelo-portugal authored and mportuga committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    f51d74f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    641cb3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20049bc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

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