Skip to content
Success

Changes

Summary

  1. [fix] Create default wizard (commit: d758072) (details)
  2. [upd] Remove option to generate wizard from question (commit: d6a9387) (details)
  3. [upd] Display forms without wizard-step layout class (commit: e8e35d8) (details)
  4. [upd] Rename steps to formQuestions outside wizards (commit: 10ba9a8) (details)
  5. [upd] Wizardless form in modal window (commit: b79df86) (details)
  6. [upd] Inform user about missing questions in the form. (commit: 9a0fcf4) (details)
  7. [upd] Unify main form container look for all types of forms (commit: f9c0841) (details)
  8. [fix] Incorrect bootstrap class (commit: 575e970) (details)
The file was modifiedsrc/model/WizardGenerator.js (diff)
Commit d6a93876a9a92a7260d213063b57be09e9f47546 by tomas.klim
[upd] Remove option to generate wizard from question

(commit: d6a9387)
The file was modifiedsrc/model/WizardGenerator.js (diff)
The file was modifiedtypes/s-forms.d.ts (diff)
The file was modifiedsrc/components/SForms.jsx (diff)
The file was modifiedsrc/model/DefaultFormGenerator.js (diff)
Commit e8e35d8ce50a4656394ebded70eea0274a6d4de2 by tomas.klim
[upd] Display forms without wizard-step layout class

(commit: e8e35d8)
The file was modifiedsrc/components/FormManager.jsx (diff)
The file was removedsrc/components/GeneratedStep.jsx
The file was modifiedsrc/components/wizard/Wizard.jsx (diff)
The file was removedtest/rendering/form.json
The file was addedtest/rendering/form1.json
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/model/WizardGenerator.js (diff)
The file was modifiedcss/s-forms.min.css (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was addedtest/rendering/form2.json
Commit 10ba9a81dc78061fdb4c27722ba5639e3ab6ea44 by tomas.klim
[upd] Rename steps to formQuestions outside wizards

(commit: 10ba9a8)
The file was modifiedtest/__tests__/DefaultFormGenerator.test.js (diff)
The file was modifiedsrc/components/wizard/Wizard.jsx (diff)
The file was removedsrc/contexts/WizardContext.js
The file was addedsrc/contexts/FormQuestionsContext.js
The file was addedsrc/model/FormGenerator.js
The file was removedsrc/model/WizardGenerator.js
The file was addedsrc/components/FormWindow.jsx
The file was modifiedsrc/components/FormManager.jsx (diff)
The file was removedsrc/components/wizard/WizardWindow.jsx
The file was modifiedsrc/components/SForms.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
Commit b79df8638d727e9872551083fb3d1d218bdd2719 by tomas.klim
[upd] Wizardless form in modal window

(commit: b79df86)
The file was modifiedsrc/components/SForms.jsx (diff)
The file was modifiedsrc/components/FormManager.jsx (diff)
The file was modifiedsrc/components/wizard/Wizard.jsx (diff)
Commit 9a0fcf48e9cc8ac089ff2f50173a4eae55b2b660 by tomas.klim
[upd] Inform user about missing questions in the form.

(commit: 9a0fcf4)
The file was modifiedsrc/components/FormManager.jsx (diff)
Commit f9c0841b9e114bd93c323f6de387d241349b8211 by tomas.klim
[upd] Unify main form container look for all types of forms

(commit: f9c0841)
The file was modifiedsrc/components/SForms.jsx (diff)
The file was modifiedsrc/components/FormManager.jsx (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was modifiedsrc/components/wizard/Wizard.jsx (diff)
Commit 575e970143f6cc9724f6d45d2e09b11d6babf269 by tomas.klim
[fix] Incorrect bootstrap class 

(commit: 575e970)
The file was modifiedsrc/components/SForms.jsx (diff)
The file was modifiedsrc/components/FormManager.jsx (diff)
The file was modified.gitignore (diff)
The file was modifiedcss/s-forms.min.css (diff)