Skip to content

Releases: paulirish/matchMedia.js

v0.3.1

13 Jun 20:35
Compare
Choose a tag to compare

Primary fix

Address scenario where document has no script elements - fixes compatibility with Jest/jsdom and other atypical script injection scenarios

Full changelog

0.3.0...master

for npm.

05 Jan 20:33
Compare
Choose a tag to compare
Merge pull request #67 from paulirish/66

0.3.0 & package name, for npm

0.2.0 - The big rewrite

16 Mar 08:55
Compare
Choose a tag to compare

@knightdr produced a version new version of matchMedia that performs better by using addEventListener('resize', …) rather than setTimeout.