Skip to content

Latest commit

 

History

History
152 lines (130 loc) · 6.81 KB

CHANGELOG.md

File metadata and controls

152 lines (130 loc) · 6.81 KB

CHANGELOG

v6.0.6

v6.0.5

  • Fixed: unDoneOnBackNavigation not working techlab#146

v6.0.4

  • Changed: Code optimizations

v6.0.3

  • Fixed: Navigation not properly maintained when navigate fast
  • Changed: Code optimizations

v6.0.1

v5.1.1

  • Added: Accessibility
  • Added: Dark Mode support for all themes
  • Added: New theme "Progress"
  • Added: leaveStep event has new parameter => nextStepIndex
  • Added: UMD (Universal Module Definition) support
  • Changed: leaveStep event has new parameter => nextStepIndex
  • Fixed: stepDirection on leaveStep event
  • Fixed: Incorrect stepDirection on leaveStep event (#91)

v5.0.0

All new jQuery SmartWizard v5

  • Added: External Ajax content support via Promise
  • Added: New navigation animations
  • Added: New themes
  • Added: New public functions
  • Added: New content loading event
  • Added: Standalone CSS with Bootstrap compatibility
  • Changed: Complete rewrite of JavaScript and CSS
  • Changed: CSS to SCSS
  • Changed: Updated all build packages

v4.4.1

  • Added: Two new public functions, goToStep and hiddenSteps.
  • Changed: Build system packages updated to latest available.

v4.3.1

  • Added: Bootstrap 4 support added
  • Added: Yarn package manager added
  • Added: Ajax loader UI updated
  • Fixed: Fixes and improvements

v4.2.2

  • Added: Example for multiple wizard in a page
  • Fixed: Auto height adjust when content height change after step is shown

v4.2.1

  • Added: Gulp automation tasks
  • Added: Validation and bundling
  • Added: Test file
  • Changed: Repository structure with src, dist, test

v4.1.7

  • Updated: Themes (dots and circles)
  • Updated: Examples pages

v4.1.5

  • Updated: Updated to v4.1.5
  • Added: New option contentCache
  • Added: On or Off caching of step contents on ajax calls, if false content is fetched always from ajax url
  • Added: New option ajaxSettings
  • Added: Extra settings for step ajax content calls

v4.1.2

Patch version

  • Changed: Option markAllPreviousStepsAsDone is enabled for selected option
  • Changed: While reset, set hash is now controllable using showStepURLhash option

v4.1.1

  • Added: New options showStepURLhash, removeDoneStepOnNavigateBack, markAllPreviousStepsAsDone, hiddenSteps
  • Added: New parameter on showStep event, name: stepPosition values: first, final, middle
  • Added: New public method, stepState to Dynamically disable/enable hide/show steps
  • Added: Compatible with latest jQuery versions (jQuery 1.9+, jQuery 2+, jQuery 3+)
  • Changed: Option toolbarExtraButtons now accepts elements as jQuery objects
  • Changed: Code optimized
  • Fixed: General bugs

v4.0.5

  • Added: Get direction navigaion on leaveStep and showStep events
  • Added: New Events beginReset, endReset, themeChanged
  • Updated: Example pages

v4.0.1

  • Changed: Completely rewritten the code from scratch
  • Added: Bootstrap support
  • Added: Theme support
  • Added: Customizable toolbar