Skip to content

Commit eb48ab7

Browse files
authored
Merge branch '7.2.x' into mkirova/hgrid-summaryRows-navigation
2 parents b36b78f + 3ba83f3 commit eb48ab7

File tree

95 files changed

+1573
-777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1573
-777
lines changed

CHANGELOG.md

Lines changed: 83 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,53 @@
11
# 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.
42

53
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+
611
## 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
851

952
## 7.2.0
1053
- `igxCalendar`
@@ -149,9 +192,40 @@ All notable changes for each version of this project will be documented in this
149192
- The`$roundness` property on the `igx-chip-theme` have been replaced with `$border-radius`.
150193
- The`$roundness` property on the `iigx-tooltip-theme` have been replaced with `$border-radius`.
151194

152-
## 7.1.9
153195
### 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
154226

227+
## 7.1.9
228+
### Bug Fixes
155229
- igx-grid: Incorrect height calculation when setting height in percent and binding empty data. #3950
156230
- Grid doesn't reflect the applied formatter immediately #3819
157231
- 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
388462
- Updated package dependencies to Angular 7 ([#3000](https://github.com/IgniteUI/igniteui-angular/pull/3000))
389463
- Themes: Add dark schemas and mixins (PR [#3025](https://github.com/IgniteUI/igniteui-angular/pull/3025))
390464

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+
391470
## 6.2.11
392471
### Bug Fixes
393472
- igx-grid: Incorrect height calculation when setting height in percent and binding empty data. #3950

ROADMAP.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
# Roadmap - Ignite UI for Angular
22

33
# Current Milestone
4-
54

6-
## Milestone 6 (Due March 8th, 2019)
75

8-
1. Hierarchical Grid #827
9-
2. **[DROPPED]** igxGrid rendering strategies (like record-based rendering) #2384
10-
3. Auto-complete (inline editable) #3585
11-
4. Excel Style Filtering #3592
12-
5. Inline date and time pickers (with drop down/toggle) #3034 #2337
13-
6. igxSelect Component #3148
6+
## Milestone 7 (Due May 1st, 2019)
7+
1. Multi-cell Selection #3915
8+
2. Grid Multi-Row Layout
9+
3. Grid Row Dragging
1410

1511

16-
## Further Down the line
12+
## Going down the road
1713

1814
1. Advanced Filtering
1915
2. Row-pinning
2016
3. Column Groups expand/collapse, with column grouping templates
2117
4. Visual Cell merging
22-
5. Multi-cell Selection #3915
23-
6. Grid Multi-Row Layout
2418

2519

2620
# Previous Milestones
@@ -90,3 +84,12 @@
9084
2. **[DONE]** Grid GroupBy summaries
9185
3. **[DONE]** Banner Component [issue](https://github.com/IgniteUI/igniteui-angular/issues/2672)
9286
4. **[DONE]** Toolbar Templatable and NavBar Templatable
87+
88+
## Milestone 6 (Due March 8th, 2019)
89+
90+
1. **[DONE]** Hierarchical Grid #827
91+
2. **[DROPPED]** igxGrid rendering strategies (like record-based rendering) #2384
92+
3. **[DONE]** Auto-complete (inline editable) #3585
93+
4. **[DONE]** Excel Style Filtering #3592
94+
5. **[DONE]** Inline date and time pickers (with drop down/toggle) #3034 #2337
95+
6. **[DONE]** igxSelect Component #3148

projects/igniteui-angular/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@
1616
"angular6",
1717
"UI components",
1818
"grid",
19+
"data table",
20+
"tree grid",
21+
"tree table",
22+
"hierarchical grid",
23+
"hierarchical table",
1924
"combo",
2025
"drop down",
26+
"select",
27+
"auto complete",
28+
"autocomplete",
2129
"list",
2230
"tabs",
2331
"calendar",
@@ -52,6 +60,8 @@
5260
"slider",
5361
"toast",
5462
"snackbar",
63+
"banner",
64+
"expansion panel",
5565
"excel export",
5666
"csv export"
5767
],

projects/igniteui-angular/src/lib/carousel/carousel.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export enum Direction { NONE, NEXT, PREV }
4343
templateUrl: 'carousel.component.html',
4444
styles: [`
4545
:host {
46-
outline-style: none
46+
display: block;
47+
outline-style: none;
4748
}`]
4849
})
4950

projects/igniteui-angular/src/lib/combo/combo.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ng-content select="igx-hint, [igxHint]"></ng-content>
2626
</ng-container>
2727
<input igxInput #comboInput name="comboInput" type="text" [value]="value" readonly [placeholder]="placeholder"
28-
[disabled]="disabled" />
28+
[disabled]="disabled" (blur)="onBlur()" />
2929
<ng-container ngProjectAs="igx-suffix">
3030
<ng-content select="igx-suffix"></ng-content>
3131
</ng-container>

0 commit comments

Comments
 (0)