Skip to content

Version History

David Hall edited this page Feb 6, 2018 · 2 revisions
  • 2.1.11
    • Added ability to turn off validation of Cancel button (WizardControl.CancelCausesValidation property)
  • 2.1.10
    • Changed Cancelling hander
    • Updated for use in VS17
  • 2.1.9
    • Minor improvements to native interop
  • 2.1.8
    • Added support for German
    • Fixed problem with suppressing first page
    • Fixed Next button text inconsistency
  • 2.1.6
    • Added modeless support
    • Support for .NET 4.5.2
  • 2.1.3
    • Removed designer elements (buggy)
  • 2.1.2
    • Bug fixes
  • 2.1.1
    • Fixed VS integration problems
  • 2.1.0
    • Update to VS2015
  • 2.0.12
    • Fixed problem with font scaling
  • 2.0.11
    • Added Spanish resources
    • Updated Wiz97 sample
    • Added bitmaps for all controls
    • Fixed bug that didn't capture ESC for close and Enter for Next button
    • Corrected issues with rendering w/o visual styles enabled
    • Allowed for extra images to be supplied for non-visual style back button rendering
    • Added Win8 style button images for non-composition rendering
  • 2.0.10
    • Fixed bug in background rendering of command area so that double line removed on top.
    • Fixed NuGet icon
  • 2.0.9
    • Added .NET 3.5 build support
  • 2.0.8
    • Version change only
  • 2.0.7
    • Added theme font discovery to AeroWizard
    • Added ability in StepWizardControl to change default font via StepListFont property
    • Added OverrideThemeFonts method to WizardControl allowing system theme fonts to be replaced at run-time.
    • Fixed bug the prevents StepList from updating when a WizardPage is Supressed.
  • 2.0.6
    • Rendering bug fixes related to showing buttons in WizardControl
    • Added ability to add controls to CommandBar in WizardControl
    • Added owner draw functionality to StepWizardControl
    • Updated StepWizardControl to support RightToLeft property
  • 2.0.5
    • Fixed button sizing problem when no text
  • 2.0.4
    • Fixed sizing problem with button area on Aero control
    • Corrected problems with VSIX package
  • Since the 1.2.7 Release:
    • Added .NET 2.0 and 4.0 builds
    • Exposed themed controls
    • Major changes to underlying code base to allow for the extraction of the wizard page container. This control is called WizardPageContainer and can be used separately to create custom wizards. The WizardControl which provides the Aero Wizard did not functionally change, but now uses the WizardPageContainer internally.
    • Added ability for form to show wizard progress
    • Removed the depreciated Cancelled event from WizardControl.
    • Added more functionality to the test project to demonstrate/test all the kinds of wizards supported by the library.
    • Added Visual Studio Template Package to install different types of wizard and include NuGet package if missing from project.
Clone this wiki locally