Releases: buttflattery/yii2-formwizard
Releases · buttflattery/yii2-formwizard
Release V 1.7.9
- [ENH 5dde0e8] - formatted the code
- [BUG 0587098] - added fix for the bug in dependent input script when using multiple dependent inputs for the same attribute
- [ENH e44e207] - implemented function abstraction and replaced with classes
- [ENH b5c2540] - added DOC BLOCK comments and type hinting for functions
- [ENH 43b1343] - replaced
isset
witharray_key_exists
and rearranged parameters for the tabular section - [ENH 5c938e1] - Avoid nesting too deeply and return early
- [ENH 5693efb] - Decrease dependence on regex by naming sub-patterns.
Release V 1.7.2
Release V1.6.17
- [BUG f002666] - added fix for single checkbox input value in the preview step
- [ENH 06f0dd5] - added the support for the preview step empty text label
- [BUG cae4f3d] - fixed field order when using multiple models in a step
- [ENH 355a6d0] - added option 'previewHeading' to customize the step heading in the preview step.
Release v1.6.13
Release V1.6.8
Updates & Bug Fixes
- ENH [eb16a8c] - added support for prefixing attributes with model names, to solve the problem using multi-model step having similar field names
- ENH [0907360] - optimized code for cyclomatic complexity
- BUG [fb094be] - fixed bug for edit mode skipping to last step on clicking next.
- BUG [d772663] - added fix for theme tags when using
editMode
.
Release v1.6.4
Release v1.5.0
Features
- [4fb9198] Added Skip Step feature to compensate the related records logic where the user can add a record or not, like in user registration user can add their company or not along with the basic/required details.
- [a3c0509] Added enhancement for the skip-able step to detect if any input is filled in the skip-able step then it wont skip and ask for validation.
Updates & Fixes
Release 1.3.0
[cd75828] Release 1.3.0 with a new feature Form Persistence
Release 1.2.0
Release with a new feature Preview Step
Release 1.1.0
Release with a new feature and bug fixes