We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064a9a2 commit eb4e637Copy full SHA for eb4e637
GHANGELOG.md
@@ -7,3 +7,11 @@
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
10
+
11
+## 0.9.6
12
13
+- Make css class for the outer component wrapper editable
14
+- Add saveState option flag to enable/disable state persistence (saves last active step position)
15
+- Add current class to step title and body for convinient css targeting [#2](https://github.com/rstaib/jquery-steps/issues/2)
16
+- Fixed a bug related to startIndex
17
+- Fixed a bug related to focusing after stepChanges
0 commit comments