Skip to content

Commit d70e428

Browse files
fixes #7
1 parent cfcef3a commit d70e428

File tree

7 files changed

+6
-28424
lines changed

7 files changed

+6
-28424
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
node_modules
33
*.jsx
44
coverage
5-
dist

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ Lines : 31.4% ( 27/86 )
114114
- improve code coverage
115115

116116
#### change log
117+
- 3.0.1
118+
- fixes [#7](../../../../newbreedofgeek/react-stepzilla/issues/7). - dist left out so npm install don't work
117119
- 3.0.0
118-
- major revamp of logic to deal with validation bugs from stepsNavigation (fixes [#6](/newbreedofgeek/react-stepzilla/issues/6)). Also complete revamp of example app to be a fully working sample
120+
- major revamp of logic to deal with validation bugs from stepsNavigation (fixes [#6](../../../../newbreedofgeek/react-stepzilla/issues/6)). Also complete revamp of example app to be a fully working sample
119121
- 2.0.1
120122
- bug with handleKeyDown, as we capture enter if preventEnterSubmission=true, then onEnter the page refreshes
121123
- 2.0.0

docs/index.html

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stepzilla",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A react multi-step, wizard component for managing data collection via forms and sub components",
55
"main": "./dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)