All Versions
109
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 7

  • v7.1.10 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ“Œ Column Hiding and Column Pinning components now expose a disableFilter property which allows hiding the filter columns input from the UI.

    ๐Ÿ› Bug Fixes

    • Tooltip remains opened after clicking its target #4127
    • TextHighlight Directive makes the matching spans bold #4129
    • ๐Ÿ“Œ igx-grid: pinned property doesn't work when width property is set together. #4125
    • โช Double click in editMode reverts the cell's value #3985
    • Issue with export excel/csv from grid #3763
    • Error when scrolling grid with mouse wheel after closing a dialog window in the page #4232
    • Circular progress bar throws error on IE11 #3787
    • Setting grid data property manually after initial rendering without binding it to the input is not detected. #4242
    • headerGroupClasses is marked as hidden #4276
    • ๐Ÿ“Œ When you pin child column the whole group is not pinned #4278
    • igx-column-group does not fire onColumnVisibilityChanged #4194
    • โšก๏ธ When grid is filtered and update a cell summaries are not updated #4211
  • v7.1.9 Changes

    ๐Ÿ› Bug Fixes

    • igx-grid: Incorrect height calculation when setting height in percent and binding empty data. #3950
    • Grid doesn't reflect the applied formatter immediately #3819
    • Cannot set chip as selected through API if selectable is false #2383
    • IgxCombo - Keyboard navigation in combo with remote data is incorrect #4049
    • ๐Ÿ’ป Setting groupingExpressions run-time has different result than using the UI/methods #3952
    • ๐Ÿ— Error on app-shell build in the icon module #4065
    • Grid/TreeGrid toolbar dropdowns reopen when trying to close it every other time #4045
    • When grid and columns have width in IE the columns are visible outside the grid #3716
    • ๐Ÿ“„ IgxGridToolbarComponent is hidden from the API docs #3974
    • igx-grid: row virtualization doesn't work when setting height in percent if you fetch and bind data after initial rendering. #3949
    • ๐Ÿ”Š IgxToggleAction logs deprecated message in the console #4126
  • v7.1.8 Changes

    ๐Ÿ› Bug Fixes

    • Required date picker bound to displayData is shown invalid initially. #3641
    • If the columns don't fit the treeGrid viewport, horizontal scrollbar in TreeGrid is gone/disappears #3808
    • igxGrid setting autogenerate and groupingExpressions inputs results in errors #3951
  • v7.1.7 Changes

    ๐Ÿ› Bug fixes

    • ๐Ÿ”จ refactor(card): apply the content color to any text element #3878
    • ๐Ÿ’… style(linear-bar): Fix text alignment #3862
  • v7.1.6 Changes

    ๐Ÿ› Bug Fixes

    • Calling open() on an already opened IgxDropDown replays the opening animation #3810
  • v7.1.5 Changes

    ๐Ÿ”‹ Features

    • igxGrid
      • Group By
        • The collapse/expand icons have new orientantion to display the action that will be performed when clicked. When an icon points up clicking on it would result in collapsing the related group row and when it points down clicking on it would expand the group row.
        • The collapse/expand all icons have also been updated to reflect the new group row icons better.
        • Group rows now can be expanded/collapsed using Alt + Arrow Up/Down to reflect the new icons.
    • igxTreeGrid
      • The collapse/expand icons have new orientantion to display the action that will be performed when clicked. When an icon points up clicking on it would result in collapsing the related tree grid level and when it points down clicking on it would expand the tree grid level.
      • Expanding/collapsing tree levels can now be performed also by using Alt + Arrow Up/Down to reflect the new icons.
    • ๐Ÿ’… Remove CSS Normalization - Some users were complaining we reset too many browser styles - lists and heading styles in particular. We no longer do CSS normalization on an application level. Users who depended on our CSS browser normalization will have to handle that on their own going forward.
    • igxOverlayService - the height of the shown element/component is not cached anymore. The height will be calculated each time position method of position strategy is called.

    • igxOverlayService

      • onClosing event arguments are of type OverlayClosingEventArgs that adds an optional event property with the original DOM event. The browser event is available when closing of the overlay is caused by an outside click. This also affects all components and directives that use igxOverlay service - igxToggle, igxDropDown, igxCombo, igxSelect and igxAutocomplete. When they emit their respective onClosing event, the arguments are of type CancelableBrowserEventArgs, including the optional browser event.
  • v7.1.4 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ’ป Column Hiding UI
      • Behavioral Change - The UI now hides the columns whose disableHiding property is set to true instead of simply disabling them.
  • v7.1.3 Changes

    ๐Ÿ› Bug Fixes

    • When search and hide and then show a column the cell values are not correct (3631)
    • When press Ctrl+Arrow down key on a summary cell it should stay active (3651)
    • When summary row is not fully visible and press Tab the last summary cell is not activated (3652)
    • Choosing from a drop down inside a form in a drop down closes the outer drop down (3673)
    • Banner - Calling close method on collapsed panel throws error (3669)
    • Typedoc API task generates non-public exports (2858)
    • ๐Ÿ“Œ column.pin and column.unpin API descriptions need improvement (3660)
    • disabledDates for the calendar and date picker should be an @Input() (3625)
    • There is no way to determinate if a list item was panned in the click event (3629)
    • When search and hide and then show a column the cell values are not correct (3631)
  • v7.1.2 Changes

    ๐Ÿ”‹ Features

    • igx-circular-bar and igx-linear-bar now feature an indeterminate input property. When this property is set to true the indicator will be continually growing and shrinking along the track.
    • IgxTimePickerComponent: in addition to the current dialog interaction mode, now the user can select or edit a time value, using an editable masked input with a dropdown.
    • IgxColumnComponent now accepts its templates as input properties through the markup. This can reduce the amount of code one needs to write when applying a single template to multiple columns declaratively. The new exposed inputs are:

      • cellTemplate - the template for the column cells
      • headerTemplate - the template for the column header
      • cellEditorTemplate - the template for the column cells when a cell is in edit mode

        <!-- Example -->
        
        <igx-grid ...>
            <igx-column *ngFor="let each of defs" [cellTemplate]="newTemplate" ...></igx-column>
        </igx-grid>
        
        <ng-template #newTemplate let-value>
            {{ value }}
        </ng-template>
        

    ๐Ÿ› Bug Fixes

    • When transactions are enabled and delete a row page is changed to first page (3425)
    • โšก๏ธ Row selectors header is not updated when commit transactions (3424)
    • When a column is sorted and change value in a cell after commit and press enter on selected cell the focus is not in the input (2801)
    • ๐Ÿ’ป Closing the filter UI cuts the grid on the left (3451)
    • GroupedRecords class should be hidden for doc generation. (3483)
    • ๐Ÿ“š Badly formatted table in the JP documentation (3484)
    • Not setting width in percentage on one or more columns results in columns going out of view (1245)
    • ๐Ÿ”‹ Feature Request : locale property on a grid level (3455)
    • Excel cannot open the exported data (3332)
    • API DOC header links on header nav in JP leads to EN product page (3516)
    • IgxGridHeaderGroupComponent should have preset min width (3071)
    • โž• Adding a custom svg to snackbar (3328)
    • ๐Ÿ”‹ Feature request: Using text field input for date and time picker (2337)
    • Summaries Keyboard navigation issues (3407)
    • ๐Ÿ‘ IgxRipple - animate() function not supported in Safari (3506)
    • Faulty link in Typedoc (3531)
    • [IE11] igx-grid - Filtering is cleared when clicking filtering chip if resourceString.igx_grid_filter_row_placeholder is set to Japanese character. (3504)
    • ๐Ÿ’… Setting required IgxInput's value not via typing does not clear the invalid style. (3550)
    • โž• Add bodyTemplate as @Input() for igx-column (3562)
    • Horizontal scrollbar is not shown when column's width is set to a percentage value. (3513)
    • When select a date filter the date is not previewed in the input (3362)
    • ๐Ÿ’ป Missing locale errors on a browser with non-en language (3569)
    • igx-action-icon is not vertically aligned in IgxNavbar (3584)
    • โช [IE11] igx-grid filtering condition is reverted when typing Japanese character in the filtering textbox. (3577)
    • TreeGrid has empty space when Summaries are enabled and expand/collapse (3409)
    • Filtering row: no chip is created while typing Japanese characters on Edge (3599)
    • ๐Ÿš€ PowerShell script should be added in order to apply some rules for deployment of the API DOCS (sassdoc, typedoc) (3618)
    • igx-grid isn't displayed properly in IE11 when it is inside an igx-tabs-group. (3047)
    • Cells' content is shown twice when entering edit mode after searching. (3637)
    • ng add improvements (3528)
  • v7.1.1 Changes

    ๐Ÿ› Bug Fixes

    • onSortingDone is not fired when sorting indicator of a header in the group by area is clicked (#3257)
    • igx-grid isn't displayed properly in IE11 when it is inside an igx-tabs-group (#3047)
    • Preventing wrap-around for scrollNext and scrollPrev(#3365)
    • IgxTreeGrid does not respect its parent container height (#3467)
    • ๐Ÿ“Œ Include grid's unpinnedWidth and totalWidth in cell width calculation (#3465)

    Other

    • โšก๏ธ update typedoc-plugin-localization version to 1.4.1 (#3440)