Skip to content

Commit d878b16

Browse files
committed
Alter changelog + add v0.8.0 release note
1 parent 8fcea83 commit d878b16

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,12 +375,16 @@ Want to learn faster and easier? Here we have **Instant IntroJs**, Packt Publish
375375
</p>
376376

377377
## Roadmap
378-
- Add introduction without focusing on elements
379378
- Fix problems with `position: fixed` and other positions
380379
- Provide more examples
381380

382381
## Release History
383382

383+
* **v0.8.0** - 2014-03-25
384+
- Ability to define introductions without focusing on elements
385+
- Fix Internet Explorer 8.0 issue
386+
- Add `_direction` property
387+
384388
* **v0.7.1** - 2014-03-11
385389
- Fix "Too much recursion" issue with Firefox and Internet Explorer.
386390

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intro.js",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "A better way for new feature introduction and step-by-step users guide for your website and project.",
55
"keywords": ["demo", "intro", "introduction"],
66
"homepage": "http://usablica.github.com/intro.js/",

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": "0.7.1",
5+
"version": "0.8.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

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": "0.7.1",
4+
"version": "0.8.0",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)