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