Skip to content

Releases: mariodavid/cuba-component-wizard

version 0.8.1

10 Aug 07:30
Compare
Choose a tag to compare

[0.8.1] - 10/08/2020

Added

  • Support for setSelectedTab on wizard to programmatically jump to a particular tab

version 0.8.0

09 Aug 10:15
Compare
Choose a tag to compare

Added

  • Event Subscription for Wizard via @Subscribe annotation in controller
  • WizardTabPreChangeEvent which allows prevent tab changes from happening
  • Wizard.Direction which indicates whether a tab changed was of type NEXT or PREVIOUS

Changed

  • CUBA 7 UI Screens API support for Wizard
  • Renamed Wizard Steps to Wizard Tabs

Removed

  • CUBA 6 based Frames approach on creating wizard steps

version 0.6.1

05 Aug 10:22
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.6.1'.

version 0.4.1

27 Aug 18:02
Compare
Choose a tag to compare

[0.4.1] - 27/08/2019

Changed

  • remove example usages from app component

version 0.4.0

10 May 18:05
Compare
Choose a tag to compare

Added

  • AbstractWizard as a super controller class for Wizard controllers (de.diedavids.cuba.wizard.web.screens.AbstractWizard)

Deprecated

  • WizardStepAware is no longer necessary. Use AbstractWizardStep directly instead.

Dependencies

  • CUBA 7.0.x

version 0.3.0

03 Feb 21:04
Compare
Choose a tag to compare

Dependencies

  • CUBA 6.10

version 0.2.0

02 Feb 21:24
Compare
Choose a tag to compare

Dependencies

  • CUBA 6.9.x

version 0.1.0

07 Sep 11:43
Compare
Choose a tag to compare

Added

  • Initial version of Wizard component

Dependencies

  • CUBA 6.8.x