Skip to content

Releases: dchenk/dynamic-tabs

Hugely improved performance and simplified usage

16 Jul 06:42
Compare
Choose a tag to compare

This major release introduces significant performance and efficiency improvements and a few minor fixes.

You may now register the main tabs container, when creating the DynamicTabs object using the new keyword, by passing in an HTMLElement or the ID of the container element (docs). Previously you could only pass in the ID.

There is no longer a need for Google's material icons font library, as the arrow icons for the scrolling buttons are embedded automatically.

There are breaking changes:

Fix and improve tab switching callback feature

15 Jul 23:10
Compare
Choose a tag to compare

Improved webpack configuration

14 Jul 03:51
Compare
Choose a tag to compare

Improved resize observing

26 Mar 23:20
Compare
Choose a tag to compare
1.2.0

set up GitHub pages demo

v1.1.2

24 Dec 02:52
Compare
Choose a tag to compare
Refactoring and fix to click event handling