This repository was archived by the owner on May 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Intro.js can be added to your site in three simple steps:
15
15
For example:
16
16
17
17
``` 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 >
19
19
````
20
20
21
21
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
305
305
</p >
306
306
307
307
## Roadmap
308
- - More browser compatibility
308
+ - Add introduction without focusing on elements
309
309
- Fix problems with `position: fixed` and other positions
310
310
- Provide more examples
311
311
312
312
## Release History
313
313
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
+
314
324
* **v0.5.0** - 2013-07-19
315
325
- Add CSS class option for tooltips (And tooltip buttons also)
316
326
- Add RTL version
You can’t perform that action at this time.
0 commit comments