Skip to content

Commit 514ad96

Browse files
committed
chore(docs): resolving broken changelog merge
1 parent 17dd6c0 commit 514ad96

File tree

1 file changed

+2
-42
lines changed

1 file changed

+2
-42
lines changed

CHANGELOG.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,11 @@ All notable changes for each version of this project will be documented in this
5050

5151
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`.
5252

53-
- `IgxDateRangePicker`
54-
- Added cancel button to the dialog, allowing the user to cancel the selection.
55-
56-
5753
- `IgxCarousel`
5854
- Added `select` method overload accepting index.
5955
```ts
6056
this.carousel.select(2, Direction.NEXT);
6157
```
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:
64-
65-
```html
66-
<igx-column [field]="'Col1'" [pinned]='true' [pinningPosition]='pinningPosition'>
67-
</igx-column>
68-
```
69-
70-
```ts
71-
public pinningPosition = ColumnPinningPosition.End;
72-
```
73-
74-
Or with the API, via optional parameter:
75-
76-
```ts
77-
grid.pinColumn('Col1', 0, ColumnPinningPosition.End);
78-
grid.pinColumn('Col2', 0, ColumnPinningPosition.Start);
79-
```
80-
81-
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`.
8258

8359
- `IgxDateRangePicker`
8460
- 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
8965
- `disabledDates`
9066
- `specialDates`
9167

68+
- Added cancel button to the dialog, allowing the user to cancel the selection.
69+
9270
- As well as the following templates, available to customize the contents of the calendar header in `dialog` mode:
9371
- `igxCalendarHeader`
9472
- `igxCalendarHeaderTitle`
@@ -125,28 +103,10 @@ All notable changes for each version of this project will be documented in this
125103

126104
- `IgxTooltip`
127105
- 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-
131106

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.
146107
- `IgxTooltipTarget`
147108
- 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).
148109

149-
150110
### General
151111
- `IgxDropDown` now exposes a `role` input property, allowing users to customize the role attribute based on the use case. The default is `listbox`.
152112

0 commit comments

Comments
 (0)