Skip to content

Commit 32ac2e2

Browse files
author
pipeline
committed
config(EJ2-3019): tooltip changelog updated. (origin/EJ2-3019-tooltip-changelog)
1 parent c86b5ac commit 32ac2e2

File tree

4 files changed

+6
-77
lines changed

4 files changed

+6
-77
lines changed

dialog/ReadMe.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,4 @@ Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with fu
55
## Resources
66

77
* [Dialog Demos](http://ej2.syncfusion.com/demos/#/dialog/basic.html)
8-
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
9-
10-
## Changelog
11-
12-
### [Unreleased]
13-
14-
### 1.0.10-preview (2017-07-05)
15-
16-
### Dialog
17-
##### New Features
18-
- Removed the default value for zIndex property and updated the calculation based on parent elements z-index.
19-
20-
#### Bug Fixes
21-
- Dialog close button alignment changes.
22-
- Dialog content focusing changes, when the first input element was hidden it will focus to next input.
23-
24-
### Tooltip
25-
### New Features
26-
- Tooltip can be displayed in 12 different positions.
27-
- Supports animation effects while showing/hiding the tooltip.
28-
- Tooltip content can be either assigned with static text, template content or else be loaded dynamically via AJAX.
29-
- Supports 4 opening modes - `hover`, `click`, `focus` & `custom`.
30-
- Supports auto tip positioning.
31-
- Mouse trailing option is available for moving the tooltip along with the mouse pointer.
32-
- Tooltip can be opened in Sticky mode, allowing the user to close/hide it manually.
8+
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "Syncfusion TypeScript",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -13,7 +13,8 @@
1313
"@syncfusion/ej2-grids": "*",
1414
"@syncfusion/ej2-inputs": "*",
1515
"@syncfusion/ej2-lists": "*",
16-
"@syncfusion/ej2-navigations": "*"
16+
"@syncfusion/ej2-navigations": "*",
17+
"@syncfusion/ej2-popups": "*"
1718
},
1819
"devDependencies": {
1920
"es6-promise": "^3.2.1",

popup/ReadMe.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,4 @@ Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with fu
55
## Resources
66

77
* [Dialog Demos](http://ej2.syncfusion.com/demos/#/dialog/basic.html)
8-
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
9-
10-
## Changelog
11-
12-
### [Unreleased]
13-
14-
### 1.0.10-preview (2017-07-05)
15-
16-
### Dialog
17-
##### New Features
18-
- Removed the default value for zIndex property and updated the calculation based on parent elements z-index.
19-
20-
#### Bug Fixes
21-
- Dialog close button alignment changes.
22-
- Dialog content focusing changes, when the first input element was hidden it will focus to next input.
23-
24-
### Tooltip
25-
### New Features
26-
- Tooltip can be displayed in 12 different positions.
27-
- Supports animation effects while showing/hiding the tooltip.
28-
- Tooltip content can be either assigned with static text, template content or else be loaded dynamically via AJAX.
29-
- Supports 4 opening modes - `hover`, `click`, `focus` & `custom`.
30-
- Supports auto tip positioning.
31-
- Mouse trailing option is available for moving the tooltip along with the mouse pointer.
32-
- Tooltip can be opened in Sticky mode, allowing the user to close/hide it manually.
8+
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)

tooltip/ReadMe.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,4 @@ Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with fu
55
## Resources
66

77
* [Dialog Demos](http://ej2.syncfusion.com/demos/#/dialog/basic.html)
8-
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
9-
10-
## Changelog
11-
12-
### [Unreleased]
13-
14-
### 1.0.10-preview (2017-07-05)
15-
16-
### Dialog
17-
##### New Features
18-
- Removed the default value for zIndex property and updated the calculation based on parent elements z-index.
19-
20-
#### Bug Fixes
21-
- Dialog close button alignment changes.
22-
- Dialog content focusing changes, when the first input element was hidden it will focus to next input.
23-
24-
### Tooltip
25-
### New Features
26-
- Tooltip can be displayed in 12 different positions.
27-
- Supports animation effects while showing/hiding the tooltip.
28-
- Tooltip content can be either assigned with static text, template content or else be loaded dynamically via AJAX.
29-
- Supports 4 opening modes - `hover`, `click`, `focus` & `custom`.
30-
- Supports auto tip positioning.
31-
- Mouse trailing option is available for moving the tooltip along with the mouse pointer.
32-
- Tooltip can be opened in Sticky mode, allowing the user to close/hide it manually.
8+
* [Tooltip Demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)

0 commit comments

Comments
 (0)