From 9d5c9da356109de4399586bada835aadd55b400d Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Wed, 3 Apr 2019 20:26:45 -0500 Subject: [PATCH] 3.4 updates (#16) --- CHANGELOG.md | 11 + README.md | 4 +- build/webpack-test.mix.js | 3 +- build/webpack.mix.js | 2 +- dist/vue-context.js | 2 +- package-lock.json | 8336 +++++++++++++++------------------- package.json | 10 +- src/vue-context.vue | 14 +- test/js/dist/index.js | 152 +- test/js/dist/test_issue_4.js | 126 - test/js/src/test_issue_4.js | 24 - test/test_issue_4.html | 59 - 12 files changed, 3839 insertions(+), 4904 deletions(-) delete mode 100644 test/js/dist/test_issue_4.js delete mode 100644 test/js/src/test_issue_4.js delete mode 100644 test/test_issue_4.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 3779af5..8489c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented here. + +## [3.4.1](https://github.com/rawilk/vue-context/releases/tag/3.4.1) + +Released 2019-04-03 + +### Updates 3.4.1 +- **Scroll Listener:** Only attach the close scroll event listener when opened and immediately remove it when menu is closed +to prevent it being called unnecessarily. +- **Dependencies:** Removed Vue as a dependency as it never really was one since v3.0.0. +- **Dependencies:** Ran `npm audit fix` to fix vulnerabilities found from dependencies. + ## [3.4.0](https://github.com/rawilk/vue-context/releases/tag/3.4.0) diff --git a/README.md b/README.md index 4caf029..d6f8cb1 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ [![VueJS version](https://img.shields.io/badge/vue.js-2.x-green.svg?style=for-the-badge)](https://vuejs.org) `vue-context` provides a simple yet flexible context menu for Vue. It is styled for the standard `