Change Log
Version 0.4.0
Features and Improvements
- The CSS rules for opening the slide-in navigation are now slightly more competitive to allow for competing slide-in effects defined later on.
 - Small layers may now be aligned to the left or the right edge of the tab.
 
Bug Fixes
- The banners of the no-media-queries CSS files now show the proper version number.
 - Fixed a bug where the slide-in triggers would be wrongly positioned in certain page contexts.
 
Version 0.3.0
Features and Improvements
- There is now a version of the CSS for browsers without support for media queries.
 
Bug Fixes
- The top navigation container now forces the proper standard font styles to prevent layout bugs in environments using older versions of the Core framework.
 
Version 0.2.2
Bug Fixes
- The layout of list items in the slide-in navigation has been corrected.
 - Tabs with the 
activeclass are now properly colored when hovered. 
Version 0.2.1
Bug Fixes
- Moved fallback styles for legacy selectors around to fix an issue with specificity.
 - Wrapped some styles related to large hover layers in the appropriate selector to avoid conflicts in small layers.
 
Version 0.2.0
Features and Improvements
- Added 
topnavigation__hover-tabs--small-layersandtopnavigation__hover-tabs--large-layersto configure the size of hover layers. - Added 
topnavigation__hover-layer--right-alignedto make small layers open to the left rather than to the right. - Added the 
topnavigation__hover-layer__link-blockclass for link lists in large layers. 
API Changes
- The navigation wrapper selector has changed from 
top-navigation-slide-in-containertotopnavigation-slide-in-container. The old selector is deprecated, but will continue to be supported. - Tab lists (
topnavigation__hover-tabs) must now explicitly specify a layer size viatopnavigation__hover-tabs--small-layersortopnavigation__hover-tabs--large-layers. - The login hover layer now also needs a 
topnavigation__hover-layer__navigation-wrapperwrapper to get the proper internal spacing. The login lists no longer get their own spacing. - The link blocks in large layers now require the 
topnavigation__hover-layer__link-blockclass to receive the appropriate layout. These styles used to be bound to thetopnavigation__level--3class. - The following classes have been renamed for the sake of the separation of concerns:
										
- 
												
topnavigation__level--2__navigation-wrapperis nowtopnavigation__hover-layer__navigation-wrapper - 
												
topnavigation__level--2__teaser-wrapperis nowtopnavigation__hover-layer__teaser-wrapper - 
												
topnavigation__level--2__teaseris nowtopnavigation__hover-layer__teaser 
 - 
												
 
Bug Fixes
- Corrected a bunch of faulty class name references in the documentation.
 
Version 0.1.1
Features and Improvements
- Added info on CSS and JS dependencies to the documentation.
 - Added this change log.
 
Bug Fixes
- Renamed the main documentation page to make sure that it will be accessible at 
/documentation/html/. 
Version 0.1.0
Initial release reflecting the state of the header in Core v2.1.0.