v3.1.0
Bug Fixes
- abstract history: allow router.back in abstract mode when 2 consecutive same routes appear in history stack (#2771) (8910979), closes #2607
- hash: correctly place query if placed before hash (#2851) (b7715dc), closes #2125 #2262
- link: Fix active links when parent link redirects to child (#2772) (64785a9), closes #2724
- adapt error to work on IE9 (527d6d5)
Features
- alias: warn against redundant aliases (04a02c0), closes #2461 #2462
- scroll: handle id selectors starting with a number (799ceca), closes #2163
- return a promise with push and replace (#2862) (d907a13), #1769 You may see UncaughtRejections errors in the console, please ℹ️ read this
- scoped slot for link (e289dde) 📖 Documentation
- warn the user for invalid uses of v-slot with Link (44c63a9)