Releases: Jacobs63/vue3-tabs-component
Releases · Jacobs63/vue3-tabs-component
1.3.7
- Fix selecting default tab if cache is not used
1.3.5
- 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
- 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
- Fix tabs navigation element losing focus on click
1.3.2
- Fix referencing non-existent module files in
package.json
1.3.1
- Disable caching if
cache-lifetime
is set as 0
1.3.0
- Refactor package to TypeScript