Skip to content

Latest commit

 

History

History
126 lines (72 loc) · 9.45 KB

ChangeLog.md

File metadata and controls

126 lines (72 loc) · 9.45 KB

Change Log

All notable changes to this project will be documented in this file.

1.6.4 - 19-01-2020

Added

Enhancements/Fixes

- [ENH:096ef77](https://github.com/buttflattery/yii2-formwizard/commit/096ef77ce63b2bc4f40fb274396f0c3dbe2ef690) Added minified script. - [BUG:306ab54](https://github.com/buttflattery/yii2-formwizard/commit/306ab5480a7848276b0b27fcf2a1332262329215) Fixed class name assets. - [ENH:aab5a18](https://github.com/buttflattery/yii2-formwizard/commit/aab5a180150b1b298af9b83b515105c76a5aaefb) Minify file js. - [ENH:1940ec9](https://github.com/buttflattery/yii2-formwizard/commit/1940ec95fd7a2741616f5ae300602c20dc1d2326) Added forceBsVersion to force the bootstrap class to use only the specific version.

1.5.0 - 11-01-2020

Added

  • FEATURE:4fb9198 Added skippable step feature.
  • ENH:3b85d9b Updated code comments and optimization, moved code to the relevant areas from the run method.
  • ENH:a3c0509 added enhancement for the skippable step to detect if any input is filled in the skippable step then it wont skip and ask for validation.

Changes/Fixes

  • HOTFIX:64c6590 Added hotfix for the latest Yii 2.0.22 updates to activeform js file.
  • BUG:3e1c668 Added fix for multiple instances bug failing to stat the observer on the last.

1.4.6 - 17/05/2019

Added

1.4.0 - 25/04/2019

Added

- April 24, 2019 [FEATURE:f387e81](https://github.com/buttflattery/yii2-formwizard/commit/f387e81a9f48241904fed9f1e4b4e17ef213ad9c) added ability to group fields under heading. - April 21, 2019 [FEATURE:97e5464](https://github.com/buttflattery/yii2-formwizard/commit/97e5464d6c3b84ad5cb4472320cdf56b4fa5bd9d) added new theme tags.

Changed

- April 25, 2019[BUG:30936c3](https://github.com/buttflattery/yii2-formwizard/commit/30936c352a93b365e681bbb76cc5b8dfdb74e9aa) added fix for the form-persistence bug when using multiple instances.
  • April 23, 2019 BUG:22b06d2 fix for tabular row width for all themes and zindex for the tags theme tool bar.

  • April 22, 2019 BUG:3ab6f4f fixed toolbar position.

  • April 16,2019 BUG:e4bcf15 fixed the navigation padding and the background for the toolbar buttons.

  • April 15, 2019 BUG:30936c3 added fix for the form-persistence bug when using multiple instances.


1.3.0 - 22/10/2018

Added

  • April 02, 2019 FEATURE:6fca8ea Added new feaature to save/restore un-saved form fields by enabling enablePersistence option.

  • March 27, 2019 FEATURE:1beb505 (feature/final-preview) Added new feature Preview Step.

  • March 18, 2019 FEATURE:5769d27 Added new feature for the Tabular step

    Removed

  • March 25, 2019 2d7d08f removed the form-inline class for the tabular form.


1.0.0 - 22/10/2018

Added

  • March 13, 2019 ENH:4e52390 Added hint option for the inputs to provide customized text.

  • Nov 26, 2018 ENH:bdcd340 added bootstrap4 support and updated all the css and assets files.

  • Nov 25, 2018 ENH:f27ec80 updates for the bootstrap-4-compatibility.

  • Nov 24, 2018 ENH:6111316 added support for field order using fieldOrder under the steps options and a new option to specify inputOptions for the ActiveField under the fieldConfig, and updated the docs.

  • Nov 21, 2018 ENH:5c74aa0 added support for the password and hidden active field.

  • Nov 7, 2018 ENH:678be15 added support for array based field names by adding multifield option for the active fields.

  • Nov 6, 2018 ENH:223dd53 added support for multiple models in single step.

  • Oct 7, 2018 ENH:d8b14a6 updated the sections to customize all fields with textarea, radio, checkbox.

Changed

- March 30,2019 [BUG:52d9582](https://github.com/buttflattery/yii2-formwizard/commit/52d9582014c5b8e3b80633b8fbaa161f60800cc5) fixed unsynced preview containers for theme arrows.
  • March 25, 2019 BUG:9e44bf7 Fixed the bug with the add row when using widgets, closes #14.

  • Dec 6, 2018 BUG:19c9619 Added fix for kartik/depdrop widget Fixes #8

  • Nov 28, 2018 BUG:142f4de Disabled form navigation on keyboard LEFT & RIGHT buttons as it skips the validation for the form and navigates to the next step change the default to keyNavigation:false.

  • Oct 20, 2018 ENH:7d09163 changed form info from h3 to info alert bootstrap.

  • Oct 20, 2018 ENH:2d3e476 fixes for the css and renamed disabled option to except.

  • Oct 19, 2018 ENH:343f942 fixes for bootstrap themes.

  • Oct 17, 2018 ENH:9380d57 Code improvement, replaced the isset() with ArrayHelper::getValue() and removed several if else shorthand statements.

  • Oct 10, 2018 BUG:1d001ae added css button toolbar fix.

  • Oct 10, 2018 BUG:628e1d4 Updated material.js with correct selectors for the theme material to apply wave effects via observer once loaded.

  • Oct 10, 2018 ENH:eece731 added margin-bottom:40px in smart_wizard_theme_dots.css.

  • Oct 10, 2018 ENH:099416a updated the section for css and added minified versions minify.

  • Oct 10, 2018 BUG:3a7bc4a updated the sections with ajax validation fix.

Removed

  • Nov 21, 2018 BUG:30cd5d8 remove manual setting of formOptions['action'] in the setDefaults() method.