Skip to content

Commit 9a12da1

Browse files
author
pipeline
committed
ej2-popup-components: bug(EJ2-2787): tooltip pointer alignment issue has fixed. (origin/EJ2-2787-Tooltip-Pointer)
1 parent 79215a1 commit 9a12da1

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

dialog/ReadMe.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with fu
77
* [Dialog Demos](http://ej2.syncfusion.com/demos/#/dialog/basic.html)
88
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
99

10-
# 1.0.10
10+
## Changelog
1111

12-
# 1.0.10-preview (2017-07-05)
12+
### [Unreleased]
1313

14-
## Dialog
15-
### New Features
14+
### 1.0.10-preview (2017-07-05)
15+
16+
### Dialog
17+
##### New Features
1618
- Removed the default value for zIndex property and updated the calculation based on parent elements z-index.
1719

18-
### Bug Fixes
20+
#### Bug Fixes
1921
- Dialog close button alignment changes.
2022
- Dialog content focusing changes, when the first input element was hidden it will focus to next input.
2123

22-
## Tooltip
24+
### Tooltip
2325
### New Features
2426
- Tooltip can be displayed in 12 different positions.
2527
- Supports animation effects while showing/hiding the tooltip.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2",
3-
"version": "1.11.0",
3+
"version": "1.12.1",
44
"description": "Syncfusion TypeScript",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

popup/ReadMe.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with fu
77
* [Dialog Demos](http://ej2.syncfusion.com/demos/#/dialog/basic.html)
88
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
99

10-
# 1.0.10
10+
## Changelog
1111

12-
# 1.0.10-preview (2017-07-05)
12+
### [Unreleased]
1313

14-
## Dialog
15-
### New Features
14+
### 1.0.10-preview (2017-07-05)
15+
16+
### Dialog
17+
##### New Features
1618
- Removed the default value for zIndex property and updated the calculation based on parent elements z-index.
1719

18-
### Bug Fixes
20+
#### Bug Fixes
1921
- Dialog close button alignment changes.
2022
- Dialog content focusing changes, when the first input element was hidden it will focus to next input.
2123

22-
## Tooltip
24+
### Tooltip
2325
### New Features
2426
- Tooltip can be displayed in 12 different positions.
2527
- Supports animation effects while showing/hiding the tooltip.

tooltip/ReadMe.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with fu
77
* [Dialog Demos](http://ej2.syncfusion.com/demos/#/dialog/basic.html)
88
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
99

10-
# 1.0.10
10+
## Changelog
1111

12-
# 1.0.10-preview (2017-07-05)
12+
### [Unreleased]
1313

14-
## Dialog
15-
### New Features
14+
### 1.0.10-preview (2017-07-05)
15+
16+
### Dialog
17+
##### New Features
1618
- Removed the default value for zIndex property and updated the calculation based on parent elements z-index.
1719

18-
### Bug Fixes
20+
#### Bug Fixes
1921
- Dialog close button alignment changes.
2022
- Dialog content focusing changes, when the first input element was hidden it will focus to next input.
2123

22-
## Tooltip
24+
### Tooltip
2325
### New Features
2426
- Tooltip can be displayed in 12 different positions.
2527
- Supports animation effects while showing/hiding the tooltip.

0 commit comments

Comments
 (0)