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

Changelog History
Page 7

  • v1.4.0 Changes

    • ➕ added the capability to have several navigation-contexts
    • doc-fix
  • v1.3.1 Changes

    • 💎 now compliant with ruby 1.9.1 (thanks to Gernot Kogler for the feedback)
  • v1.3.0 Changes

    • render_all_levels option allows to render all subnavigation independent from the active primary navigation ('full open tree'). Userful for javascript menus. Thanks to Richard Hulse.
    • ability to turn off automatic generation of dom_ids for the list items (autogenerate_item_ids). Credits again to Richard Hulse.
    • ability to specify dom_class for primary and secondary lists. Thanks Richard!
  • v1.2.2 Changes

    • renderers now have access to request_forgery_protection stuff (this allows delete-links as navigation-items)
  • v1.2.1 Changes

    • changed way to include render_*-helper_methods into view (including them into Controller and declaring them as helper_methods instead of adding whole module as Helper). this seems to be more reliable under certain conditions. Credits to Gernot Kogler.
  • v1.2.0 Changes

    • ➕ added capability to add conditions to navigation-items (primary.item key, name, url, :if => Proc.new {current_user.admin?})
  • v1.1.2 Changes

    • 🛠 Bugfix: config now gets evaluated on every render_navigation call. Credits to Joël Azémar.
    • Config file gets reloaded on every render_navigation call in development mode. Only load config file on server start in production mode.
  • v1.1.1 Changes

    • 🔄 Change plugin into a GemPlugin