Skip to content

Releases: daylenjeez/vue3-tabor

v0.2.0

23 Mar 11:14
14f5a99
Compare
Choose a tag to compare

Vue3-Tabor v0.2.0

⚠️ BREAKING CHANGES

  1. API Method Change: useRouterTab(router) replaces useTabor(). The new method no longer requires parameters

  2. CSS Class Prefix Change: Class name prefix changed from rt- to tabor-. Custom styles need to be updated

🔄 Migration Guide

  1. Replace all useRouterTab() calls with useTabor()

  2. Update any custom CSS styles using the rt- prefix to use the tabor- prefix