Vue 3 support by default!
- Fixed navigating list items with keys when disabled item prop is set
- Custom Event Listeners support
- Warning when compiling:
"export 'defineComponent' was not found in 'vue'
Issue 24
Vue 3 support when using @next tag:
npm i vue-combo-blocks@next
Removed:
ItemMouseLeave
state change type- Dropped support for IE11. (Unless you use babel, or similar to polyfill Object.assign)
Added:
MenuMouseLeave
state change typecircular
prop controls what happens when navigation with arrow keys and list bottom or top is reached.
- Use terser for minified build.
- Scroll hovered item into view. Can be disabled with
scrollIntoView
prop.
change
event is now emitted only if new item is selected. Useselect
event in other use cases
- Emit
select
event when item is selected. Even if the item is same as previously selected item.