|
1 | 1 | # Ignite UI for Angular Change Log
|
2 |
| -## 7.2.2 |
3 |
| -- **Themes** - Add support for gradients and images as values for component themes via the component theme functions. |
4 | 2 |
|
5 | 3 | All notable changes for each version of this project will be documented in this file.
|
| 4 | + |
| 5 | +# 7.2.2 |
| 6 | +- **Components' Display Type** - All components now have their CSS display property explicitly set on the host element to ensure width, padding, and margins are applied when set directly on the host selectors. |
| 7 | +- **Themes** |
| 8 | + - Add support for gradients and images as values for component themes via the component theme functions. |
| 9 | + - `Palettes` - added surface color to the palette. The surface color is used by cards, pickers, dialog windows, etc. as the default background. |
| 10 | + |
6 | 11 | ## 7.2.1
|
7 |
| -- **Feature** Column Hiding and Column Pinning components now expose a `disableFilter` property which allows hiding the filter columns input from the UI. |
| 12 | +- `igxGrid` |
| 13 | + - **Breaking Change** The `groupsRecords` property now only returns the visible tree and does not include groups that are children of collapsed parents. |
| 14 | + - **Feature** Column Hiding and Column Pinning components now expose a `disableFilter` property which allows hiding the filter columns input from the UI. |
| 15 | + |
| 16 | +### Improvements |
| 17 | +- igxSelect - select-positioning-strategy code cleanup #4019 |
| 18 | + |
| 19 | +### Bug fixes |
| 20 | +- Tooltip remains opened after clicking its target #4127 |
| 21 | +- Can not move a column to left if the previous column is column group #4114 |
| 22 | +- TextHighlight Directive makes the matching spans bold #4129 |
| 23 | +- IgxDropDownItem still uses deprecated accessors #4167 |
| 24 | +- Double click in editMode reverts the cell's value #3985 |
| 25 | +- Navigation with Ctrl+arrow keys does not work in child grids #4120 |
| 26 | +- In IE11 and Edge when scroll page the excel filter dialog is not moved #4112 |
| 27 | +- IgxCalendar overlay, rendered from cell in edit mode, goes outside the grid when scrolling #4205 |
| 28 | +- When using keyboard navigation the child grid does not scroll to next row when next child is empty. #4153 |
| 29 | +- selectedIndex doesn't switch tab. #4245 |
| 30 | +- When the last column is hidden button RIGHT for the last visible column should be disabled #4230 |
| 31 | +- When excel-style-filtering is enabled and press Shift+tab on first cell the scroll should not be moved #4219 |
| 32 | +- Can not navigate with tab in filtering row if grid has no horizontal scroll #4111 |
| 33 | +- ExcelFilterStyle , what is the name of the onClick methods for the apply and cancel button ? onFilteringDone doesnt work here #4248 |
| 34 | +- When you focus an element from the Excel-Style Filtering List in Chrome a blue boarder appears #4269 |
| 35 | +- Need ability to remove a column filter that was previously set in the grid #4305 |
| 36 | +- Keyboard navigation inside summaries for hierarchical grid is not working with Ctrl + arrow keys #4176 |
| 37 | +- ReadMe links are broken on 7.2.0. release note #4251 |
| 38 | +- Error when scrolling grid with mouse wheel after closing a dialog window in the page #4232 |
| 39 | +- Circular progress bar throws error on IE11 #3787 |
| 40 | +- Issue with export excel/csv from grid #3763 |
| 41 | +- Setting grid data property manually after initial rendering without binding it to the input is not detected. #4242 |
| 42 | +- When child grids does not have set height and expand a row in child grid scrollbars are not updated and there is empty space on the grid #4239 |
| 43 | +- [ng add]: Enabling polyfills step doesn't update properly polyfill.ts generated by Angular CLI v7.3.x. #3967 |
| 44 | +- When change sorting from the excel filter it is not applied for the grouped column #4119 |
| 45 | +- When grid is filtered and update a cell summaries are not updated #4211 |
| 46 | +- [igx-date-picker] igxCalendarHeader and igxCalendarSubheader don't work #4223 |
| 47 | +- [igx-date-picker] unnecessary suffix "日" to the date part of the calendar. #4224 |
| 48 | +- igxMonthPicker - arrowdown and arrow up not working correctly inside months view #4190 |
| 49 | +- In Edge resizing indicators are offset incorrectly #3908 |
| 50 | +- igx-column-group does not fire onColumnVisibilityChanged #4194 |
8 | 51 |
|
9 | 52 | ## 7.2.0
|
10 | 53 | - `igxCalendar`
|
@@ -149,9 +192,40 @@ All notable changes for each version of this project will be documented in this
|
149 | 192 | - The`$roundness` property on the `igx-chip-theme` have been replaced with `$border-radius`.
|
150 | 193 | - The`$roundness` property on the `iigx-tooltip-theme` have been replaced with `$border-radius`.
|
151 | 194 |
|
152 |
| -## 7.1.9 |
153 | 195 | ### Bug Fixes
|
| 196 | +- All initially pinned columns get unpinned if the grid's width is set as a percentage of its parent #3774 |
| 197 | +- Expanding a group row while at the bottom of the grid throws error #4179 |
| 198 | +- Grouping expand/collapse all button is not aligned with the row selector checkbox. #4178 |
| 199 | +- IgxToggleAction logs deprecated message in the console #4126 |
| 200 | +- IgxCombo - Calling selectItems([]) incorrectly clears the combo selection #4106 |
| 201 | +- IgxCombo - Clearing item filter sometimes empties drop down list #4000 |
| 202 | +- IgxCombo - Keyboard navigation ArrowDown stutters on chunk load #3999 |
| 203 | +- Row editing overlay banner not shown when enter row editing #4117 |
| 204 | +- IgxToggle open method always tries to get id even when it has one #3971 |
| 205 | +- Last (right-aligned) column is cut off when no widths are set for the columns #3396 |
| 206 | +- The selection in the last grid column does not span in the whole cell. #1115 |
| 207 | +- Last column header is a bit wider than the cells #1230 |
| 208 | + |
| 209 | +## 7.1.10 |
| 210 | +### Features |
| 211 | +- Column Hiding and Column Pinning components now expose a `disableFilter` property which allows hiding the filter columns input from the UI. |
| 212 | + |
| 213 | +### Bug Fixes |
| 214 | +- Tooltip remains opened after clicking its target #4127 |
| 215 | +- TextHighlight Directive makes the matching spans bold #4129 |
| 216 | +- igx-grid: `pinned` property doesn't work when `width` property is set together. #4125 |
| 217 | +- Double click in editMode reverts the cell's value #3985 |
| 218 | +- Issue with export excel/csv from grid #3763 |
| 219 | +- Error when scrolling grid with mouse wheel after closing a dialog window in the page #4232 |
| 220 | +- Circular progress bar throws error on IE11 #3787 |
| 221 | +- Setting grid data property manually after initial rendering without binding it to the input is not detected. #4242 |
| 222 | +- `headerGroupClasses` is marked as hidden #4276 |
| 223 | +- When you pin child column the whole group is not pinned #4278 |
| 224 | +- igx-column-group does not fire onColumnVisibilityChanged #4194 |
| 225 | +- When grid is filtered and update a cell summaries are not updated #4211 |
154 | 226 |
|
| 227 | +## 7.1.9 |
| 228 | +### Bug Fixes |
155 | 229 | - igx-grid: Incorrect height calculation when setting height in percent and binding empty data. #3950
|
156 | 230 | - Grid doesn't reflect the applied formatter immediately #3819
|
157 | 231 | - Cannot set chip as selected through API if selectable is false #2383
|
@@ -388,6 +462,11 @@ All notable changes for each version of this project will be documented in this
|
388 | 462 | - Updated package dependencies to Angular 7 ([#3000](https://github.com/IgniteUI/igniteui-angular/pull/3000))
|
389 | 463 | - Themes: Add dark schemas and mixins (PR [#3025](https://github.com/IgniteUI/igniteui-angular/pull/3025))
|
390 | 464 |
|
| 465 | +## 6.2.12 |
| 466 | +### Bug fixes |
| 467 | +- igx-grid: `pinned` property doesn't work when `width` property is set together. #4125 |
| 468 | +- When you pin child column the whole group is not pinned #4278 |
| 469 | + |
391 | 470 | ## 6.2.11
|
392 | 471 | ### Bug Fixes
|
393 | 472 | - igx-grid: Incorrect height calculation when setting height in percent and binding empty data. #3950
|
|
0 commit comments