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
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ All notable changes for each version of this project will be documented in this
11
11
- 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.
12
12
13
13
### RTL Support
14
-
Most of the components in the framework now have full right-to-left (RTL) support via the newly included RTL themes.
14
+
Most of the components in the framework now have full right-to-left (RTL) support via the newly included RTL themes.
15
15
16
-
For CSS-based projects add `node_modules/igniteui-angular/styles/igniteui-angular-rtl.css` to your angular.json styles collection.
16
+
For CSS-based projects add `node_modules/igniteui-angular/styles/igniteui-angular-rtl.css` to your angular.json styles collection.
17
17
18
18
For Sass-based projects pass `$direction` to the `igx-core` mixin in your root stylesheet.
19
19
@@ -29,7 +29,7 @@ Currently the following components have only partial RTL support:
29
29
- Circular Progress Indicator (igx-circular-bar)
30
30
31
31
We plan on adding support for the aforementioned components in the upcoming releases.
32
-
32
+
33
33
### New Features
34
34
35
35
- 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.
@@ -51,6 +51,20 @@ The callback signature for both `cellStyles` and `cellClasses` is now changed to
51
51
52
52
-`IgxChip`
53
53
-**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.
54
+
-`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