Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ([email protected])
> Copyright (C) 2012-2017 Afshin Mehrabani ([email protected])

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 <[email protected]>",
"homepage": "http://introjs.com",
"repository": {
Expand Down