Feature:
- Dropped support for Django < 1.8
- Dropped support for Python < 3.4
- Changed licensing from BSD to MIT
- Added
validators
feature- Not backward compatible with versions < 1.0.0
Feature:
- Added
render_for_user_when_condition_is_false
feature
Enhancement:
- Process breadcrumbs based on nodes and not partial paths
BugFix:
- Properly handle
render_for_user_when_condition_is_true
submenu(s)
Enhancement:
- pass the
request
object to therender_for_user_when_condition_is_true
method instead of theuser
object
Feature:
- Added
render_for_user_when_condition_is_true
feature
Enhancement:
- Updated travis to include Django 1.9
BugFix:
- Added menu
depth
to item. top-nav: depth=0, sub-nav: depth=1 etc.
BugFix:
- Skip breadcrumbs for empty list
BugFix:
- Recalculate active state for all objects, including the out-of-focus ones.
Features:
- Allow any menu name be loaded directly from the settings, bypassing MENUWARE_MENU.
Features:
- Added template tags to load up menus from the setting.py
Enhancement:
- Added usage to README
Enhancement:
- Added More Test Cases
- Clean up
Enhancement:
- Added Test Cases
Features:
- Initial Release