Skip to content

Commit 05cb4a4

Browse files
committed
chore(release): 2.9.0-alpha1
1 parent 0b7179e commit 05cb4a4

File tree

7 files changed

+70
-60
lines changed

7 files changed

+70
-60
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.8.0
1+
# Intro.js v2.9.0
22

33
![](https://travis-ci.org/usablica/intro.js.svg?branch=master)
44

changelog.md

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

3+
* **v2.9.0-alpha.1** - 2017-12-02
4+
- Supporting scroll option `off`
5+
- Improved accuracy of tooltip positions
6+
- Improved auto position
7+
- Changed HTML attributes to lowercase
8+
- Improved coding style
9+
- Many bug fixes
10+
311
* **v2.8.0-alpha.1** - 2017-08-30
412
- Enabling `onbeforechange` to return bool and prevent the next step to display
513
- Updating disable interaction layer after window resize

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.8.0-alpha.1",
5+
"version": "2.9.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.8.0-alpha.1
2+
* Intro.js v2.9.0-alpha.1
33
* https://github.com/usablica/intro.js
44
*
55
* Copyright (C) 2017 Afshin Mehrabani (@afshinmeh)
@@ -32,7 +32,7 @@
3232
}
3333
})(function () {
3434
//Default config/variables
35-
var VERSION = '2.8.0-alpha.1';
35+
var VERSION = '2.9.0-alpha.1';
3636

3737
/**
3838
* IntroJs main class

minified/intro.min.js

Lines changed: 56 additions & 54 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.8.0-alpha.1",
4+
"version": "2.9.0-alpha.1",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"homepage": "http://introjs.com",
77
"repository": {

0 commit comments

Comments
 (0)