Skip to content

Commit

Permalink
chore(release): 2.9.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Dec 2, 2017
1 parent 0b7179e commit 05cb4a4
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 60 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.8.0
# Intro.js v2.9.0

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

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Release History

* **v2.9.0-alpha.1** - 2017-12-02
- Supporting scroll option `off`
- Improved accuracy of tooltip positions
- Improved auto position
- Changed HTML attributes to lowercase
- Improved coding style
- Many bug fixes

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

/**
* IntroJs main class
Expand Down
110 changes: 56 additions & 54 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.8.0-alpha.1",
"version": "2.9.0-alpha.1",
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
"homepage": "http://introjs.com",
"repository": {
Expand Down

0 comments on commit 05cb4a4

Please sign in to comment.