UNPKG

1.95 kBMarkdownView Raw
1CHANGELOG
2=========
3v4.0.2
4-----
5- **Fixed:** Fast navigation result in improper page selection
6- **Changed:** Code improvements
7
8v4.0.1
9-----
10- **Added:** Support for jQuery Slim version
11- **Added:** Public function `fixHeight`. See http://techlaboratory.net/jquery-smarttab#func-fixheight
12- **Added:** Public function `getInfo` to get tab index and tota tabs. See http://techlaboratory.net/jquery-smarttab#func-getinfo
13- **Added:** `goToTab` function with force parameter. See http://techlaboratory.net/jquery-smarttab#func-gototab
14- **Added:** New themes
15- **Added:** Colors are changable dynamically using CSS variables.
16- **Added:** Bootstrap 5 support
17- **Added:** `initialized` event . See http://techlaboratory.net/jquery-smarttab#event-initialized
18- **Added:** Move CSS class names to options
19- **Added:** Transition animations can be extended
20- **Added:** CSS Animations support on transition animations. Supports [Animate.css](https://animate.style/)
21- **Changed:** JavaScript and CSS code is rewritten
22- **Changed:** Imporoved all CSS themes
23- **Changed:** Made most of the options can changed with `setOptions` function
24- **Changed:** Rewritten option names and properties with minimal and meaningful names
25- **Changed:** Improved transition animations
26- **Removed:** Dark mode is removed. Added CSS variable support to change any colors. See example for dark colors.
27- **Removed:** Removed orientation option, instead add `st-vertical` CSS class to the main element
28
29
30v3.1.1
31-----
32- **Changed:** Updated themes and demos, and a few optimizations
33
34v3.0.1
35-----
36- **Added:** Init method optimised
37
38v3.0.0
39-----
40- **Changed:** Completely rewritten the code from scratch
41- **Added:** More speed and optimised performance
42- **Added:** Stand alone CSS
43- **Added:** Sass is used for CSS generation
44- **Added:** Improved themes with vertical and horizontal layouts
45- **Added:** Responsive themes
46- **Added:** External ajax call support