Skip to content

Commit 0d3d3e8

Browse files
authored
Merge pull request usablica#676 from Simon-Briggs/master
Add available since tags for hints API docs
2 parents c3b69ca + ce06b0a commit 0d3d3e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs/hints/api.md

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ introJs().addHints();
114114

115115
Show the hint with given `hintId`.
116116

117+
**Available since**: v2.4.0
118+
117119
**Example:**
118120
```javascript
119121
introJs().showHint(1);
@@ -125,6 +127,8 @@ introJs().showHint(1);
125127

126128
Show all hints.
127129

130+
**Available since**: v2.4.0
131+
128132
**Example:**
129133
```javascript
130134
introJs().showHints();

0 commit comments

Comments
 (0)