Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 2d99a19

Browse files
committed
Update v0.6.0 changelog + add new roadmap
1 parent 1bfdb2e commit 2d99a19

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Intro.js can be added to your site in three simple steps:
1515
For example:
1616

1717
```html
18-
<a href='http://google.com/' data-intro='Hello step one!' data-step='1'></a>
18+
<a href='http://google.com/' data-intro='Hello step one!'></a>
1919
````
2020

2121
See all attributes [here](https://github.com/usablica/intro.js/#attributes).
@@ -305,12 +305,22 @@ Want to learn faster and easier? Here we have **Instant IntroJs**, Packt Publish
305305
</p>
306306

307307
## Roadmap
308-
- More browser compatibility
308+
- Add introduction without focusing on elements
309309
- Fix problems with `position: fixed` and other positions
310310
- Provide more examples
311311

312312
## Release History
313313

314+
* **v0.6.0** - 2013-11-13
315+
- Add step bullets with navigating
316+
- Add option to hide introduction navigating buttons
317+
- Make keyboard navigation optional
318+
- Making `data-step` optional with elements
319+
- Fix scroll issue when scrolling down to elements bigger than window
320+
- Fix Chrome version 30.0.1599.101 issue with hiding step numbers
321+
- Fix incorrect calling onExit callback when user clicks on overlay layer
322+
- Fix coding styles and improvement in performance
323+
314324
* **v0.5.0** - 2013-07-19
315325
- Add CSS class option for tooltips (And tooltip buttons also)
316326
- Add RTL version

0 commit comments

Comments
 (0)