jquery-smarttab
Version:
The flexible tab control plugin for jQuery
47 lines (41 loc) • 1.95 kB
Markdown
CHANGELOG
=========
v4.0.2
-----
- **Fixed:** Fast navigation result in improper page selection
- **Changed:** Code improvements
v4.0.1
-----
- **Added:** Support for jQuery Slim version
- **Added:** Public function `fixHeight`. See http://techlaboratory.net/jquery-smarttab#func-fixheight
- **Added:** Public function `getInfo` to get tab index and tota tabs. See http://techlaboratory.net/jquery-smarttab#func-getinfo
- **Added:** `goToTab` function with force parameter. See http://techlaboratory.net/jquery-smarttab#func-gototab
- **Added:** New themes
- **Added:** Colors are changable dynamically using CSS variables.
- **Added:** Bootstrap 5 support
- **Added:** `initialized` event . See http://techlaboratory.net/jquery-smarttab#event-initialized
- **Added:** Move CSS class names to options
- **Added:** Transition animations can be extended
- **Added:** CSS Animations support on transition animations. Supports [Animate.css](https://animate.style/)
- **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
- **Removed:** Dark mode is removed. Added CSS variable support to change any colors. See example for dark colors.
- **Removed:** Removed orientation option, instead add `st-vertical` CSS class to the main element
v3.1.1
-----
- **Changed:** Updated themes and demos, and a few optimizations
v3.0.1
-----
- **Added:** Init method optimised
v3.0.0
-----
- **Changed:** Completely rewritten the code from scratch
- **Added:** More speed and optimised performance
- **Added:** Stand alone CSS
- **Added:** Sass is used for CSS generation
- **Added:** Improved themes with vertical and horizontal layouts
- **Added:** Responsive themes
- **Added:** External ajax call support