Modernizr 3.1.0
We promised faster releases - and here they are. Modernizr 3.1.0 is a pretty small release, but none the less useful.
Fixed
- @mattbrundage fixed the casing on the Flash documentation - #1635
- @philipbordallo fixed an incorrect URL for the cupcakejs sessionStorage polyfill - #1647
- @valtlait nixed the crud out of the Modernizr SVG logo - #1657
- @patrickkettner removed an unused dependency from the fullscreen detect - 6bd55c
- @patrickkettner fixed inaccurate false negatives in the vunit detect on iOS 8+ - #1682
- @smyru fixed a request loop on the form validation detect with Opera Mini servers - #1594
Updated
- @alrra updated the npm build script to use his updated version of
travis-scripts
- #1662 - @patrickkettner updated the Travis build image - 14eb32
- @patrickkettner updated the metadata for jQuery-contextMenu - #1665
- @patrickkettner embeded website info for the contributors to the project in the package.json - 63f4b5d
- @tsjost updated the README's build instructions - #1667
- @niksy updated html5shiv to v3.7.2, fixed an existing issue Modernizr and Browserify - #1680
Added
- @BrianCS submitted a detect for
backdrop-filter
, with an assist from @KuraFire - #1638 - @peterblazejewicz added a lowercased version of the version flag (
-v
) - #1644 - @patrickkettner added the
prefixedCSSValue
utility function, as a way to check for prefixed versions of CSS values - 6bd55c - @jdalton added Microsoft Edge to the saucelabs configuration - #1669
- @EricWVGG added a detect for jpeg2000 - #1679
- greenkeep.io was added to the project, an awesome service that automatically pins your dependencies and PRs any updated in the future. Included in its updates since the last release are
- updating proxyquire to v1.7.3 from v1.7.2
- updating joi to v6.9.0 from v6.7.1
- updating yargs to v3.26.0 from 2.3.0
- updating grunt-contrib-jade to v0.15.0 from v0.14.1