Skip to content

Commit

Permalink
v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Apr 27, 2020
1 parent 2004d77 commit f90b46a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.11.0](https://github.com/Modernizr/Modernizr/compare/v3.10.0...v3.11.0)

> 26 April 2020
- Cleanup property tags [`#2542`](https://github.com/Modernizr/Modernizr/pull/2542)
- Update computedStyle usage [`#2528`](https://github.com/Modernizr/Modernizr/pull/2528)
- Fixes an issue with AVG Secure browser throwing exceptions when using toDataURL when Anti-Fingerprinting is turned on [`#2538`](https://github.com/Modernizr/Modernizr/pull/2538)
- Add caniuse mappings [`#2535`](https://github.com/Modernizr/Modernizr/pull/2535)
- Add av1 and h265 codec detection [`#2534`](https://github.com/Modernizr/Modernizr/pull/2534)
- ES6: class [`#2532`](https://github.com/Modernizr/Modernizr/pull/2532)
- ES8: object [`#2533`](https://github.com/Modernizr/Modernizr/pull/2533)
- Add feature-detect for TextEncoder and TextDecoder [`#2531`](https://github.com/Modernizr/Modernizr/pull/2531)
- Change property name for es6 class test [`1baf805`](https://github.com/Modernizr/Modernizr/commit/1baf805e9eb54710f6ad122a4f6557f6e369c530)

#### [v3.10.0](https://github.com/Modernizr/Modernizr/compare/v3.9.1...v3.10.0)

> 7 April 2020
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! Modernizr 3.10.0 | MIT */
/*! Modernizr 3.11.0 | MIT */
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modernizr",
"version": "3.10.0",
"version": "3.11.0",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
"main": "./lib/cli.js",
"bin": "./bin/modernizr",
Expand Down

0 comments on commit f90b46a

Please sign in to comment.