v0.10.3
This release contains a breaking change for IE11, with the introduction of Object.assign
.
Please be aware this needs to be polyfilled if you wish to support IE11. Alternatively, you can wrap your initialisation code in a condition to avoid instantiation on unsupported browsers:
if(Headroom.cutsTheMustard) {
// initialise headroom
}