Releases: techlab/jquery-smarttab
Releases · techlab/jquery-smarttab
v4.0.2
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
- 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