Skip to content

v4.0.1

Compare
Choose a tag to compare
@techlab techlab released this 16 Jul 17:33
· 3 commits to master since this release
  • 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