All Versions
68
Latest Version
Avg Release Cycle
124 days
Latest Release
-

Changelog History
Page 2

  • v3.13.0 Changes

    March 20, 2014
    • consider_item_names_as_safe is now false by default. Removed deprecation warning
  • v3.12.2 Changes

    March 01, 2014
    • πŸ›  Fixing issue #154. Thanks to Simon Curtois.
  • v3.12.1 Changes

    February 26, 2014
    • πŸ›  bugfix (error in generator)
  • v3.12.0 Changes

    • 😌 Relax hash constraint on item_adapter. Thanks to Ramon Tayag.
    • πŸ›  Fixed hidden special character in navigation template. Credits to Stef Lewandowski
    • βž• Added full MIT license text. Thanks to Ben Armstrong.
    • βž• Added license to gemspec. Thanks to Troy Thompson.
    • πŸ‘ Allow defining other html attributes than :id and :class on menu container. Credits to Jacek Tomaszewski.
    • Added new config option "consider_item_names_as_safe". Thanks to Alexey Naumov.
    • 🚚 Big cleanup of specs, removed jeweler in favor of the "bundler" way. Huge thank you to Simon Courtois.
    • βž• Added more powerful name generator which yields the item itself in addition to the item's name. Credits to Simon Curtois.
  • v3.11.0 Changes

    • βž• Added Json renderer. Thanks to Alberto Avila.
  • v3.10.1 Changes

    • Padrino adapter now returns "html_safe"d content_tag
  • v3.10.0 Changes

    • βž• Added ability to set selected_class on container level. Credits to Joost Hietbrink.
    • do not highlight items that are only partial matches. Thanks to Troy Thompson.
    • βž• adding support for rails 4. Credits to Samer Masry.
  • v3.9.0 Changes

    • βž• Added ability to pass a block to render_navigation for configuring dynamic navigation items (instead of passing :items). Credits to Ronald Chan.
  • v3.8.0 Changes

    • πŸ”„ Changed the way the context is fetched. Fixes incompatibility with Gretel. Thanks to Ivan Kasatenko.
    • βž• Added :join_with option to links renderer. Thanks to Stefan Melmuk.
    • βž• Added :prefix option to breadcrumb renderer. Credits to Rodrigo ManhΓ£es.
    • βž• Added :ordered option for allowing list renderer to render an <ol> rather than a <ul>.
    • Sinatra adapter no longer renders attributes with nil values as attributes with empty strings in the output, instead electing not to render the attribute at all. Thanks to revdan for pointing this out.
  • v3.7.0 Changes

    • βž• Added new adapater for working with the Nanoc static site generation framework.
    • πŸ›  Fix issue #22 - last link in a breadcrumb trail may now be rendered as static text insted by supplying :static_leaf => true as an option
    • πŸ‘ Allow breadcrumbs to be provided with link id and classes by supplying :allow_classes_and_ids => true as an option