Skip to content

Releases: jellekralt/Responsive-Tabs

Navigation container

28 Oct 20:15
Compare
Choose a tag to compare

New

  • You can now use the navigationContainer option (thanks to @falconwhite)

Fix for IE10

27 Mar 12:37
Compare
Choose a tag to compare

This release fixes an issue that occurred in IE10

Click callback

14 Aug 15:05
Compare
Choose a tag to compare

New features

  • The plugin now has a click callback that is called whenever a tab is clicked, even if the tab is disabled. (Thanks to @Dobby89 for PR #109)

scrollToAccordionOnLoad option

15 Feb 20:14
Compare
Choose a tag to compare

New features

  • The option scrollToAccordionOnLoad has been added which defaults to true and can be used to disable scrolling to accordion panel on load (Fixes #92)

Public method fix

10 Dec 20:03
Compare
Choose a tag to compare

Bugfixes

  • Public methods are now correctly returning values

Scroll to accordion offset

12 Oct 20:39
Compare
Choose a tag to compare

New features

  • #55: You can now specify an offset to the scroll to accordion option (thanks to @herrschuessler for PR #77)

v1.5.0

06 Aug 20:51
Compare
Choose a tag to compare

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)

Bugfixes

  • jQuery dependency in bower.json and package.json (thanks to @timkelty for PR #58)

Animation queueing

04 May 11:40
Compare
Choose a tag to compare

New features

  • You can now enable/disable the queueing of the animations (thanks to @entozoon for suggesting this in #54)

Enable / disable methods

23 Apr 18:42
Compare
Choose a tag to compare

New features

  • Added enable / disable methods, thanks to @dshook (Fixes #53)

v1.4.3

27 Jan 12:51
Compare
Choose a tag to compare

Bugfixes

  • #46 Stop Chrome redrawing the page when programatically updating the hash (fixes chrome bug)