All Versions
68
Latest Version
Avg Release Cycle
124 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v3.6.0 Changes
- โ Added linkless items functionality - the
url
parameter is now optional, items which aren't links will be rendered within a 'span' element rather than an 'a' element.options
remain optional (defaults to an empty Hash).options
may be provided without providing aurl
(detected by checking if theurl
parameter is a Hash or otherwise).
- โ Added linkless items functionality - the
-
v3.5.1 Changes
- ๐ Fixed specs related to testing name_generator functionality - stub the name_generator method rather than calling it to ensure subsequent tests aren't affected.
-
v3.5.0 Changes
- โ Added (configurable) "simple-navigation-active-leaf" class to last selected element and elements that have :highlights_on return true. Thanks to Frank Schumacher (thenoseman).
-
v3.4.2 Changes
- ๐ Improve Gemfile dependencies with :development and :rails groups.
-
v3.4.1 Changes
- ๐ Rerelease using ruby-1.8.7 rather than ruby-1.9.2 in order that the rubygems.org gemspec is generated in a compatible fashion.
-
v3.4.0 Changes
- โ Added Gemfile for easier development with Bundler. Thanks to Josep Jaume.
- modified :highlights_on option to accept a :subpath option (as well as Proc and Regexp forms). This can be used to automatically highlight an item even for items within a subpath. Thanks to Josep Jaume.
-
v3.3.4 Changes
- modified :highlights_on option to accept a Proc (as well as the existing Regexp form). This can be used to provide specific highlighting conditions inline. Thanks to superlou for sparking the idea for the concept.
-
v3.3.3 Changes
- ๐ Bugfix in Adapters::Sinatra#current_url? (compares unencoded URIs). Thanks to Matthew Gast.
-
v3.3.2 Changes
- The patch listed in 3.3.1 somehow did not make it into the gem... sorry. Re-releasing...
-
v3.3.1 Changes
- ๐ bugfix in sinatra adapter. Use Rack::Request#scheme instead of
Rack::Request#protocol
. Credits to Matthew Gast.
- ๐ bugfix in sinatra adapter. Use Rack::Request#scheme instead of