Issue #2550367 by eshta: Use full window location for back to site length.
Issue #2571289 by eshta, hass: Rename 'Menu' to 'Manage' to better align with Drupal 8
Issue #2434655 by eshta, partdigital: Update menu tree build process to review access for each load
Issue #2509740 by eamonogealagain: Fix Modernizr version detection regex.
Issue #2477473 by eshta: In narrowest viewports, make the vertical toolbar menu 100% width
Issue #2448023 by eshta: Remove unused CSS.
Issue #2182939 by eshta: Add modernizr.min.js as an accepted minified filename.
Please clear your browser cache after upgrading as there have been many changes in CSS class names. Loading cached CSS will cause your Navbar implementation to appear "broken".
Issue #2240283 by eshta: Fix missing border shadow in admin in specific themes.
Issue #2199755 by Devin Carlson: Declare navbar hooks in hook_hook_info.
Issue #1937754 by hass, smd_ksu, sylus, brantwynn, artemln: Fix tableHeaderOffset setting not set causing sticky header overlayed by navbar AJAX errors.
Issue #2183753 by freality: Fix displace scroll offset for IE.
Store a reference to a menu item's box element in .data() so that it needn't be found again later.
Changes since 7.x-1.3, in ascending order (oldest to newest).
When a library dependency isn't met, a PHP undefined index error is thrown because the library variant definitions require a name property.
Issue #2164529 by jwilson3: Icon for dashboard.
Issue #2167021 by Wim Leers: Update the pattern for minified files.
The release primarily concerns the implementation of the Libraries module hook_libraries_info. We discovered some incompatibilities on sites that include modules that also implement this hook with the same libraries.
Issue #2155461 by jessebeach | othermachines: Issues with version and variants (full vs min) when loading libraries.
Don't load the .map files or things break.
The bulk of the backporting work from the D8 Toolbar module is completed.
We have a few minor issues to get through, mostly cosmetic, coding standards and best practices.
I'd like to bump this module up to a beta in order to indicate that we are close to an release candidate. It's one of my top priorities, so I'm pushing for an RC very soon.
Implemented external libraries Backbone and Underscore properly with the Libraries module. Fixed a Backbone 1.0.0 upgrade issue with the silent option of the Backbone.Model.set method.