Skip to content

Commit f161b59

Browse files
chore(*): update changelog.md and readme.md of the overlay and toggle
1 parent 2860ee7 commit f161b59

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@ All notable changes for each version of this project will be documented in this
116116
- `IgxCombo`,`IgxSimpleCombo`
117117
- **Breaking Change** The `displayValue` property now returns the display text as expected (instead of display values in array).
118118

119-
=======
120119
## 16.1.5
121120
### General
122121
- `IgxButtonGroup`:
123122
- Reverted cancellable on `selected` and `deselected` events (added in 15.1.24) as it was breaking firing order and related handling.
123+
- `IgxOverlayService`:
124+
- **Breaking Change** The `setOffset` function now directly sets the specified values instead of incrementing them.
125+
124126
## 16.1.4
125127
### New Features
126128
- `Themes`:

projects/igniteui-angular/src/lib/directives/toggle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ handlers when the toggle is opened and respectively closed.
5252
| `close` | --- | `void` | Closes the toggle. |
5353
| `toggle` | overlaySettings?: `OverlaySettings` | `void` | Closes the toggle. |
5454
| `reposition` | --- | `void` | Repositions the toggle. |
55-
| `setOffset` | Offsets the content along the corresponding axis by the provided amount. |deltaX, deltaY |
55+
| `setOffset` | Offsets the content's position along the relevant axis precisely by the specified amount. |deltaX, deltaY |
5656

5757

5858

projects/igniteui-angular/src/lib/services/overlay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ this.overlay.show(component, overlaySettings);
9999
|detach | Remove overlay with the provided id |id |
100100
|detachAll | Remove all the overlays |- |
101101
|reposition | Repositions the native element of the component with provided id |id |
102-
|setOffset | Offsets the content along the corresponding axis by the provided amount |id, deltaX, deltaY |
102+
|setOffset | Offsets the content's position along the relevant axis precisely by the specified amount |id, deltaX, deltaY |
103103

104104
###### IPositionStrategy
105105

0 commit comments

Comments
 (0)