All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- The Link component is no longer the default export. It is a named export e.g.
import {Link} from '@accessible/link'
.
- add useA11yLink() hook (3bf0781)