Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
20.74 KB
MD5: ad9f7cbc4af4aa417a2e4f9fc62fff27
SHA-1: 4d35ab061bf1be653396db70a417e225b9879d39
SHA-256: e256ae811b875b954d9b4a79a1ab02db796f6e5a37feb7e8e3dcf4b81d15447c
Download zip
24.33 KB
MD5: f54a94576a7df9b9701c319cff8cb9de
SHA-1: 595dcdcf88a3dbcfd7542a6e05e189284a51c717
SHA-256: eb99387b3e864846d41cf095e1a0cb7d6241360e53203429c9dfd8c30eca8c46
Release notes
Major feature of this release is the new API. It is now much simpler for modules and themes to request Modernizr tests! All the docs and stuff were updated to reflect the changes.
List of issues:
- #1919796: Modernizr module chokes on Libraries API 1.x by rupl
- #1921516: Simplify Modernizr API by rupl
- #1927040: Admin config: clearly denote which tests came from an existing copy of modernizr.js by mmikitka, rupl
- #1923856: Extract Modernizr tests from themes by ChinggizKhan, mmikitka, rupl
- #1936728: Warning: Invalid argument supplied for foreach() in modernizr_preprocess_html() (line 262 of modernizr.module) by ChinggizKhan
- #1958374: Allow Modernizr to know what module has required what tests by ChinggizKhan, rupl
- #1928026: Default libraries location should be sites/all/libraries by DamienMcKenna