Skip to content

Releases: theus/MenuChef

Prevent page scrolling while menu is open (default: false)

04 Jul 19:30
Compare
Choose a tag to compare

This release is a pull request #4 (thanks @GoldenRust!) with the option to prevent page scrolling while menu is open. By default, MenuChef will mantain not preventing the scrolling but you can change this passing preventScroll: true in options.

MenuChef v1.2.0 is on the boat

02 Nov 22:38
Compare
Choose a tag to compare

Changelog:

Introduced some options.

  • button: Now you can have your own button, resolves #1
  • parent: By default, MenuChef is placed at beginning of . But, if you need, you can change MenuChef parent's element.
  • onReady callback.

Class manager

24 Jul 16:31
Compare
Choose a tag to compare

Now you can handle with classes in links passed to MenuChef kitchen.

Hello World!

17 May 02:00
Compare
Choose a tag to compare
v1.0.0

:tada: Initial Commit