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

Releases: rawilk/vue-context

6.0.0

03 Aug 13:47
6bc0fb1
Compare
Choose a tag to compare

Changed

  • Breaking Change: Remove named export from entry point (#60).
  • Change submenu chevron character code in style sheet.

5.2.0

28 May 13:34
cb5115e
Compare
Choose a tag to compare

Added

  • Prop useScrollHeight to use element scroll height instead of offset height (#55).
  • Prop useScrollWidth to use element scroll width instead of offset width (#55).
  • Props heightOffset and widthOffset to specify distance from edge of screen (#55).

5.1.0

19 Mar 13:43
9c905bd
Compare
Choose a tag to compare

Added

  • Add prop subMenuOffset for users to specify a custom offset (#50).

Updated

  • Update dev dependencies.

5.0.0

14 Nov 19:44
9b75951
Compare
Choose a tag to compare

Added

  • Add default export in entry point (#41).
  • Add support for nested context menus (#37).

Changes

  • Update entry point to source (#33).
  • No longer build component with webpack (#33).
  • Component source is available through npm now, including the sass files.

Release notes

  • Even though there shouldn't be any breaking changes in this release, it's a major release because
    breaking changes were introduced in version 4.1.0, which should have been a major release instead.

4.1.1

20 Oct 22:28
39adea9
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug of "Unknown custom element" (#40).

4.1.0

12 Oct 04:04
82e2ceb
Compare
Choose a tag to compare

Breaking Changes

  • Move menu styles from js to its own stylesheet (#36)

Changes

  • Remove core-js as a dependency in favor of local polyfills for a smaller build size (#33)

4.0.3

28 Jul 15:57
3d34638
Compare
Choose a tag to compare

Bug Fixes

  • Make localItemSelector reactive to changes from itemSelector prop (#30).

Updates

  • Update dev dependencies

4.0.2

22 Jun 15:13
d34c421
Compare
Choose a tag to compare

Bug Fixes

  • Fix menu item width issues (#26).
  • Remove outline from menu and menu items when given focus (#26).

4.0.1

03 Jun 23:36
Compare
Choose a tag to compare

Bug Fixes

  • Always emit the close event on click. See issue #23

4.0.0

19 May 00:53
5b6dd62
Compare
Choose a tag to compare

Added

  • Added support for keyboard navigation (up and down arrows).
  • Added ability to close menu on esc.
  • Added lazy prop as an alternative to v-show.
  • Added tag prop to specify menu tag (defaults to <ul>).

Changes

  • Default menu tag is now <ul> and menu is now the top-level element.
  • Changed how the menu is styled.

Updates

  • Updated build process and project structure.
  • Ran npm audit fix to fix vulnerabilities found from dependencies.