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

Releases: 352Media/flexMenu

Documentation update

24 Jul 13:47
Compare
Choose a tag to compare
  • Publish on npm and document npm location
  • Sync version number in flexmenu.min.js with latest version number

The Final Countdown

19 Jul 19:22
Compare
Choose a tag to compare

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

1.5.0

18 Jan 22:09
Compare
Choose a tag to compare

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

06 Oct 01:04
Compare
Choose a tag to compare

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

26 Aug 00:52
Compare
Choose a tag to compare

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

24 Jun 00:52
Compare
Choose a tag to compare
1.4

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

1.3

06 Apr 01:59
Compare
Choose a tag to compare
1.3
  • Add new popupClass option (thanks @fdelayen!)
  • Update version number in bower.json.

1.2

10 Jul 00:58
Compare
Choose a tag to compare
1.2

Add UMD wrapper, courtesy of @RinkAttendant6.