Skip to content
Permalink
Tag: v3.0.0-RC.18
Commits on Dec 9, 2014
  1. Release v3.0.0-RC.18

    c0bra committed Dec 9, 2014
  2. Remove explicit selenium version option

    c0bra committed Dec 9, 2014
  3. Fix bad js syntax

    c0bra committed Dec 9, 2014
  4. Try to get tests running on SL again

    c0bra committed Dec 9, 2014
Commits on Dec 8, 2014
  1. Release v3.0.0-RC.17

    c0bra committed Dec 8, 2014
  2. Merge pull request #2169 from Envisage/calc-init-height

    c0bra committed Dec 8, 2014
    use horz scroll bar option to calculate initial grid height
  3. Merge pull request #2237 from pedroclayman/master

    c0bra committed Dec 8, 2014
    added an 'aggregationLabel' attribute on colDef
  4. fix(Tests): Accidentally left in a ddescribe

    c0bra committed Dec 8, 2014
Commits on Dec 5, 2014
  1. refactor(AutoResize): Avoid excessive $digests

    c0bra committed Dec 5, 2014
    Using $timeout for the loop to check whether the grid dimensions have
    changed or not is causing a $digest() loop every 250ms. This can cause
    quite a lot of slow-down in a large grid.
    
    Changing to explicitly calling $apply() within a setTimeout() when the
    dimensions have changed should fix this. The tests have been updated to
    use Jasmine's async features to cover this alteration.
    
    Fixes #2284. Fixes #2247
  2. fix(Aggregation): Refactor introduced bug

    c0bra committed Dec 5, 2014
    Tests were failing and I did not notice. The function stopped returning
    the actual values but was returning the aggregation text instead.
  3. Merge pull request #2282 from mathiasdose/issue2281

    swalters committed Dec 5, 2014
    Update pinning tutorial
  4. Update pinning tutorial

    sickan90 committed Dec 5, 2014
Commits on Dec 3, 2014
  1. added an 'aggregationLabel' attribute on colDef to be able to overrid…

    pedroclayman committed Nov 26, 2014
    …e the i18n translation
    
    fixed test
    
    fixed whitespaces
    
    added an 'aggregationLabel' attribute on colDef to be able to override the i18n translation
    
    fixed test
    
    fixed whitespaces
Commits on Dec 2, 2014
  1. refactor(Aggregation): Use local function

    danielzabotti authored and c0bra committed Dec 2, 2014
    The function was always iterating all rows and saving the results on a local variable to be used in only 4/6 of the time, causing a lot of overhead.
    
    Its now wrapped in a local function and is called only when needed.
  2. Merge pull request #2262 from jpuri/master

    swalters committed Dec 2, 2014
    partial fix for issue #2261
  3. partial fix for issue #2261

    jpuri authored and Jyoti Puri committed Dec 2, 2014
  4. fix(Pinning): Add left border for right container

    c0bra committed Dec 2, 2014
    There was a border on the left container but not on the right container;
    no visual separation.
  5. fix(Header): Hidden header height misplacement

    c0bra committed Dec 2, 2014
    A hidden header caused the scrollbar and viewport to be drawn lower and
    smaller than they should have been.
    
    Fixes #1995
    
    BREAKING CHANGE: The `hideHeader` option has been changed to `showHeader`
    
    To migrate, change your code from the following:
    
    `hideHeader: true`
    
    To:
    
    `showHeader: false`
  6. Merge branch 'hideHeaderBug' of https://github.com/mathiasdose/ng-grid

    freein authored and c0bra committed Dec 2, 2014
    …into mathiasdose-hideHeaderBug
    
    Conflicts:
    	src/js/core/factories/GridOptions.js
  7. fix(cellNav): Don't setup when directive not there

    c0bra committed Dec 2, 2014
    The cellNav feature was attaching logic to render containers and grid
    cells despite the uiGridCellnav directive not being on the parent grid
    component. This was causing exception to be thrown during scroll events.
    
    This change looks for the cellNav controller (which is simply
    empty) and bails before attaching logic if the controller is not present.
    
    Also added tests to cover the exceptions that were occuring.
    
    Fixes #2128
  8. chore(allFeatures) Add column moving to all Features tutorial

    swalters committed Dec 2, 2014
  9. Merge pull request #2258 from jpuri/master

    swalters committed Dec 2, 2014
    fix for move column issue
  10. fix for move column issue

    jpuri authored and Jyoti Puri committed Dec 2, 2014
Commits on Dec 1, 2014
  1. Merge pull request #2212 from jpuri/master

    swalters committed Dec 1, 2014
Commits on Nov 25, 2014
  1. #2117

    Jyoti Puri Jyoti Puri
    Jyoti Puri authored and Jyoti Puri committed Nov 25, 2014
Commits on Nov 24, 2014
  1. #1815

    Jyoti Puri Jyoti Puri
    Jyoti Puri authored and Jyoti Puri committed Nov 24, 2014
Commits on Nov 23, 2014
  1. Merge pull request #2209 from PaulL1/2141_suppress_column_menu_click

    PaulL1 committed Nov 23, 2014
    Fix #2141(header): no click handler if no sort or column menu
  2. Fix #2141(header): no click handler if no sort or column menu

    PaulL1 committed Nov 23, 2014
  3. Merge pull request #2208 from PaulL1/2190_further

    PaulL1 committed Nov 23, 2014
    Fix #2190(filtering): further adjustment to noTerm logic
  4. Fix #2190(filtering): further adjustment to noTerm logic

    PaulL1 committed Nov 23, 2014
  5. Merge pull request #2207 from PaulL1/1827_menu_tooltip

    PaulL1 committed Nov 23, 2014
    Fix #1827(menu): change attribute to name from title, suppresses tooltip
  6. Fix e2e test error on filters

    PaulL1 committed Nov 23, 2014
  7. Merge pull request #2206 from PaulL1/2190_filter_no_input

    PaulL1 committed Nov 23, 2014
    Fix #2190(doco): provide tutorial example of filter with no input
Older
You can’t perform that action at this time.