Skip to content

Releases: vaadin/vaadin-context-menu

v4.4.0

30 Apr 11:16
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Added right-to-left (RTL) support.

Changes Since v4.4.0-alpha1:

  • 2cd0eb4 chore: bump dependencies to stable versions

v4.4.0-alpha1 with RTL support

06 Apr 12:33
Compare
Choose a tag to compare
Pre-release

Live Demo →
API Documentation →

Changes Since v4.3.15:

v4.3.15

13 Dec 07:23
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.3.14:

v4.3.14

02 Dec 14:57
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.3.13:

v4.3.13

21 Nov 08:11
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.3.12:

  • 1e46c21 fix: prevent adding styles to arbitrary component in overlay (#255)

    Only the context-menu items should be highlighted on hover.

  • 7cc534b update to xenial

v4.3.12

12 Jul 12:19
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.3.11:

  • f0db008 fix: remove max-height from content part (#249)

v4.3.11

27 Jun 12:48
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Fixed unexpected submenu opening on mobile while scrolling menu items (#246)

Changes Since v4.3.10:

  • d8a1aef fix: always use mouseover, update styles and tests (#248)

v4.3.10

10 Jun 13:29
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.3.9:

  • 0c53307 fix: adjust context menu position on keyboard open (#243)

v4.3.9

31 May 09:47
3918d86
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.3.8:

  • 5e5b272 Propagate theme attribute to nested overlays, list-boxes and items (#238)

v4.3.8

27 May 10:24
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.3.7:

  • 43a7a34 fix: support extending by not hardcoding tag name (#245)

  • 087204e chore(ci): pin Firefox version in travis to 66