Skip to content

Releases: Jacobs63/vue3-tabs-component

1.3.7

25 Oct 08:40
Compare
Choose a tag to compare
  • Fix selecting default tab if cache is not used

1.3.6

03 Sep 15:41
Compare
Choose a tag to compare
  • CS/typo fixes

1.3.5

03 Sep 15:41
Compare
Choose a tag to compare
  • Refactor Tab & Tabs component prop definitions to TypeScript
  • Add id & options.storageKey props to Tabs component, which are used when remembering last opened tab

1.3.4

31 Jul 08:51
Compare
Choose a tag to compare
  • Fix prop shape for all custom class props to allow for regular Vue class prop shape (string, array, object)
  • Add support for setting custom class for navigation item & navigation item link of a Tab

1.3.3

31 Jul 07:17
Compare
Choose a tag to compare
  • Fix tabs navigation element losing focus on click

1.3.2

08 Apr 13:28
Compare
Choose a tag to compare
  • Fix referencing non-existent module files in package.json

1.3.1

08 Apr 13:27
Compare
Choose a tag to compare
  • Disable caching if cache-lifetime is set as 0

1.3.0

08 Apr 13:26
Compare
Choose a tag to compare
  • Refactor package to TypeScript