All releases of HTML-Widgets-NavMenu


Release Notes: This release adds the li_id key to set the HTML id attribute of an <li> tag, and corrects a small typo.


Release Notes: This release moves some *.pl scripts from the top-level directory so they won't be installed by default by overzealous installers, removes trailing space, and updates the contact details.


Release Notes: HTML::Widgets::NavMenu::JQueryTreeView was added for generating a navigation menu that jqTreeView can handle well.


Release Notes: A bug with the HeaderRole navigation menu type was fixed. The internals were cleaned up and modernized.


Release Notes: This release adds a no_leading_dot option to eliminate the leading "./" prefix from URLs. It fixes a bug with the non-capturing 'expand' option.


Release Notes: An edge case in the relative URL algorithm was fixed. The breadcrumb trail logic was fixed and a feature for non-capturing expands was added.


Release Notes: The "use strict" and "use warnings" directives were added to all modules. POD validity and POD coverage tests were added. POD was added to all modules. Some internal methods were prefixed with an underscore. The "examples" directory was added, with some examples from the Perl.com article.


Release Notes: The version number was bumped so CPAN and CPAN.pm will be happy. The POD was fixed. A link to the article from the POD was added. The breadcrumbs trail is now ensured to show the section that is expanded at its point.


Release Notes: The building of the module using "perl Makefile.PL ; make" was fixed.


Release Notes: The built-in tests now have full test coverage either by adding tests or changing the code. As a result, there are some minor changes to the internals.