Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
3.4 updates (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk authored Apr 4, 2019
1 parent 924203f commit 9d5c9da
Show file tree
Hide file tree
Showing 12 changed files with 6,625 additions and 7,690 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented here.

<a name="3.4.1"></a>
## [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.

<a name="3.4.0"></a>
## [3.4.0](https://github.com/rawilk/vue-context/releases/tag/3.4.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ul>` tag, but any menu template can be used.
The only dependencies the menu has are Vue and vue-clickaway, so the majority of styling is up to you, and any of the package
styles for the menu can easily be overridden.
The menu is lightweight with its only dependency being `vue-clickaway`. The menu has some basic styles applied to it but they can be easily
overridden by your own styles.
<br><br>
The menu disappears when you expect by utilizing `vue-clickaway` and it also optionally disappears when clicked on.

Expand Down
3 changes: 1 addition & 2 deletions build/webpack-test.mix.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { mix } = require('laravel-mix');
const mix = require('laravel-mix');

mix
.setPublicPath('test/js/dist')
.js('test/js/src/index.js', 'index.js')
.js('test/js/src/test_issue_4.js', 'test_issue_4.js')
.sourceMaps();
2 changes: 1 addition & 1 deletion build/webpack.mix.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { mix } = require('laravel-mix');
const mix = require('laravel-mix');

const inProduction = mix.inProduction();

Expand Down
2 changes: 1 addition & 1 deletion dist/vue-context.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9d5c9da

Please sign in to comment.