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.0
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.10.1
Choose a head ref
  • 5 commits
  • 81 files changed
  • 3 contributors

Commits on Apr 8, 2021

  1. fix: clearSelectedRows should respect enableSelection

    The issue we had was that we have rows that are selected, but also have enableSelection: false. We expected select
    all to behave similarly when selecting and unselecting all rows in that select all does not touch disabled rows. But
    unselect all does touch disabled rows.
    
    This fixes the above issue by using the same check that is used during select all behavior in clearSelectedRows.
    blackwolf12333 authored and mportuga committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    fcad35c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. build(deps-dev): bump lodash from 4.17.20 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mportuga committed May 20, 2021
    Configuration menu
    Copy the full SHA
    3e1e618 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. fix: 🐛 remove extra $applyAsync from header-cell

    The extra $applyAsync was causing an unnecessary flicker when the grid
    was loading in certain situations. Removing it helped solve that
    problem.
    marcelo-portugal authored and mportuga committed May 25, 2021
    Configuration menu
    Copy the full SHA
    f9a84ff View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. fix: 🐛 ensure select all checkbox is announced correctly

    Select All Checkbox needs a label and state to be announced by screen
    readers.
    marcelo-portugal authored and mportuga committed May 28, 2021
    Configuration menu
    Copy the full SHA
    3b478fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    355559a View commit details
    Browse the repository at this point in the history
Loading