You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement: Closes #308, performance improvements in SiteMapHierarchyBuilder that make loading the SiteMap into the cache faster, especially notable on SiteMaps with large numbers of nodes (thanks @cpswizard).
Bug: Fixes #318, filtered null types from the assemblies returned from the MvcSiteMapNodeAttributeDefinitionProvider.GetTypesFromAssembly() method.
Bug: Fixes #316, security trimming not functioning with AttributeRouting and MVC 5.1.x.
Enhancement: Changed default Menu template to include the CSS classes for the default MVC5/bootstrap project template.
Bug: Fixes #310, equality check causing node mismatches when the cache is rebuilt, causing failures when using multiple HTML helpers.