Skip to content

Releases: techlab/jquery-smarttab

v4.0.2

30 Jul 13:32
Compare
Choose a tag to compare
  • Fixed: Fast navigation result in improper page selection
  • Changed: Code improvements

v4.0.1

16 Jul 17:33
Compare
Choose a tag to compare
  • 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

v3.1.1

11 Jul 16:18
Compare
Choose a tag to compare
Updated themes and demos, and a few optimizations

v3.0.1

08 May 17:10
Compare
Choose a tag to compare

Init method optimised

v3.0.0

03 May 18:08
Compare
Choose a tag to compare
  • Complete rewrite of the JavaScript and CSS
  • More speed and optimised performance
  • Stand alone CSS
  • Sass is used for CSS generation
  • Improved themes with vertical and horizontal layouts
  • Responsive themes
  • External ajax call support