We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47280ef commit 064a9a2Copy full SHA for 064a9a2
GHANGELOG.md
@@ -4,3 +4,6 @@
4
5
- On finish failed the last step button does not become highlighted as error. Closes issue [#3](https://github.com/rstaib/jquery-steps/issues/3)
6
- Advanced accessibility support (WAI-ARIA)
7
+- Replace Number() by parseInt() for parsing `string` to `int` values
8
+- Add `"use strict";` and some other recommended things like the leading `;`
9
+- Substitute `ol` by `ul` tag for step navigation
0 commit comments