All Versions
12
Latest Version
Avg Release Cycle
114 days
Latest Release
2798 days ago

Changelog History
Page 1

  • v3.0.9 Changes

    August 21, 2016
    • Adds breadcrumbs option link_current_to_request_path to link the current breadcrumb to the request path(#28 via #29)
    • ๐Ÿ›  Fixes semantic breadcrumbs when the last item has no link (via #55)
    • โฌ‡๏ธ Downgrades Rails dependency to 3.1 (via #56)
    • ๐Ÿ›  Fixes jRuby issue with Rails::Application constant (via #50)
    • Fixes deprecation warnings for alias_method_chain (via #66)
    • โšก๏ธ Updated coprights (via #63)
  • v3.0.8 Changes

    August 23, 2014
    • Parent breadcrumbs can now also be inferred from models responding to model_name.
  • v3.0.7 Changes

    May 14, 2014
    • Pretext and posttext classes are now customizable with <%= breadcrumbs pretext_class: "some-class" %> and <%= breadcrumbs posttext_class: "some-other-class" %>.
  • v3.0.6 Changes

    April 02, 2014
    • Pretext and posttext are now enclosed in spans with <span class="pretext"> and <span class="posttext">.
    • Semantic breadcrumbs are now rendered in spans instead of divs to enable easier styling.
  • v3.0.5

    December 09, 2013
  • v3.0.4

    December 09, 2013
  • v3.0.3 Changes

    December 09, 2013
    • ๐Ÿ’… Breadcrumbs can now be rendered for use in the Foundation 5 framework. Use breadcrumbs style: :foundation5.
    • Breadcrumbs are now automatically loaded from any engines' config/breadcrumbs.rb and config/breadcrumbs/**/*.rb. See the readme for details.
    • ๐Ÿ‘€ You can now pass options to links to be used when you render manually. See the readme for details.
    • ๐Ÿ”ง Breadcrumb configuration files can now be put in the app/views/breadcrumbs/ folder. This is an experimental feature that may replace loading breadcrumbs from the config folder in the future.
  • v3.0.2 Changes

    November 19, 2013
    • ๐Ÿ‘ Inferring breadcrumbs is now supported on all instances of objects that respond to model_name.
  • v3.0.1 Changes

    November 15, 2013
    • Breadcrumbs can now be inferred if you pass in an ActiveRecord model instance. E.g. breadcrumb @product is short for breadcrumb :product, @product.
  • v3.0.0

    November 02, 2013