2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-05-26 14:34:03 +03:00

Formatting

This commit is contained in:
Randall Wilk
2018-10-23 20:05:42 -05:00
committed by GitHub
parent 50abb9633f
commit 616f03014a
+3 -3
View File
@@ -2,17 +2,17 @@
# 3.3.1 (Oct 23, 2018)
## Changed
### Changed
- Context menu now closes via [clickaway](https://github.com/simplesmiler/vue-clickaway)
instead of blur event. Credit to [robjbrain](https://github.com/robjbrain)
for pointing it out.
## Updated
### Updated
- Updated vue and other dev dependencies.
# 3.3.0 (Oct 15, 2018)
## Added
### Added
- Context menu now emits events when opened and closed ([issue #10](https://github.com/rawilk/vue-context/issues/10))
# 3.2.0 (Sep 12, 2018)