Skip to content

v0.10.3

Compare
Choose a tag to compare
@WickyNilliams WickyNilliams released this 09 Oct 11:59
· 14 commits to master since this release

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
}