Skip to content

Commit 06337d9

Browse files
committed
v2.8.0-alpha.1 🚀
1 parent 05870b0 commit 06337d9

File tree

6 files changed

+52
-47
lines changed

6 files changed

+52
-47
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.7.0
1+
# Intro.js v2.8.0
22

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

changelog.md

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

3+
* **v2.8.0-alpha.1** - 2017-08-30
4+
- Enabling `onbeforechange` to return bool and prevent the next step to display
5+
- Updating disable interaction layer after window resize
6+
- Fixing disable interaction layer z-index issue
7+
38
* **v2.7.0** - 2017-08-17
49
- Added `onbeforeexit` callback
510
- Added `force` parameter to `exit()`

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.7.0",
5+
"version": "2.8.0-alpha.1",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Intro.js v2.7.0
2+
* Intro.js v2.8.0-alpha.1
33
* https://github.com/usablica/intro.js
44
*
55
* Copyright (C) 2017 Afshin Mehrabani (@afshinmeh)
@@ -18,7 +18,7 @@
1818
}
1919
} (this, function (exports) {
2020
//Default config/variables
21-
var VERSION = '2.7.0';
21+
var VERSION = '2.8.0-alpha.1';
2222

2323
/**
2424
* IntroJs main class

0 commit comments

Comments
 (0)