All Versions
68
Latest Version
Avg Release Cycle
124 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v2.4.1 Changes
- ๐ removing depencency to rails. It installs the newest rails, even if a matching version is present. why is that?
-
v2.4.0 Changes
- โ added Rails3 compatibility
- โ added Jeweler::Gemcutter Tasks to Rakefile
-
v2.2.3 Changes
- ๐ changed error handling in config-file. Do not ignore errors in config-file anymore.
- only load config-file if it is present. Needed when directly providing items in render_navigation.
-
v2.2.2 Changes
- โ added lib/simple-navigation.rb to allow 'require simple-navigation' or 'config.gem "simple-navigation"'
-
v2.2.1 Changes
- ๐ Corrected URL to API-Doc on rubyforge in README
-
v2.2.0 Changes
- ๐ Allow Ranges for :level option. Credits to Ying Tsen Hong.
- ๐ Changing the API of
Helpers#render_navigation
. Now supports Ranges for:level
option and :expand_all to render all levels as expanded. Old Api is still supported, but deprecated. - Deprecated
render_all_levels
in config-file.
-
v2.1.0 Changes
- included Ben Marini's commit which allows individual id-generators. Thanks Ben!
- โ added ability to specify navigation items through items_provider. This is useful for generating the navigation dynamically (e.g. from database)
- items can now even be passed directly into render_navigation method.
-
v2.0.1 Changes
- ๐ fixed handling of a non-existent explicit navigation item for a navigation context
-
v2.0.0 Changes
- โ added auto_highlight feature. Active navigation is determined by comparing urls, no need to explicitly set it in the controllers anymore. Thanks to Jack Dempsey and Florian Hanke for the support on this.
- โ added ability to create multi-level navigations (not just limited to primary and secondary navigation). Thanks again to Jack Dempsey for the motivation ;-)
- simplified the process to explicitly set the navigation in the controller (where needed) - only deepest level has to be specified
- ๐ง made auto_highlight feature configurable both on global and item_container's level
- config file is now evaluated in template if ever possible (not in controller anymore)
-
v1.4.2 Changes
- explicitly loading all source files when requiring 'simple_navigation'.