Skip to content

Releases: nkappler/ctxmenu

1.4.2

23 Nov 18:01
Compare
Choose a tag to compare

What's Changed

  • Rewrite build pipeline and split implementation in #33

Full Changelog: v1.4.1...v1.4.2

1.4.1

15 Nov 12:22
Compare
Choose a tag to compare

Changes

  • CSS: Moved the position attribute from the menu's root element to the .ctxmenu class, so it can be easily customized

Bugfixes

  • fix #31 Position Calculation is wrong when body has css transform
  • fixed the submenu's 8px vertical offset being applied to the root menu if it was attached to the dom via the show API with an element as target.

Full Changelog: v1.4.0...v1.4.1

1.4.0

05 Oct 13:19
Compare
Choose a tag to compare

What's Changed

  • Lifecycle APIs showand hide #27 - by @jkorrek in #29
  • fix height calculation #25
  • fix menu unintentionally being closed on scroll #28

New Contributors

Full Changelog: v1.3.0...v1.4.0

1.3.0

19 Aug 14:58
Compare
Choose a tag to compare

New Features:
Menu items now support styling via the style property

Bug Fixes:
#19
#20
#22
#24

1.2.0

07 Feb 21:43
Compare
Choose a tag to compare

New Features:

  • icon support
  • callback support on item properties
  • anchor items support download flag
  • support custom items

Bugfixes:

fixed submenus could appear off screen

fix a bug in ctxmenu.update()

19 May 10:08
Compare
Choose a tag to compare

v1.1.0

22 Mar 15:15
Compare
Choose a tag to compare

This introduces documentation in declaration files.

v1.0.2

19 Mar 16:26
Compare
Choose a tag to compare

includes a fix for the style attachment for the standalone version.
singleton implementation has changed.

v1.0.1

17 Mar 13:01
Compare
Choose a tag to compare
  • fixed a font css issue

v1.0

25 Jan 15:49
Compare
Choose a tag to compare

Initial Release