Releases: rawilk/vue-context
Releases · rawilk/vue-context
6.0.0
03 Aug 13:47
Compare
Sorry, something went wrong.
No results found
Changed
Breaking Change: Remove named export from entry point (#60 ).
Change submenu chevron character code in style sheet.
5.2.0
28 May 13:34
Compare
Sorry, something went wrong.
No results found
Added
Prop useScrollHeight to use element scroll height instead of offset height (#55 ).
Prop useScrollWidth to use element scroll width instead of offset width (#55 ).
Props heightOffset and widthOffset to specify distance from edge of screen (#55 ).
5.1.0
19 Mar 13:43
Compare
Sorry, something went wrong.
No results found
Added
Add prop subMenuOffset for users to specify a custom offset (#50 ).
Updated
5.0.0
14 Nov 19:44
Compare
Sorry, something went wrong.
No results found
Added
Add default export in entry point (#41 ).
Add support for nested context menus (#37 ).
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
20 Oct 22:28
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix bug of "Unknown custom element" (#40 ).
4.1.0
12 Oct 04:04
Compare
Sorry, something went wrong.
No results found
Breaking Changes
Move menu styles from js to its own stylesheet (#36 )
Changes
Remove core-js as a dependency in favor of local polyfills for a smaller build size (#33 )
4.0.3
28 Jul 15:57
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Make localItemSelector reactive to changes from itemSelector prop (#30 ).
Updates
4.0.2
22 Jun 15:13
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix menu item width issues (#26 ).
Remove outline from menu and menu items when given focus (#26 ).
4.0.1
03 Jun 23:36
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Always emit the close event on click. See issue #23
4.0.0
19 May 00:53
Compare
Sorry, something went wrong.
No results found
Added
Added support for keyboard navigation (up and down arrows).
Added ability to close menu on esc.
Added lazy prop as an alternative to v-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.