use-context-menu

React components for displaying configurable context menus

MIT License

Downloads
3K
Stars
94
Committers
2

Bot releases are hidden (Show)

use-context-menu - 0.4.12 Latest Release

Published by bvaughn over 1 year ago

  • Revert transition change from 0.4.11. Suggest using useDeferredValue to render context menus if there are concerns about a menu item suspending during mount.
use-context-menu - 0.4.11

Published by bvaughn over 1 year ago

  • Context menus are now shown as part of a transition, in case a ContextMenuItem suspends while rendering.
use-context-menu - 0.4.10

Published by bvaughn over 1 year ago

  • Fixed Babel configuration to use automatic JSX runtime setting; updated peer dependencies to require [email protected] or newer
use-context-menu - 0.4.9

Published by bvaughn over 1 year ago

  • README update (no code changes)
use-context-menu - 0.4.8

Published by bvaughn over 1 year ago

  • Build release bundles with Preconstruct (smaller, more readable)
  • Replaced CSS modules (which required special bundler configuration to support) with single styles.css file which can be imported anywhere in the app (even if no bundler is used); this should support more bundlers/frameworks/environments