Simple Navigation v4.0.0 Release Notes

Release Date: 2015-04-02 // about 9 years ago
    • added two new configuration options ignore_query_params_on_auto_highlight and ignore_anchors_on_auto_highlight
    • โœ‚ Remove dependency on classic-style Sinatra applications and enable use with modular-style apps. Credits to Stefan Kolb.
    • Item can now receive a block as name
    • It's now possible to set a global highlight_on_subpath option instead of adding it to every item
    • ๐Ÿšš Creating an Item doesn't remove options anymore
    • Creating an Item no longer changed its container, only adding it to a container does
    • Item#autogenerate_item_ids? has been removed
    • SN.config_file_name, SN.config_file and SN.config_file? have been removed
    • ๐Ÿ”ง ConfigFileFinder and ConfigFile handle the configuration logic
    • ๐Ÿ’Ž File organization was been changed to reflect the Ruby namespacing