Skip to content

Commit ad7b3fa

Browse files
authored
Merge pull request #90 from horhorou/main
2 parents 61f19ea + cbb52db commit ad7b3fa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
* Add missing TypeScript `title` attribute type to steps.
4+
15
## 0.6.0
26

37
* The `onBeforeChange` callback now receives the `nextElement` as second parameter.

index.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ declare module 'intro.js-react' {
1515
* Position of the tooltip.
1616
*/
1717
position?: string;
18+
/**
19+
* The tooltip title.
20+
*/
21+
title?: string
1822
/**
1923
* CSS class of the tooltip.
2024
*/

0 commit comments

Comments
 (0)