Skip to content

Releases: vue-a11y/vue-skip-to

v2.1.0

04 Sep 02:20
Compare
Choose a tag to compare

How to Install

npm i -S @vue-a11y/skip-to
# OR 
yarn add @vue-a11y/skip-to

✨ Features

🛠️ Fixes

🧍 Committers: 1

v2.0.0

05 Jul 12:50
Compare
Choose a tag to compare

How to Upgrade

NPM

npm i -S @vue-a11y/skip-to
# OR 
yarn add @vue-a11y/skip-to

Features

  • Support a multiple targets;
<vue-skip-to
      list-label="Skip to"
      :to="[
        { anchor: '#main', label: 'Main content' },
        { anchor: '#footer', label: 'Footer' },
      ]"
/>

Breaking Changes

  • Props: Change from text to label

Committers: 2