Modernizr 2.5: Supercharged for 2012
Our biggest release yet!
ModernizrNote: This page is no longer being updated. It remains here for posterity.
The fourth release of Modernizr adds detection support for:
Additional small updates:
Lastly, Modernizr is dual-licensed MIT-BSD as of version 1.5.
The third release of Modernizr adds detecting support for:
Another new feature in 1.1 is that Modernizr now has an addTest() method which allows you to hook in your own feature detection tests. See the documentation for more info.
Other changes between 1.0 and 1.1:
Modernizr._version.linear-gradient and radial-gradient for syntax and usage notes.In the first major milestone release, Modernizr adds the following feature detections to the 0.9 release:
Other changes between 0.9 and 1.0:
html element as opposed to the body element. This change could break some CSS files. To fix, simply use .featurename as class selector in your CSS, as opposed to the old (now outdated and incompatible) body.featurename.This is the intiial public release of Modernizr. It features detection for:
† Canvas and CSS Columns support is very rudimentary, in that they both only check for one specific part as the test. This means that while that particular subset of the overall feature works, other components of it may not work in the browser. Future releases of Modernizr will include more extensive testing for these features to make the outcome of the tests for Canvas and CSS Columns more reliable.
Our biggest release yet!