File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
projects/igniteui-angular/src/lib Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 ` :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments