Skip to content

Releases: buttflattery/yii2-formwizard

Release V 1.7.9

16 Mar 00:17
Compare
Choose a tag to compare
  • [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 with array_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

02 Mar 02:18
Compare
Choose a tag to compare
  • [FEATURE 086e34b] - added support to show hide dependent inputs with tabular step
  • [ENH 7e9e7ec] - updated the preview step to show dividers after every model fields group
  • [BUG f1bbc6a] - added fix to show the custom text for the select when using a previewEmptyText option

Release V1.6.17

23 Feb 22:33
Compare
Choose a tag to compare
  • [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

10 Feb 23:32
Compare
Choose a tag to compare
  • BUG [a8e0a92] fixed version check for bs4
  • ENH [112d581] added constants for text labels
  • ENH [24b5958] added the minified version for the css files
  • ENH [96e3f49] added updates for preview step
  • ENH [8b9365c] replaced the array_walk function with foreach to boost performance

Release V1.6.8

28 Jan 19:21
Compare
Choose a tag to compare

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

19 Jan 13:23
Compare
Choose a tag to compare

Feature

  • FEATURE [e50321d] Added editMode feature option.

Updates & Bug Fixes

  • ENH [096ef77] Added minified script.
  • BUG [306ab54] Fixed class name assets.
  • ENH [aab5a18] Minify file js.
  • ENH [1940ec9] Added forceBsVersion to force the bootstrap version.
  • ENH [d772663] Added fix for theme tags when using editMode.

Release v1.5.0

11 Jan 22:18
Compare
Choose a tag to compare

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

  • [64c6590] Added hotfix for BUG after yii2.0.22-update to yiiActiveform.js.
  • [3b85d9b] Updated code comments and optimization, moved code to the relevant areas from the run method.
  • [b87c677] Added fix for multiple instances bug failing to stat the observer on the last.

Release 1.3.0

14 Apr 17:46
Compare
Choose a tag to compare

[cd75828] Release 1.3.0 with a new feature Form Persistence

Release 1.2.0

14 Apr 17:45
Compare
Choose a tag to compare

Release with a new feature Preview Step

Release 1.1.0

14 Apr 17:41
Compare
Choose a tag to compare

Release with a new feature and bug fixes