You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,17 @@
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
5
## 15.1.0
6
-
7
6
### General
8
7
-`IgxPivotGrid`
9
8
- The `IgxPivotDateDimension` properties `inBaseDimension` and `inOption` have been deprecated and renamed to `baseDimension` and `options` respectively.
10
9
-`IgxGrid`
11
10
-**Breaking Change** The `onGroupingDone` output has been renamed to `groupingDone` to not violate the no on-prefixed outputs convention. Automatic migrations are available and will be applied on `ng update`.
12
11
-`DisplayDensity`
13
-
-**Breaking Change** The `onDensityChanged` output has been renamed to `densityChanged` to not violate the no on-prefixed outputs convention. All components expolsing this event are affected. Automatic migrations are available and will be applied on `ng update`.
12
+
-**Breaking Change** The `onDensityChanged` output has been renamed to `densityChanged` to not violate the no on-prefixed outputs convention. All components exposing this event are affected. Automatic migrations are available and will be applied on `ng update`.
13
+
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
14
+
-**Breaking Change** - `rowSelectionChanging` event arguments are changed. Now the `oldSelection`, `newSelection`, `added` and `removed` collections no longer consist of the row keys of the selected elements when the grid has set a primaryKey, but now in any case the row data is emitted.
15
+
When the grid is working with remote data and a primary key has been set- for the selected rows that are not currently part of the grid view, will be emitted a partial row data object.
16
+
-**Behavioral Change** - When selected row is deleted from the grid component `rowSelectionChanging` event will no longer be emitted.
14
17
-`IgxCarousel`
15
18
-**Breaking Change** The `onSlideChanged`, `onSlideAdded`, `onSlideRemoved`, `onCarouselPaused` and `onCarouselPlaying` outputs have been renamed to `slideChanged`, `slideAdded`, `slideRemoved`, `carouselPaused` and `carouselPlaying` to not violate the no on-prefixed outputs convention. Automatic migrations are available and will be applied on `ng update`.
16
19
-`IgxRadio`, `IgxRadioGroup`
@@ -25,7 +28,7 @@ All notable changes for each version of this project will be documented in this
25
28
-`igxPivotGrid`
26
29
- Adding `aggregatorName` for pivot value configuration as an alternative to setting `aggregator` function. If both are set `aggregatorName` takes precedent. If none are set an error is thrown.
27
30
-`IgxSimpleCombo`
28
-
-**Behavioral Change**
31
+
-**Behavioral Change**
29
32
- When the user clicks on the combo's input, the dropdown opens up.
30
33
- Keyboard navigation `ArrowUp` - when the combo is opened `ArrowUp` will close the dropdown if the search input is focused. If the active item is the first one in the list, the focus will be moved back to the search input while also selecting all of the text in the input. Otherwise `ArrowUp` will move to the previous list item.
31
34
@@ -110,7 +113,7 @@ All notable changes for each version of this project will be documented in this
110
113
111
114
### New Features
112
115
- The filtering logic inside the grid's Advanced Filtering is now extracted as a separate `IgxQueryBuilder` component. The Query Builder allows you to build complex queries by specifying AND/OR operators, conditions and values using the UI. It outputs an object describing the structure of the query. Use the `locale` property to modify the locale settings. The default value is resolved to the global Angular application locale. The `resourceStrings` allows changing the displayed strings.
113
-
116
+
114
117
- Code example below:
115
118
116
119
```html
@@ -146,7 +149,7 @@ All notable changes for each version of this project will be documented in this
146
149
<ng-template igxPivotValueChip let-value>
147
150
{{ value.member }}
148
151
</ng-template>
149
-
```
152
+
```
150
153
- Add support for usage with igxGridState to persist state of the pivotConfiguration with an additional `pivotConfiguration` option:
151
154
152
155
```html
@@ -162,7 +165,7 @@ All notable changes for each version of this project will be documented in this
162
165
```
163
166
164
167
One known issue of the igxGridState directive is that it cannot store functions as the state is stored as string.
165
-
As a result any custom functions set to `memberFunction`, `aggregator`, `formatter`, `styles` etc. will not be stored. Restoring any of these can be achieved with code on application level.
168
+
As a result any custom functions set to `memberFunction`, `aggregator`, `formatter`, `styles` etc. will not be stored. Restoring any of these can be achieved with code on application level.
166
169
Hence we have also exposed 2 new events:
167
170
- `dimensionInit` - emits when a dimension from the configuration is being initialized.
168
171
- `valueInit` - emits when a value from the configuration is being initialized.
@@ -222,7 +225,7 @@ All notable changes for each version of this project will be documented in this
222
225
<column width='auto' ...>
223
226
```
224
227
- Added support for restoring filtering expressions with custom filtering operands for the `IgxGridStateDirective`.
225
-
228
+
226
229
227
230
- Added the `IgcFormControl` directive that, when imported with its `IgcFormsModule`, is designed to seamlessly attach to form components from the Ignite UI for WebComponents package and allows using them in Angular templates and reactive forms with support for `ngModel` and `formControlName` directives. Currently the only Web Component with support through the directive is `igc-rating`.
228
231
@@ -237,7 +240,7 @@ All notable changes for each version of this project will be documented in this
237
240
238
241
## 14.0.0
239
242
240
-
- Added additional theme properties for the `IgxCalendar` so that it's easier to style the `:hover` and `:focus` states inside the selected date or range of dates.
243
+
- Added additional theme properties for the `IgxCalendar` so that it's easier to style the `:hover` and `:focus` states inside the selected date or range of dates.
241
244
- `IgxDatePicker` and `IgxDateRangePicker` now expose a `weekStart` input property like the `IgxCalendar`
242
245
- `IgxCombo` and `IgxSimpleComboComponent`
243
246
- The combobox `role`, `aria-haspopup`, `aria-expanded`, `aria-controls` and `aria-labelledby` attributes have been moved from combo wrapper to the combo input. Additionally the `IgxSimpleComboComponent` input is marked with `aria-readonly="false"` and `aria-autocomplete="list"` attributes. The `aria-labelled` attribute is applied to the combo dropdown as well and can be set by the `ariaLabelledBy` property, the combo label or placeholder. The serach input within the combo dropdown is now marked as `role="searchbox"`, `aria-label="search"` and `aria-autocomplete="list"`. The dropdown item container has `aria-activedescendant` attribute to identify the currently active element of the item list. The `IgxCombo` container is also marked as `aria-multiselectable="true"`. The dropdown header items role has been changed to `group`.
0 commit comments