@financial-times/o-header
Advanced tools
Comparing version 10.0.0 to 10.0.1
# Changelog | ||
### [10.0.1](https://www.github.com/Financial-Times/origami/compare/o-header-v10.0.0...o-header-v10.0.1) (2022-04-21) | ||
### Bug Fixes | ||
* Adds basic existence checking to most module entry points ([#714](https://www.github.com/Financial-Times/origami/issues/714)) ([7ba3a61](https://www.github.com/Financial-Times/origami/commit/7ba3a61d0de2a32d3a27a225fd4258b3820c7bda)) | ||
## [10.0.0](https://www.github.com/Financial-Times/origami/compare/o-header-v9.3.1...o-header-v10.0.0) (2022-04-12) | ||
@@ -4,0 +11,0 @@ |
@@ -8,4 +8,6 @@ import Header from './src/js/header.js'; | ||
document.addEventListener('o.DOMContentLoaded', constructAll); | ||
if (typeof document !== 'undefined') { | ||
document.addEventListener('o.DOMContentLoaded', constructAll); | ||
} | ||
export default Header; |
{ | ||
"name": "@financial-times/o-header", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Responsive Financial Times page header with primary and secondary navigation, a drop down mega menu, and a collapsible drawer", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
247235
3909