Skip to content

Releases: drsdre/yii2-wizardwidget

Fix for next tab

28 Dec 13:04
Compare
Choose a tag to compare

Javascript fix for next tab setup.

Thanks to geckopeb & sebastianmenendez

CSS cleanup and small visual updates

29 Nov 13:21
Compare
Choose a tag to compare

Moved all CSS under .wizard to avoid class name conflicts. Small visual updates include:

  • No hover on disabled steps
  • More reliable active triangle centering using CSS translate.

Set minimal Yii2 version to 2.0.6

Bugfix completed step

03 Dec 13:51
Compare
Choose a tag to compare

Completed step becoming active when last step is selected is fixed.

Button HTML option

10 Nov 17:09
Compare
Choose a tag to compare

Configuration option to specify button with HTML code. Completed documentation with configuration explanation.

Fix dependency withYiiAsset

27 Oct 14:15
Compare
Choose a tag to compare

Icon spacing & example fix

23 Oct 14:13
Compare
Choose a tag to compare

Fixed spacing of the step icons by calculating explicit the percentage of each icon based on steps+complete. Fixed mistake in example within readme.md.

Start step to use array index

20 Oct 15:50
Compare
Choose a tag to compare

Start step determination is now compliant to use non integer step ID's. It's also possible to use 'completed' as start step. Plus added visual clue if step is not available.

First stable release

20 Oct 08:01
Compare
Choose a tag to compare

Stable API and complete feature package to make it usable in a production environment.