Skip to content

Releases: IgniteUI/igniteui-angular

10.2.0-alpha.3

23 Sep 11:03
37f7c06

Choose a tag to compare

10.2.0-alpha.3 Pre-release
Pre-release

General

  • IgxInputGroup
    • Breaking Change - Removed fluent, fluent_search, bootstrap, and indigo as possible values for the type input property.
    • Behavioral Change - The styling of the input group is now dictated by the theme being used. The remaining types - line, border, and box will only have effect on the styling when used with the material theme. The search type will affect styling when used with all themes. Changing the theme at runtime will not change the styling of the input group, a page refresh is required.
  • IgxOverlay
    • Breaking Change - target property in PositionSettings has been deprecated. You can set the attaching target for the component to show in OverlaySettings instead.
  • IgxSelect
    • Added aria-labelledby property for the items list container(marked as role="listbox"). This will ensure the users of assistive technologies will also know what the list items container is used for, upon opening.
  • IgxDatePicker
    • Breaking Change - Deprecated the label and labelVisibility properties.

New Features

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • When triggering an export of the grid via the toolbar and the export takes more than 500 milliseconds, the export button becomes disabled and an indeterminate progress bar is shown at the bottom of the toolbar until the export is finished.
  • IGX_INPUT_GROUP_TYPE injection token
    • Allows for setting an input group type on a global level, so all input-group instances, including components using such an instance as a template will have their input group type set to the one specified by the token. It can be overridden on a component level by explicitly setting a type.
  • IgxExcelExporterService
    • Added worksheetName property to the IgxExcelExporterOptions, that allows setting the name of the worksheet.
  • IgxDatePicker
    • The labelVisibility and the label property have been deprecated and now a custom label is set by nesting a inside the tags.
  • IgxTimePicker
    • Added a custom label functionality.
  • IgxCalendar and IgxDatePicker - new showWeekNumbers input, that allows showing of the week number at left side of content area.
  • IgxOverlay
    • The PositionSettings target property has been deprecated and moved to OverlaySettings.
    • An optional Point/HTML Element parameter target has been added to the position() method

10.2.0-alpha.2

17 Sep 14:05
4c2851b

Choose a tag to compare

10.2.0-alpha.2 Pre-release
Pre-release

10.2.0

General

  • IgxInputGroup
    • Breaking Chage - Removed fluent, fluent_search, bootstrap, and indigo as possible values for the type input property.
    • Behavioral Change - The styling of the input group is now dictated by the theme being used. The remaining types - line, border, and box will only have effect on the styling when used with the material theme. The search type will affect styling when used with all themes. Changing the theme at runtime will not change the styling of the input group, a page refresh is required.

New Features

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • When triggering an export of the grid via the toolbar and the export takes more than 500 milliseconds, the export button becomes disabled and an indeterminate progress bar is shown at the bottom of the toolbar until the export is finished.
  • IGX_INPUT_GROUP_TYPE injection token
    • Allows for setting an input group type on a global level, so all input-group instances, including components using such an instance as a template will have their input group type set to the one specified by the token. It can be overridden on a component level by explicitly setting a type.
  • IgxExcelExporterService
    • Added worksheetName property to the IgxExcelExporterOptions, that allows setting the name of the worksheet.
  • IgxTimePicker
    • Added a custom label functionality.
  • IgxCalendar and IgxDatePicker - new showWeekNumbers input, that allows showing of the week number at left side of content area.

10.1.5

17 Sep 09:46
9516784

Choose a tag to compare

Features

  • Typescript 4 compatibility #8116
  • Enhance hGrid multi-cell selection behavior #5714

Bug fixes

  • Fixes related to Build fails in "strictTemplates" mode for <igx-column [dataType]="'number'"> #6636
  • Column is dropped/moved to wrong index #8092
  • igx-combo initial validation issue #8098
  • igx-grid boolean column theme #8100

7.3.21

17 Sep 09:41
d87a66c

Choose a tag to compare

Bug fix:

  • An exception is thrown when trying to compile with version 7 #8136

7.2.23

17 Sep 11:02
949c518

Choose a tag to compare

Bug fix:

  • An exception is thrown when trying to compile with version 7.2.x #8136

9.1.16

17 Sep 09:44
5aa3af7

Choose a tag to compare

Features

  • Enhance hGrid multi-cell selection behavior #5714

Bug fixes

  • When moving a column, headers are moved but not the data cells #8059
  • Column is dropped/moved to wrong index #8092
  • igx-combo initial validation issue #8098
  • fixes related to - Build fails in "strictTemplates" mode for <igx-column [dataType]="'number'"> #6636
  • Column is dropped/moved to wrong index #8092

7.2.22

17 Sep 09:41
76a3738

Choose a tag to compare

Bug fix:

  • An exception is thrown when trying to compile with version 7.2.x #8136

10.2.0-alpha.1

08 Sep 13:45
ab84729

Choose a tag to compare

10.2.0-alpha.1 Pre-release
Pre-release

10.2.0

General

  • IgxInputGroup
    • Breaking Chage - Removed fluent, fluent_search, bootstrap, and indigo as possible values for the type input property.
    • Behavioral Change - The styling of the input group is now dictated by the theme being used. The remaining types - line, border, and box will only have effect on the styling when used with the material theme. The search type will affect styling when used with all themes. Changing the theme at runtime will not change the styling of the input group, a page refresh is required.

New Features

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • When triggering an export of the grid via the toolbar and the export takes more than 500 milliseconds, the export button becomes disabled and an indeterminate progress bar is shown at the bottom of the toolbar until the export is finished.
  • IGX_INPUT_GROUP_TYPE injection token
    • Allows for setting an input group type on a global level, so all input-group instances, including components using such an instance as a template will have their input group type set to the one specified by the token. It can be overridden on a component level by explicitly setting a type.
  • IgxExcelExporterService
    • Added worksheetName property to the IgxExcelExporterOptions, that allows setting the name of the worksheet.
  • IgxTimePicker
    • Added a custom label functionality.
  • IgxDatePicker
    • The labelVisibility has been removed and now a custom label is set by nesting a <label igxLabel></label> inside the <igx-date-picker><igx-date-picker> tags.

10.1.4

08 Sep 14:54
85fc9ec

Choose a tag to compare

Bug fixes:

  • Build fails in "strictTemplates" mode for <igx-column [dataType]="'number'"> #6636
  • igx-month-picker bad selection #7456
  • Input Group: Text area looks off with border/box type #8078
  • igx-badge value input should be of type number #8077

9.1.15

08 Sep 14:51
4840e83

Choose a tag to compare

Bug fixes:

  • Related to Build fails in "strictTemplates" mode for <igx-column [dataType]="'number'"> #6636
  • igx-month-picker bad selection #7456
  • igx-badge value input should be of type number #8077