Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
8.1.13
9.0.0-alpha.5
Bug Fixes
- Resolving various
igxForOfissues with Ivy - Resolving various column width assignment issues with new host-binding approach
- Resolving
IgxColumnGroup@ContentChildrenissues with Ivy - Resolving
IgxHierarchicalGridComponenttemplate issues with Ivy - Renaming certain
-baseand-componentclasses to-directiveif the class now has a@Directiveattribute - Reenabling tests and lint validation
8.2.3
8.2.3
-
IgxTextHighlightDirective- The default highlight directive styles have been moved to a Sass theme -igx-highlight-theme; You can modify the resting and active background and text color styles of the directive by passing the respective properties to the Sass theme. You can still pass your own CSS classes to the highlight directive via the cssClass and activeCssClass inputs. -
IgxChip- Breaking Change The
originalEventproperty for the eventsonMoveStart,onMoveEnd,onClickandonSelectionnow provides the events, passed from theigxDragdirective. The passed original events are in other words the previous events that triggered theigxChipones. They also have original events until a browser event is reached.
- Breaking Change The
-
IgxGrid- Now you can access all grid data inside the custom column summary. Two additional optional parameters are introduced in the IgxSummaryOperandoperatemethod.
class MySummary extends IgxNumberSummaryOperand {
constructor() {
super();
}
operate(columnData: any[], allGridData = [], fieldName?): IgxSummaryResult[] {
const result = super.operate(allData.map(r => r[fieldName]));
result.push({ key: 'test', label: 'Total Discounted', summaryResult: allData.filter((rec) => rec.Discontinued).length });
return result;
}
}Bug Fixes
- [igx-grid] disabled igxButton="flat | icon" don't look like disabled in the igxToolbarCustomContent. #4958
- Pressing Down Arrow while summaries are focused throws an error in igxHierarchicalGrid #5552
- When browser is zoomed cannot select last cell with keyboard #4520
- HGrid Keyboard Navigation does not work correctly when there is an expanded 3-rd level child grid with no data #5251
- NavDrawer breaks server-side rendering #4426
- When group a template column it gets the name of column group before it #5643
- IgxTabs: Incorrect layout on first page load #5582
- igxTextHighlight directive uses inline styles #5403
- [Combo] label is positioned incorrectly #5599
- Grid edited cell text is partially not visible #5902
- ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. #5897
- IgxChip onSelection.originalEvent property returns null event when selecting using mouse click. #5940
- In IE11 and Edge the focused style is not applied to the filter chip #5722
- Advanced Filtering Dialog should not display column groups #5886
- [igx-grid] expose grid.verticalScrollContainer.igxForOf as dataView property #5069
- Paging is not working #5949
- In the dark theme when hover a selected row, cells content is not visible #5959
8.1.12
Bug Fixing
- [igx-grid] disabled igxButton="flat | icon" don't look like disabled in the igxToolbarCustomContent. #4958
- Pressing Down Arrow while summaries are focused throws an error in igxHierarchicalGrid #5552
- When browser is zoomed cannot select last cell with keyboard #4520
- NavDrawer breaks server-side rendering #4426
- [Combo] label is positioned incorrectly #5599
- Paging is not working #5949
9.0.0-alpha.4
Bug Fixes
- Moving grid cell width host-bindings to templates only so that they can be correctly applied with Ivy
9.0.0-alpha.3
New Features
- Initial Ivy support
- Ivy-enabled apps should be able to build & run
8.2.2
Features
- The current properties ghostOffsetX and ghostOffsetY do not return the default offset the igxDrag has calculated. #5852
Bug fixes
- IgxGrid binding issues #5751
- Invalid comment formats which are not parsed correctly by typedoc. #3183
- [igx-select] Select component doesn't respect injected display density #5843
- Updating a number column with value 0 does not mark the row as updated #5855
- Multi-View Calendar API Issues #5859
- Calendar KB navigation issues #5856
- When dynamically add/remove columns the grid is not resized correct #5845
- Condition dropdown in Advanced Filtering Dialog has incorrect position #5884
8.1.11
8.2.1
Bug fixing
- Expose *Change events for state inputs so that users can two-way bind their models #3323
- The thumb is not correctly positioned in Firefox and lost focus in IE11 #5762
- When pin a group column in child grid the layout is broken #5204
- Error is thrown on child grid initialization if Load On Demand is enabled and displayDensity is set. #5683
- Excel Style Filtering Overlay not fully shown on limited space #5773
8.1.10
Bug fixes
- Error is thrown on child grid initialization if Load On Demand is enabled and displayDensity is set. #5683
- Error is thrown when delete child column from a column group #5837
- When pin a group column in child grid the layout is broken #5204
- Excel Style Filtering Overlay not fully shown on limited space #5773