Skip to content

Commit 8a9262b

Browse files
authored
V1.5.1 (#5)
* fix bug, that optional not yet completed steps could be entered via the navigation bar * push version of ng2-archwizard to 1.5.1
1 parent c6a924b commit 8a9262b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-archwizard",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"license": "MIT",
55
"description": "An angular 2 module containing a wizard component and its supporting components and directives",
66
"homepage": "https://github.com/madoar/ng2-archwizard",

src/components/components/wizard-navigation-bar.component.horizontal.less

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363

364364
li.default,
365365
li.current,
366+
li.optional,
366367
li.editing {
367368
pointer-events: none;
368369
}

src/components/components/wizard-navigation-bar.component.vertical.less

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344

345345
li.default,
346346
li.current,
347+
li.optional,
347348
li.editing {
348349
pointer-events: none;
349350
}

0 commit comments

Comments
 (0)