Releases: nkappler/ctxmenu
Releases · nkappler/ctxmenu
1.4.2
What's Changed
- Rewrite build pipeline and split implementation in #33
Full Changelog: v1.4.1...v1.4.2
1.4.1
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
What's Changed
- Lifecycle APIs
show
and 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
New Features:
Menu items now support styling via the style
property
Bug Fixes:
#19
#20
#22
#24
1.2.0
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()
v1.1.0
This introduces documentation in declaration files.
v1.0.2
includes a fix for the style attachment for the standalone version.
singleton implementation has changed.