igniteui-angular
Advanced tools
Changelog
6.1.6
Changelog
6.1.5
IgxChip
EventEmitter
@Output
s.selected
input. The selected
input overrides the selectable
input value.onSelection
's EventEmitter interface property nextStatus
is renamed to selected
.IgxChipArea
EventEmitter
@Output
s.igxFor
igxGrid
, igxCombo
.igxGrid
igxCombo
IgxCalendar
- deselectDate
method added that deselects date(s) (based on the selection type)IgxDatePicker
- deselectDate
method added that deselects the calendar date.Changelog
6.1.4
updateCell
method doesn't update cells that are not rendered. #2350Changelog
6.1.3
General
import 'core-js/es7/object';
igxTabs
selectedIndex
property has an @Input
setter and can be set both in markup and in code behind.igxDropDownItem
isSelected
has a public setter and is now an @Input
property that can be used for template binding.igxGrid
applyNumberCSSClass
and columnType
getters are removed.isUnary
property added to IFilteringOperationigxColumn
igxColumnGroup
autosize()
method on IgxColumnComponent
. It allows the user to programatically change the size of a column according to it's largest visible cell.igxGrid
component without setting height, inside a container without height defined, now causes the grid to render 10 records from the data view or all of the records if there are fewer than 10 available.igxCombo
width
is set to 100%itemsMaxWidth
is renamed to itemsWidth
igxLinearBar
and igxCircularBar
step
input which determines the update step of the progress indicator. By default it is one percent of the maximum value.IgxCircularBar
text
input property exposed to set the text to be displayed inside the circular bar.Changelog
6.1.2
igxCombo
improvements
For more detailed information see the official igxCombo documentation.
General
jsZip
as a Dependency.Changelog
6.1.1
igxTimePicker
changes
onClose
event added.