All Versions
12
Latest Version
Avg Release Cycle
114 days
Latest Release
2412 days ago
Changelog History
Page 1
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)
- Adds breadcrumbs option
-
v3.0.8 Changes
August 23, 2014- Parent breadcrumbs can now also be inferred from models responding to
model_name
.
- Parent breadcrumbs can now also be inferred from models responding to
-
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" %>
.
- Pretext and posttext classes are now customizable with
-
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.
- Pretext and posttext are now enclosed in spans with
-
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
andconfig/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 theconfig
folder in the future.
- 💅 Breadcrumbs can now be rendered for use in the Foundation 5 framework. Use
-
v3.0.2 Changes
November 19, 2013- 👍 Inferring breadcrumbs is now supported on all instances of objects that respond to
model_name
.
- 👍 Inferring breadcrumbs is now supported on all instances of objects that respond to
-
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 forbreadcrumb :product, @product
.
- Breadcrumbs can now be inferred if you pass in an ActiveRecord model instance. E.g.
-
v3.0.0
November 02, 2013