This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Releases: rawilk/vue-context
Releases · rawilk/vue-context
6.0.0
5.2.0
5.1.0
5.0.0
Added
Changes
- Update entry point to source (#33).
- No longer build component with webpack (#33).
- Component source is available through npm now, including the sass files.
Release notes
- Even though there shouldn't be any breaking changes in this release, it's a major release because
breaking changes were introduced in version 4.1.0, which should have been a major release instead.
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
Added
- Added support for keyboard navigation (up and down arrows).
- Added ability to close menu on esc.
- Added
lazy
prop as an alternative tov-show
. - Added
tag
prop to specify menu tag (defaults to<ul>
).
Changes
- Default menu tag is now
<ul>
and menu is now the top-level element. - Changed how the menu is styled.
Updates
- Updated build process and project structure.
- Ran
npm audit fix
to fix vulnerabilities found from dependencies.