Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Jul 29, 2017
1 parent 3d25cb6 commit a4ebb6a
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 55 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Intro.js v2.5.0
# Intro.js v2.6.0

> Better introductions for websites and features with a step-by-step guide for your projects.
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Release History

* **v2.6.0** - 2017-07-29
- Per step disable interaction
- Adding `scrollTo` option
- Better scrolling method
- Fixing pulse animation issue on IE
- Adding a new method to show the popup of specific hint
- Fixing build script
- Some minor bug fixes

* **v2.5.0** - 2017-03-22
- SVG support
- Adding new function: `goToStepNumber`, `removeHint`, `removeHits`
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "intro.js",
"repo": "usablica/intro.js",
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
"version": "2.5.0",
"version": "2.6.0",
"main": "intro.js",
"scripts": [
"intro.js"
Expand Down
2 changes: 1 addition & 1 deletion intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intro.js v2.6.0
* https://github.com/usablica/intro.js
*
* Copyright (C) 2016 Afshin Mehrabani (@afshinmeh)
* Copyright (C) 2017 Afshin Mehrabani (@afshinmeh)
*/

(function (root, factory) {
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you want to use Intro.js for a commercial application, theme or plugin the co

### Open-source license

> Copyright (C) 2012-2016 Afshin Mehrabani (afshin.meh@gmail.com)
> Copyright (C) 2012-2017 Afshin Mehrabani (afshin.meh@gmail.com)
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Expand Down
100 changes: 51 additions & 49 deletions minified/intro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion minified/introjs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "intro.js",
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
"version": "2.5.0",
"version": "2.6.0",
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
"homepage": "http://introjs.com",
"repository": {
Expand Down

0 comments on commit a4ebb6a

Please sign in to comment.