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
+32-3
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,27 @@ All notable changes for each version of this project will be documented in this
16
16
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
17
17
-**Behavioral Change** - Pinning columns is no longer automatically prevented when the pinning area would exceed the size of the grid.
18
18
19
+
### New Features
20
+
-`IgxOverlayService`:
21
+
-`setOffset` method added. It repositions the content in the horizontal and vertical directions.
22
+
-`IgxToggleDirective`:
23
+
-`setOffset` method added. It repositions the content in the horizontal and vertical directions.
24
+
25
+
## 8.2.6
26
+
27
+
### New Features
28
+
-`IgxSelectItem`
29
+
-`text` input is added. By default, the Select component will display the selected item's element inner text. In cases with a more complex item template, where more than just text interpolation is used, set the text property to specify what to display in the select field when the item is selected.
30
+
31
+
19
32
## 8.2.4
33
+
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
34
+
- The header text of the columns and the column groups now has the `title` attribute set to it in order to expose a native browser tooltip.
20
35
21
36
### RTL Support
22
-
Most of the components in the framework now have full right-to-left (RTL) support via the newly included RTL themes.
37
+
Most of the components in the framework now have full right-to-left (RTL) support via the newly included RTL themes.
23
38
24
-
For CSS-based projects add `node_modules/igniteui-angular/styles/igniteui-angular-rtl.css` to your angular.json styles collection.
39
+
For CSS-based projects add `node_modules/igniteui-angular/styles/igniteui-angular-rtl.css` to your angular.json styles collection.
25
40
26
41
For Sass-based projects pass `$direction` to the `igx-core` mixin in your root stylesheet.
27
42
@@ -37,7 +52,7 @@ Currently the following components have only partial RTL support:
37
52
- Circular Progress Indicator (igx-circular-bar)
38
53
39
54
We plan on adding support for the aforementioned components in the upcoming releases.
40
-
55
+
41
56
### New Features
42
57
43
58
- Columns now expose the `cellStyles` property which allows conditional styling of the column cells. Similar to `cellClasses` it accepts an object literal where the keys are style properties and the values are expressions for evaluation.
@@ -59,6 +74,20 @@ The callback signature for both `cellStyles` and `cellClasses` is now changed to
59
74
60
75
-`IgxChip`
61
76
-**Breaking Change** The `originalEvent` property for the events `onMoveStart`, `onMoveEnd`, `onClick` and `onSelection` now provides the events, passed from the `igxDrag` directive. The passed original events are in other words the previous events that triggered the `igxChip` ones. They also have original events until a browser event is reached.
77
+
-`IgxGrid` - Now you can access all grid data inside the custom column summary. Two additional optional parameters are introduced in the IgxSummaryOperand `operate` method.
0 commit comments