Skip to content

Releases: techlab/jquery-smartwizard

v6.0.6

03 Oct 07:15
f2c161c
Compare
Choose a tag to compare

Fix #152: History back on step1 not working

v6.0.5

07 Aug 08:06
Compare
Choose a tag to compare
  • Fixed: unDoneOnBackNavigation not working #146

v6.0.4

30 Jul 13:31
Compare
Choose a tag to compare
  • Changed: Code optimizations

v6.0.3

30 Jul 12:49
Compare
Choose a tag to compare
  • Fixed: Navigation not properly maintained when navigate fast
  • Changed: Code optimizations

v6.0.1

26 Jun 17:28
5c2a75d
Compare
Choose a tag to compare
  • Added: Support for jQuery Slim version

  • Added: Public function fixHeight. See http://techlaboratory.net/jquery-smartwizard#func-fixheight

  • Added: Public function setState. See http://techlaboratory.net/jquery-smartwizard#func-setstate #131

  • Added: Public function unsetState. See http://techlaboratory.net/jquery-smartwizard#func-unsetstate

  • Added: Public function getStepInfo to get step index and total steps. See http://techlaboratory.net/jquery-smartwizard#func-getstepinfo

  • Added: goToStep function with force parameter. See http://techlaboratory.net/jquery-smartwizard#func-gotostep

  • Added: Built-in progressbar

  • Added: New themes, Square and Round

  • Added: Dots and Square these can have progressbar on navigation by adding nav-progress CSS Class.

  • Added: Colors are changable dynamically using CSS variables.

  • Added: Bootstrap 5 support

  • Added: Num(badge) class support on all themes

  • Added: RTL (Right-to-left language) support #72

  • Added: initialized event . See http://techlaboratory.net/jquery-smartwizard#event-initialized #118

  • Added: Move CSS class names to options

  • Added: Transition animations can be extended

  • Added: CSS Animations support on transition animations. Supports Animate.css

  • Changed: JavaScript and CSS code is rewritten

  • Changed: Imporoved all CSS themes

  • Changed: Made most of the options can changed with setOptions function

  • Changed: Rewritten option names and properties with minimal and meaningful names

  • Changed: Improved transition animations

  • Fixed: Reset doesn't clear the existing steps of the error state. #134

  • Fixed: goToStep method fails to recognize the correct step #133

  • Fixed: URL Navigation to check if step visited. #140

  • Fixed: Fixed and also added fixHeight public function to refresh content height. #142 #116 #88 #114 #101

  • Fixed: CSS Files are empty #113

  • Fixed: stepNumber is incorrect on showStep event when no transition #112

  • Fixed: showStep showing Null instead of index 0 on initializing #109

  • Fixed: showStep's stepIndex contains previous index #103

  • Fixed: Content not showing when used inside a Bootrap 4 modal #98

  • Fixed: Other fixes #111 #107 #86

  • Removed: this.options.toolbar.buttonPosition is removed

  • Removed: cycleNavigation is removed

  • Removed: Dark mode is removed. Added CSS variable support to change any colors. See example for dark colors.

v5.1.1

10 Jul 15:56
Compare
Choose a tag to compare

Version v5.1.1 is released with following updates.

  • 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 (https://github.com/umdjs/umd)
  • Fixed: Incorrect stepDirection on leaveStep event (#91)

v5.0.0

23 May 15:02
df4bf23
Compare
Choose a tag to compare

All new jQuery SmartWizard v5

  • Complete rewrite of JavaScript and CSS
  • CSS to SCSS
  • Updated all build packages
  • External Ajax content support via Promise
  • New navigation animations added
  • New themes added
  • New public functions
  • New content loading event
  • Standalone CSS with Bootstrap compatibility
  • See more at homepage

v4.4.1

15 Feb 17:17
Compare
Choose a tag to compare
  • Two new public functions added goToStep and hiddenSteps.
  • Build system packages updated to latest available.

This is an intermediate release, more features can be expected on the upcoming versions
Please do feature requests https://github.com/techlab/SmartWizard/issues

v4.3.1

11 Mar 18:58
Compare
Choose a tag to compare
  • Bootstrap 4 support added
  • Yarn package manager added
  • Ajax loader UI updated
  • Couple of fixes and improvements

v4.2.2

24 Apr 06:12
Compare
Choose a tag to compare
  • Fix: Auto height adjust when content height change after step is shown
  • Added example for multiple wizard in a page