@jbtje/vue3tabs
Version:
Simple vue3 component to display tabs
22 lines (17 loc) • 704 B
Markdown
# Changelog
All notable changes to `@jbtje/vue3tabs` will be documented in this file
## 1.0.3 - 2021-07-06
- Fixed: JS error when scrollWindow is null
## 1.0.2 - 2021-07-06
- Fixed: package.js main link
## 1.0.1 - 2021-07-06
- Added: Link variable
- Added: example image in readme
- Added: example style
- Fixed: documentation
## 1.0.0 - 2021-07-05
- Initial release.
- Reuse `vue3-tabs-component` default storage key to smoothen transition from `Jacobs63/vue3-tabs-component`
- Improved usage explanation in readme to properly support the Vue3 syntax.
- When pressing a tab, you no longer scroll to the top of the pannel.
- When changing tab, the pannel is scrolled to the top.