- Upgrade package to support Vue 3. Vue 2 support can be found at
v3.4.2
. Thank you @danielelkington.
- Add menu-closed event. Thank you @rttmax.
- Add support for HTML content in
option.name
. Thank you @mikeerickson.
- Fixed
border-box
issue with the divider. Thank you @mikeerickson.
- Added ability to hit escape to close popup window.
- Adding the option to add a custom class to each option object. Thanks for the suggestion @geri777.
- Fixing emitting to use kebab-case
- Build update to properly allow for iife build.
- Updated dependencies, migrate config, beautify code. Thanks @ansidev!
- Removing
scoped
from thestyle
to make allow proper overwriting of styles
- Thank you to @ansidev. Updated dependencies, cleaned up code.
- New build method that separates the js and css from the component. Component's js and css now need to be included separately.
- Adjusted blue color in menu
- Added tests
- Adds support for multiple context menus. Make sure to use the newly required prop
id
, which needs a unique string. - Updated styling to be more modern and streamlined.