Skip to content

Releases: vaakian/contextmenu

v1.1.2

11 Feb 04:58
f76dd24
Compare
Choose a tag to compare

What's Changed

  • feat(workflow): setup CI test workflow by @vaakian in #20
  • fix(core): avoid flickering 1708ba4
  • fix(react): unknown prop warning ffe478a

Full Changelog: v1.1.0...v1.1.2

v1.1.0 beta.3

11 Dec 08:56
Compare
Choose a tag to compare

Bug Fixes

  • update dependencies structure: move @contextmenu/core as a peer dependency of @contextmenu/react & @contextmenu/vue, so developer can get a warning when core is not installed along with react or vue, for the purpose of importing built-in themes. fa7a8f9
  • Fix extended native props issue in @contextmenu/react. f39fb98

Improvement

v1.1.0 beta.2

20 Nov 09:51
Compare
Choose a tag to compare

feature:

Add new UI preset, just import the css(make sure you have @contextmenu/core installed):

import '@contextmenu/core/default.css'

v1.0.0

21 Oct 15:55
Compare
Choose a tag to compare

Feature

Totally re-designed decoupled @contextmenu/core module, along with the React support of MenuGroup & MenuItem component!

Schedule

UI preset is on it's way.

v0.0.6

15 Oct 14:47
Compare
Choose a tag to compare

Notice: v1.0 is comming soon!
The logic of nested menu is completely redesigned, and will come up with React support as well.

Feature

  1. create nested menu using createNestedMenu for native javascript.
createNestedMenu({
    el: '#group',
    items: [
      { el: '#item1' },
      { el: '#item2', subMenu: { el: subMenu1 } },
      { el: '#item3', subMenu: { el: '#group_1' } },
    ],
  })
  1. v-contextMenu directive
<div v-contextMenu />
    I am a context menu!🎉
</div>

Bug fixes

  1. Docs wrong path matching
  2. potential un-disposed side effects
  3. SSR issue (Not yet ready)

v0.0.6-beta.3

07 Oct 15:06
Compare
Choose a tag to compare

Bug fixes

  • hide sub menu on scroll

v0.0.6-beta.2

06 Oct 08:28
Compare
Choose a tag to compare

New feature 🎉

  1. Vue component: deep nested menu #11
  2. Access internal instance using v-model #12

refer to the documentations

Bug fixes 🐛

  1. potential memory leak when doing MenuItem.dispose()

v0.0.6-beta.1

04 Oct 12:43
Compare
Choose a tag to compare

Bug fixes:

  1. Losing reactivity when passing target/hideOnClick ref to the ContextMenu component.
  2. comment/docs update.

contextmenu.netlify.app

v0.0.6-beta.0

02 Oct 04:41
Compare
Choose a tag to compare

Currently impelemented:

  • Core

    • Basic top level menu using custom element
    • Deeply nested menu
  • Vue (both Vue2 & Vue3, empowered by Vue Demi)

    • useContextMenu hook
    • <ContextMenu /> component
  • React

    • useContextMenu hook
    • <ContextMenu /> component

Docs are coming soon~🎉

v0.0.1

14 Sep 08:50
1ae97c6
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
chore: release v0.0.3 (#3)

* fix: bump script

* chore: release v0.0.1-beta.6

* chore: release v0.0.2-beta.0

* chore: release v0.0.2

* fix: read latest package.json

* chore: release v0.0.3