Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Releases: 352Media/flexMenu

Documentation update

Choose a tag to compare

@rdebeasi rdebeasi released this 24 Jul 13:47
  • Publish on npm and document npm location
  • Sync version number in flexmenu.min.js with latest version number

The Final Countdown

Choose a tag to compare

@rdebeasi rdebeasi released this 19 Jul 19:22

flexMenu is no longer maintained. So long, and thanks for all the navbars!!

1.5.0

Choose a tag to compare

@rdebeasi rdebeasi released this 18 Jan 22:09

This release adds a new shouldApply option. This option lets you add arbitrary logic to determine whether flexMenu should be applied. Thanks, @fdelayen! 😄

Smarter handling of last item

Choose a tag to compare

@rdebeasi rdebeasi released this 06 Oct 01:04

flexMenu used to move the last two items into the dropdown menu, even when there was room for one of the items in the menu bar. This problem has been fixed now!

For a demo, see this jsfiddle from @wkuc, who contributed this fix.

Fix bower issue

Choose a tag to compare

@rdebeasi rdebeasi released this 26 Aug 00:52

This release is actually identical to 1.4.0 with the exception of the Bower package name being all lowercase now. Publishing a new package version should resolve #30.

1.4

1.4

Choose a tag to compare

@rdebeasi rdebeasi released this 24 Jun 00:52

Improve efficiency and fix bug #15. Thanks, @michelbalzer!

1.3

1.3

Choose a tag to compare

@rdebeasi rdebeasi released this 06 Apr 01:59
  • Add new popupClass option (thanks @fdelayen!)
  • Update version number in bower.json.

1.2

1.2

Choose a tag to compare

@rdebeasi rdebeasi released this 10 Jul 00:58

Add UMD wrapper, courtesy of @RinkAttendant6.