UNPKG

6.85 kBMarkdownView Raw
1CHANGELOG
2=========
3
4
5v6.0.5
6-----
7- **Fixed:** unDoneOnBackNavigation not working https://github.com/techlab/jquery-smartwizard/issues/146
8
9v6.0.4
10-----
11- **Changed:** Code optimizations
12
13v6.0.3
14-----
15- **Fixed:** Navigation not properly maintained when navigate fast
16- **Changed:** Code optimizations
17
18v6.0.1
19-----
20- **Added:** Support for jQuery Slim version
21- **Added:** Public function `fixHeight`. See http://techlaboratory.net/jquery-smartwizard#func-fixheight
22- **Added:** Public function `setState`. See http://techlaboratory.net/jquery-smartwizard#func-setstate https://github.com/techlab/jquery-smartwizard/issues/131
23- **Added:** Public function `unsetState`. See http://techlaboratory.net/jquery-smartwizard#func-unsetstate
24- **Added:** Public function `getStepInfo` to get step index and total steps. See http://techlaboratory.net/jquery-smartwizard#func-getstepinfo
25- **Added:** `goToStep` function with force parameter. See http://techlaboratory.net/jquery-smartwizard#func-gotostep
26- **Added:** Built-in progressbar
27- **Added:** New themes, Square and Round
28- **Added:** Dots and Square these can have progressbar on navigation by adding `nav-progress` CSS Class.
29- **Added:** Colors are changable dynamically using CSS variables.
30- **Added:** Bootstrap 5 support
31- **Added:** Num(badge) class support on all themes
32- **Added:** RTL (Right-to-left language) support https://github.com/techlab/jquery-smartwizard/issues/72
33- **Added:** `initialized` event . See http://techlaboratory.net/jquery-smartwizard#event-initialized https://github.com/techlab/jquery-smartwizard/issues/118
34- **Added:** Move CSS class names to options
35- **Added:** Transition animations can be extended
36- **Added:** CSS Animations support on transition animations. Supports [Animate.css](https://animate.style/)
37
38- **Changed:** JavaScript and CSS code is rewritten
39- **Changed:** Imporoved all CSS themes
40- **Changed:** Made most of the options can changed with `setOptions` function
41- **Changed:** Rewritten option names and properties with minimal and meaningful names
42- **Changed:** Improved transition animations
43
44- **Fixed:** Reset doesn't clear the existing steps of the error state. https://github.com/techlab/jquery-smartwizard/issues/134
45- **Fixed:** `goToStep` method fails to recognize the correct step https://github.com/techlab/jquery-smartwizard/issues/133
46- **Fixed:** URL Navigation to check if step visited. https://github.com/techlab/jquery-smartwizard/issues/140
47- **Fixed:** Fixed and also added `fixHeight` public function to refresh content height. https://github.com/techlab/jquery-smartwizard/issues/142 https://github.com/techlab/jquery-smartwizard/issues/116 https://github.com/techlab/jquery-smartwizard/issues/88 https://github.com/techlab/jquery-smartwizard/issues/114 https://github.com/techlab/jquery-smartwizard/issues/101
48- **Fixed:** CSS Files are empty https://github.com/techlab/jquery-smartwizard/issues/113
49- **Fixed:** stepNumber is incorrect on showStep event when no transition https://github.com/techlab/jquery-smartwizard/issues/112
50- **Fixed:** showStep showing Null instead of index 0 on initializing https://github.com/techlab/jquery-smartwizard/issues/109
51- **Fixed:** showStep's stepIndex contains previous index https://github.com/techlab/jquery-smartwizard/issues/103
52- **Fixed:** Content not showing when used inside a Bootrap 4 modal https://github.com/techlab/jquery-smartwizard/issues/98
53- **Fixed:** Other fixes https://github.com/techlab/jquery-smartwizard/issues/111 https://github.com/techlab/jquery-smartwizard/issues/107 https://github.com/techlab/jquery-smartwizard/issues/86
54
55- **Removed:** `this.options.toolbar.buttonPosition` is removed
56- **Removed:** `cycleNavigation` is removed
57- **Removed:** Dark mode is removed. Added CSS variable support to change any colors. See example for dark colors.
58
59v5.1.1
60-----
61- **Added:** Accessibility
62- **Added:** Dark Mode support for all themes
63- **Added:** New theme "Progress"
64- **Added:** leaveStep event has new parameter => nextStepIndex
65- **Added:** UMD ([Universal Module Definition](https://github.com/umdjs/umd)) support
66- **Changed:** `leaveStep` event has new parameter => `nextStepIndex`
67- **Fixed:** `stepDirection` on `leaveStep` event
68- **Fixed:** Incorrect stepDirection on leaveStep event (#91)
69
70v5.0.0
71-----
72**All new jQuery SmartWizard v5**
73
74- **Added:** External Ajax content support via Promise
75- **Added:** New navigation animations
76- **Added:** New themes
77- **Added:** New public functions
78- **Added:** New content loading event
79- **Added:** Standalone CSS with Bootstrap compatibility
80- **Changed:** Complete rewrite of JavaScript and CSS
81- **Changed:** CSS to SCSS
82- **Changed:** Updated all build packages
83
84v4.4.1
85-----
86- **Added:** Two new public functions, `goToStep` and `hiddenSteps`.
87- **Changed:** Build system packages updated to latest available.
88
89v4.3.1
90-----
91- **Added:** Bootstrap 4 support added
92- **Added:** Yarn package manager added
93- **Added:** Ajax loader UI updated
94- **Fixed:** Fixes and improvements
95
96v4.2.2
97-----
98- **Added:** Example for multiple wizard in a page
99- **Fixed:** Auto height adjust when content height change after step is shown
100
101v4.2.1
102-----
103- **Added:** Gulp automation tasks
104- **Added:** Validation and bundling
105- **Added:** Test file
106- **Changed:** Repository structure with `src`, `dist`, `test`
107
108v4.1.7
109-----
110- **Updated:** Themes (dots and circles)
111- **Updated:** Examples pages
112
113v4.1.5
114-----
115- **Updated:** Updated to v4.1.5
116- **Added:** New option `contentCache`
117- **Added:** On or Off caching of step contents on ajax calls, if false content is fetched always from ajax url
118- **Added:** New option `ajaxSettings`
119- **Added:** Extra settings for step ajax content calls
120
121v4.1.2
122-----
123***Patch version***
124
125- **Changed:** Option `markAllPreviousStepsAsDone` is enabled for `selected` option
126- **Changed:** While reset, set hash is now controllable using `showStepURLhash` option
127
128v4.1.1
129-----
130- **Added:** New options `showStepURLhash`, `removeDoneStepOnNavigateBack`, `markAllPreviousStepsAsDone`, `hiddenSteps`
131- **Added:** New parameter on `showStep` event, name: `stepPosition` values: `first`, `final`, `middle`
132- **Added:** New public method, `stepState` to Dynamically disable/enable hide/show steps
133- **Added:** Compatible with latest jQuery versions (jQuery 1.9+, jQuery 2+, jQuery 3+)
134- **Changed:** Option `toolbarExtraButtons` now accepts elements as jQuery objects
135- **Changed:** Code optimized
136- **Fixed:** General bugs
137
138v4.0.5
139-----
140- **Added:** Get direction navigaion on `leaveStep` and `showStep` events
141- **Added:** New Events `beginReset`, `endReset`, `themeChanged`
142- **Updated:** Example pages
143
144v4.0.1
145-----
146- **Changed:** Completely rewritten the code from scratch
147- **Added:** Bootstrap support
148- **Added:** Theme support
149- **Added:** Customizable toolbar