Skip to content

Commit b813805

Browse files
committed
v2.3.0 🚀
1 parent 581b385 commit b813805

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "intro.js",
33
"description": "A better way for new feature introduction and step-by-step users guide for your website and project.",
44
"keywords": ["demo", "intro", "introduction"],
5-
"homepage": "http://usablica.github.com/intro.js/",
5+
"homepage": "http://introjs.com",
66
"author": "Afshin Mehrabani",
77
"main": ["intro.js","introjs.css"]
88
}

changelog.md

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

3+
* **v2.3.0** - 2016-07-01
4+
- Fixing the conflict with Bootstrap 3
5+
- Adding two new options to hide next and previous button in first and last steps
6+
- Add web components compatibility (polymer)
7+
- Removing `position: absolute` from parent fix class
8+
- Fixing typo in hint pulse class
9+
- Adding a Bootstrap 3 example + different positions example
10+
- and some minor bug fixes.
11+
312
* **v2.1.0** - 2016-04-20
413
- Removed javascript:void hrefs in order to support CSP
514
- Add hideHint function to public api

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
44
"version": "2.3.0",
55
"author": "Afshin Mehrabani <[email protected]>",
6+
"homepage": "http://introjs.com",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/usablica/intro.js"

0 commit comments

Comments
 (0)