Skip to content

Releases: IgniteUI/igniteui-angular

9.0.0-beta.6

04 Dec 09:17
56da575

Choose a tag to compare

9.0.0-beta.6 Pre-release
Pre-release

Bug Fixes

  • Navigating from row editng last cell focuses the details view instead of the Cancel button #6237
  • Drag ghost is shown above the cursor if the view was scrolled #6180
  • [Overlay] Block scroll strategy preventDefault error #6226
  • Wrong IgxGridDetailsPipe import from tree grid barrel #6285

9.0.0-beta.5

03 Dec 09:21
c268bcb

Choose a tag to compare

9.0.0-beta.5 Pre-release
Pre-release

Build and components fixes

  • Slider fixes and isContinuous prop migration #6228
  • Build issues after ng migration - ERROR in Directive IgxCsvExporterService #6227
  • Collapsing a Master Detail row scrolls the grid to the bottom. #6189
  • Date specific Advanced Filtering test is failing #6250
  • Igx Radio Group has no selection when value is 0 #6195
  • When pinned is set in column definition an error is returned when load the grid #6239
  • When set to 1, secondaryTicks are not rendered #6225

8.2.11

04 Dec 08:38
b677189

Choose a tag to compare

Bug fixes

  • Drag ghost is shown above the cursor if the view was scrolled #6180
  • igx-radio-group has no selection when the value is 0 #6195
  • Date specific Advanced Filtering test is failing #6250
  • Overlay Block scroll strategy preventDefault error #6226

9.0.0-beta.4

28 Nov 08:40
e569f09

Choose a tag to compare

9.0.0-beta.4 Pre-release
Pre-release

Features:

  • Carousel
    • Navigation buttons template implementation #6141
    • Animated slides #4268
    • Implement pan interactions #6143
  • Grid
    • Provide the state persistence directive of the igx-grid by default #5460
    • Collapsible column groups feature #3343
    • Allow master-detail style visualization with igxGrid #5880
  • Slider
    • Add tics to control #4594

8.2.10

25 Nov 10:00
b74de69

Choose a tag to compare

Bug fixes and enhancements:

  • Global elevation and roundness for Fluent theme #6187
  • Slider is not positioned and visualized correctly in igxGrid cell #5973

9.0.0-beta.3

18 Nov 13:46
5456a73

Choose a tag to compare

9.0.0-beta.3 Pre-release
Pre-release
Merge pull request #6147 from IgniteUI/master

Merge master into 9.0.x

8.2.9

18 Nov 13:43
fef77b1

Choose a tag to compare

Bug fixes

  • Added property decorator for column component to watch for changes in column properties #6004
  • Fix error when deleting child column from a column group #6160
  • Remove duplicate call to onChangeCalback in handleSelection #6128
  • Implement setDisableState in select, date-picker & time-picker
  • Updating heightCache after the view is updated #6058

8.1.18

18 Nov 12:58
e91e1f5

Choose a tag to compare

Bug Fixes

  • Fix error when deleting child column from a column group #6161

8.2.8

11 Nov 19:08
31aacaf

Choose a tag to compare

Features

  • IgxRowDragGhost directive is added. It allows providing a custom template for the drag ghost when dragging a row.
    <igx-grid #grid1 [data]="remote | async" primaryKey="ProductID"
        [rowDraggable]="true">
        <igx-column field="ProductName"></igx-column>
        <igx-column field="ProductID"></igx-column>
        <igx-column field="UnitsInStock"></igx-column>
        <ng-template let-data igxRowDragGhost>
            <div>
                Moving {{data.ProductName}}!
            </div>
        </ng-template>
    </igx-grid>

Bug fixes

  • Switch component is broken in fluent theme #6053
  • Can't scroll to top when there is expanded row in Hierarchical Grid #6061
  • Paginator component theme path is not migrated in import statement #6121
  • ng-add schematic fails to update polyfills in non-default workspaces #6017
  • use *ngIf instead of ngClass in progress bar template [PR #6101]

8.1.17

11 Nov 18:54
8a0368d

Choose a tag to compare

Bug fixes

  • Percentage text is visible for indeterminate circular progress bar #6129