Skip to content

Commit

Permalink
v2.3.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Sep 1, 2016
1 parent 581b385 commit b813805
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "intro.js",
"description": "A better way for new feature introduction and step-by-step users guide for your website and project.",
"keywords": ["demo", "intro", "introduction"],
"homepage": "http://usablica.github.com/intro.js/",
"homepage": "http://introjs.com",
"author": "Afshin Mehrabani",
"main": ["intro.js","introjs.css"]
}
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Release History

* **v2.3.0** - 2016-07-01
- Fixing the conflict with Bootstrap 3
- Adding two new options to hide next and previous button in first and last steps
- Add web components compatibility (polymer)
- Removing `position: absolute` from parent fix class
- Fixing typo in hint pulse class
- Adding a Bootstrap 3 example + different positions example
- and some minor bug fixes.

* **v2.1.0** - 2016-04-20
- Removed javascript:void hrefs in order to support CSP
- Add hideHint function to public api
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
"version": "2.3.0",
"author": "Afshin Mehrabani <[email protected]>",
"homepage": "http://introjs.com",
"repository": {
"type": "git",
"url": "https://github.com/usablica/intro.js"
Expand Down

0 comments on commit b813805

Please sign in to comment.