Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@daylenjeez daylenjeez released this 23 Mar 11:14
· 3 commits to main since this release
14f5a99

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