Skip to content

Commit d7bbd3f

Browse files
authored
Merge pull request #730 from usablica/afshinm-release-v2.6.0
v2.6.0
2 parents 3d25cb6 + a4ebb6a commit d7bbd3f

File tree

8 files changed

+66
-55
lines changed

8 files changed

+66
-55
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intro.js v2.5.0
1+
# Intro.js v2.6.0
22

33
> Better introductions for websites and features with a step-by-step guide for your projects.
44

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Release History
22

3+
* **v2.6.0** - 2017-07-29
4+
- Per step disable interaction
5+
- Adding `scrollTo` option
6+
- Better scrolling method
7+
- Fixing pulse animation issue on IE
8+
- Adding a new method to show the popup of specific hint
9+
- Fixing build script
10+
- Some minor bug fixes
11+
312
* **v2.5.0** - 2017-03-22
413
- SVG support
514
- Adding new function: `goToStepNumber`, `removeHint`, `removeHits`

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "intro.js",
33
"repo": "usablica/intro.js",
44
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
5-
"version": "2.5.0",
5+
"version": "2.6.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intro.js v2.6.0
33
* https://github.com/usablica/intro.js
44
*
5-
* Copyright (C) 2016 Afshin Mehrabani (@afshinmeh)
5+
* Copyright (C) 2017 Afshin Mehrabani (@afshinmeh)
66
*/
77

88
(function (root, factory) {

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you want to use Intro.js for a commercial application, theme or plugin the co
1010

1111
### Open-source license
1212

13-
> Copyright (C) 2012-2016 Afshin Mehrabani ([email protected])
13+
> Copyright (C) 2012-2017 Afshin Mehrabani ([email protected])
1414
1515
GNU AFFERO GENERAL PUBLIC LICENSE
1616
Version 3, 19 November 2007

minified/intro.min.js

Lines changed: 51 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/introjs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "intro.js",
33
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
4-
"version": "2.5.0",
4+
"version": "2.6.0",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"homepage": "http://introjs.com",
77
"repository": {

0 commit comments

Comments
 (0)