Releases: jellekralt/Responsive-Tabs
Releases · jellekralt/Responsive-Tabs
Navigation container
New
- You can now use the
navigationContainer
option (thanks to @falconwhite)
Fix for IE10
This release fixes an issue that occurred in IE10
Click callback
scrollToAccordionOnLoad option
New features
- The option
scrollToAccordionOnLoad
has been added which defaults totrue
and can be used to disable scrolling to accordion panel on load (Fixes #92)
Public method fix
Bugfixes
- Public methods are now correctly returning values
Scroll to accordion offset
New features
- #55: You can now specify an offset to the scroll to accordion option (thanks to @herrschuessler for PR #77)
v1.5.0
New features
- #51: You can now specify the HTML element for the accordion tab (thanks to @coxrichuk for PR #72)
- You can now customize the CSS classes for container and ul (thanks to @herrschuessler for PR #61)