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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ All notable changes for each version of this project will be documented in this
50
50
- Added `groupSortingDirection` input, which allows you to set groups sorting order.
51
51
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
52
52
- Added new directives for re-templating header sorting indicators - `IgxSortHeaderIconDirective`, `IgxSortAscendingHeaderIconDirective` and `IgxSortDescendingHeaderIconDirective`.
53
+
- `IgxGrid`
54
+
- Exposed a `groupStrategy` input that functions similarly to `sortStrategy`, allowing customization of the grouping behavior of the grid. Please, refer to the [Group By ](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/groupby) topic for more information.
53
55
- `IgxDialog`
54
56
- Added `focusTrap` input to set whether the Tab key focus is trapped within the dialog when opened. Defaults to `true`.
55
57
@@ -101,8 +103,6 @@ All notable changes for each version of this project will be documented in this
101
103
```
102
104
- `IgxColumnActionsComponent`
103
105
- **Breaking Change** - Input `columns` has been removed. Use `igxGrid` `columns` input instead.
104
-
- `igxGrid`
105
-
- Exposed a `groupStrategy` input that functions similarly to `sortStrategy`, allowing customization of the grouping behavior of the grid. Please, refer to the [Group By ](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/groupby) topic for more information.
106
106
- `IgxCarousel`
107
107
- **Breaking Changes** - The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_dock-manager.scss
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@
12
12
///@prop{Color}dock-background [igx-color: ('grays', 50)] - Sets the background color of the dock manager.
13
13
///@prop{Color}background-color [igx-color: ('grays', 50)] - Sets the base dock manager color as well as the pane headers and tabs background colors.
14
14
///@prop{Color}pane-header-background [igx-color: ('grays', 50)] - Sets the background color for pane headers.
15
-
///@prop{Color}pane-content-background [igx-color: ('grays', 100, .3)] - Sets the background color of the content panes.
16
15
///@prop{Color}border-color [igx-color: ('grays', 100)] - Sets the global border color in the dock manager. Also sets the pane content background and the context menu active background colors.
17
16
///@prop{Color}floating-pane-border-color [igx-color: ('grays', 50)] - Sets the border color for floating panes.
18
17
///@prop{Color}joystick-background [igx-color: ('grays', 100)] - Sets the background color of the joystick.
0 commit comments