-
Notifications
You must be signed in to change notification settings - Fork 136
What's new in version 3.0.0
Simon Courtois edited this page May 2, 2014
·
1 revision
The key features of the new version are:
- supports Rails 3 and 4
- supports Sinatra
- supports Padrino
- explicit highlighting in rails controllers (through
navigation
andcurrent_navigation
methods) is still available, but has to be required explicitly - much cleaner code due to decoupling of Rails
- removed backwards compatibility to version 1 (everything removed has been deprecated in earlier version)
- new public project with a sample application running with Rails2, Rails3, Rails4, Sinatra and Padrino
If you would like to use simple-navigation in your Sinatra or Padrino app, please have a look at the sinatra-simple-navigation gem which is a Sinatra extension that simplifies the integration of simple-navigation with Sinatra or Padrino.
Feedback is always welcome. Please open an issue if you're having troubles with the new version.