Skip to content

Commit

Permalink
v2.8.0-alpha.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Aug 30, 2017
1 parent 05870b0 commit 06337d9
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 47 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.7.0
# Intro.js v2.8.0

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

* **v2.8.0-alpha.1** - 2017-08-30
- Enabling `onbeforechange` to return bool and prevent the next step to display
- Updating disable interaction layer after window resize
- Fixing disable interaction layer z-index issue

* **v2.7.0** - 2017-08-17
- Added `onbeforeexit` callback
- Added `force` parameter to `exit()`
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.7.0",
"version": "2.8.0-alpha.1",
"main": "intro.js",
"scripts": [
"intro.js"
Expand Down
4 changes: 2 additions & 2 deletions intro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Intro.js v2.7.0
* Intro.js v2.8.0-alpha.1
* https://github.com/usablica/intro.js
*
* Copyright (C) 2017 Afshin Mehrabani (@afshinmeh)
Expand All @@ -18,7 +18,7 @@
}
} (this, function (exports) {
//Default config/variables
var VERSION = '2.7.0';
var VERSION = '2.8.0-alpha.1';

/**
* IntroJs main class
Expand Down
Loading

0 comments on commit 06337d9

Please sign in to comment.