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

Changelog History
Page 5

  • v2.7.2 Changes

    • added ability to have more than one config_file_path (useful if simple-navigation is used as a part of another gem/plugin). Credits to Luke Imhoff.
  • v2.7.1 Changes

    • โž• added SimpleNavigation.request and SimpleNavigation.request_uri as abstraction for getting request_uri (rails2/rails3)
    • ๐Ÿš… use request.fullpath instead of request.request_uri for Rails3. Credits to Ben Langfeld.
  • v2.7.0 Changes

    • โž• added new option :highlights_on to item definition in config-file. Specify a regexp which is matched against the current_uri to determine if an item is active or not. Replaces explicit highlighting in controllers.
    • ๐Ÿ—„ deprecated explicit highlighting in the controllers.
  • v2.6.0 Changes

    • added rendering option 'skip_if_empty' to Renderer::List to avoid rendering of empty ul-tags
    • โž• added breadcrumbs renderer incl. specs. A big thanks to Markus Schirp.
    • โž• added ability to register a renderer / specify your renderer as symbol in render_navigation
    • renderer can be specified in render_navigation. Credits to Andi Bade from Galaxy Cats.
  • v2.5.4 Changes

    • ๐Ÿ›  bugfix: SimpleNavigation.config_file? without params does not check for _navigation.rb file anymore. Credits to Markus Schirp.
  • v2.5.3 Changes

    • removed deprecated railtie_name from simple_navigation/railtie. Credits to Markus Schirp.
  • v2.5.2 Changes

    • โž• added Rails3 generator for navigation_config.rb. Thanks to Josep Jaume Rey.
  • v2.5.1 Changes

    • ๐Ÿš… set template correctly for Rails3 (brings auto highlighting to life again). Credits to Josep Jaume Rey.
  • v2.5.0 Changes

    • โž• added new renderer Renderer::Links to simply render the navigation as links inside a div.
    • also make item.name html_safe (in order you have html_code in the item's name). Thanks again, Johan Svensson.
  • v2.4.2 Changes

    • ๐Ÿš… Rails 3.0.0.beta2 compatibility
    • ๐Ÿš… Renderer::List --> make content of ul-tag html_safe for rails 3.0.0.beta2 (due to rails3 XSS protection). Credits to Johan Svensson and Disha Albaqui.
    • โšก๏ธ updated copyright
    • reduced visibility of 'sn_set_navigation' to protected