Skip to content

Commit bb42653

Browse files
committed
v2.5.0
1 parent 8ab8431 commit bb42653

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Release History
22

3+
* **v2.5.0** - 2017-03-22
4+
- SVG support
5+
- Adding new function: `goToStepNumber`, `removeHint`, `removeHits`
6+
- Adding new positions for hints
7+
- Adding library to Yarn
8+
- Fixing documentation
9+
- and many minor bug fixes + refactoring
10+
311
* **v2.4.0** - 2016-12-11
412
- New documentation
513
- New template: Modern

component.json

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

package.json

+1-1
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.4.0",
4+
"version": "2.5.0",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"homepage": "http://introjs.com",
77
"repository": {

0 commit comments

Comments
 (0)