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-42Lines changed: 2 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,35 +50,11 @@ All notable changes for each version of this project will be documented in this
50
50
51
51
If property `pinningPosition` is not set on a column, the column will default to the position specified on the grid's `pinning` options for `columns`.
52
52
53
-
- `IgxDateRangePicker`
54
-
- Added cancel button to the dialog, allowing the user to cancel the selection.
55
-
56
-
57
53
- `IgxCarousel`
58
54
- Added `select` method overload accepting index.
59
55
```ts
60
56
this.carousel.select(2, Direction.NEXT);
61
57
```
62
-
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
63
-
- Added ability to pin individual columns to a specific side (start or end of the grid), so that you can now have pinning from both sides. This can be done either declaratively by setting the `pinningPosition` property on the column:
If property `pinningPosition` is not set on a column, the column will default to the position specified on the grid's `pinning` options for `columns`.
82
58
83
59
- `IgxDateRangePicker`
84
60
- Now has a complete set of properties to customize the calendar:
@@ -89,6 +65,8 @@ All notable changes for each version of this project will be documented in this
89
65
- `disabledDates`
90
66
- `specialDates`
91
67
68
+
- Added cancel button to the dialog, allowing the user to cancel the selection.
69
+
92
70
- As well as the following templates, available to customize the contents of the calendar header in `dialog` mode:
93
71
- `igxCalendarHeader`
94
72
- `igxCalendarHeaderTitle`
@@ -125,28 +103,10 @@ All notable changes for each version of this project will be documented in this
125
103
126
104
- `IgxTooltip`
127
105
- The tooltip now remains open while interacting with it.
128
-
- `IgxTooltipTarget`
129
-
- Introduced several new properties to enhance customization of tooltip content and behavior. Those include `positionSettings`, `hasArrow`, `sticky`, `closeButtonTemplate`. For detailed usage and examples, please refer to the Tooltip [README](https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/directives/tooltip/README.md).
130
-
131
106
132
-
- `IgxDateRangePicker`
133
-
- Added new properties:
134
-
- `usePredefinedRanges` - Whether to render built-in predefined ranges
135
-
- `customRanges` - Allows the user to provide custom ranges rendered as chips
136
-
- `resourceStrings` - Allows the user to provide set of resource strings
137
-
138
-
- `IgxPredefinedRangesAreaComponent`
139
-
- Added new component for rendering the predefined or custom ranges inside the calendar of the `IgxDateRangePicker`
140
-
141
-
- `IgxOverlay`
142
-
- Position Settings now accept a new optional `offset` input property of type `number`. Used to set the offset of the element from the target in pixels.
143
-
144
-
- `IgxTooltip`
145
-
- The tooltip now remains open while interacting with it.
146
107
- `IgxTooltipTarget`
147
108
- Introduced several new properties to enhance customization of tooltip content and behavior. Those include `positionSettings`, `hasArrow`, `sticky`, `closeButtonTemplate`. For detailed usage and examples, please refer to the Tooltip [README](https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/directives/tooltip/README.md).
148
109
149
-
150
110
### General
151
111
- `IgxDropDown` now exposes a `role` input property, allowing users to customize the role attribute based on the use case. The default is `listbox`.
0 commit comments