Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Feb 26, 2019
1 parent 8f37d1f commit 7da8cdb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,10 +4,12 @@ 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.6.0](https://github.com/Modernizr/Modernizr/compare/v3.6.0...v3.6.0)
#### [v3.7.0](https://github.com/Modernizr/Modernizr/compare/v3.6.0...v3.7.0)

> 22 February 2019
> 26 February 2019
- fix #1663 - Configuration Options not working [`#2413`](https://github.com/Modernizr/Modernizr/pull/2413)
- Add auto-changelog for generating a CHANGELOG.md [`#2421`](https://github.com/Modernizr/Modernizr/pull/2421)
- Fix IE caniuse conflict for svgasimg [`#2397`](https://github.com/Modernizr/Modernizr/pull/2397)
- Update inputsearchevent.js [`#2405`](https://github.com/Modernizr/Modernizr/pull/2405)
- Adding PublicKeyCredential feature detect for webauthn [`#2393`](https://github.com/Modernizr/Modernizr/pull/2393)
Expand Down Expand Up @@ -64,6 +66,25 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add start script [`87c8b22`](https://github.com/Modernizr/Modernizr/commit/87c8b22d208903c5ca5c7af8dc1a7cc910521ffd)
- Rename readme.md to README.md [`232e23b`](https://github.com/Modernizr/Modernizr/commit/232e23b52757c243ad36967ecba7b51b79ae85ec)

#### [v3.6.0](https://github.com/Modernizr/Modernizr/compare/v3.5.0...v3.6.0)

> 5 March 2018
- Brought across @myakura's code changes to fix #1812 [`#2250`](https://github.com/Modernizr/Modernizr/pull/2250)
- Use roundedEquals to test vw and vh units [`#2264`](https://github.com/Modernizr/Modernizr/pull/2264)
- Remove ancient (and expensive) logic for verifying CSS transform support. [`#2291`](https://github.com/Modernizr/Modernizr/pull/2291)
- Add test for CSS `:focus-within` pseudo-selector [`#2287`](https://github.com/Modernizr/Modernizr/pull/2287)
- Update version number in License file [`#2279`](https://github.com/Modernizr/Modernizr/pull/2279)
- Ensure elem.parentNode exists before remove its child [`#2274`](https://github.com/Modernizr/Modernizr/pull/2274)
- Fix typo [`#2243`](https://github.com/Modernizr/Modernizr/pull/2243)
- add detect for variable fonts [`#2202`](https://github.com/Modernizr/Modernizr/pull/2202)
- set fitting npm version according to nodejs version (and add nodejs 4, 6, 8) [`#2222`](https://github.com/Modernizr/Modernizr/pull/2222)
- Remove hand.js polyfill, expand notes/description for Pointer Events [`#2218`](https://github.com/Modernizr/Modernizr/pull/2218)
- chore(readme): fix missing COC link [`#2211`](https://github.com/Modernizr/Modernizr/pull/2211)
- Update autoplay.js [`#2207`](https://github.com/Modernizr/Modernizr/pull/2207)
- Update hairline.js [`#2198`](https://github.com/Modernizr/Modernizr/pull/2198)
- tag 3.6.0 [`9120b22`](https://github.com/Modernizr/Modernizr/commit/9120b2214dcbbe200192c76f07582e7f5543110f)

#### [v3.5.0](https://github.com/Modernizr/Modernizr/compare/v3.4.0...v3.5.0)

> 13 April 2017
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "modernizr",
"version": "3.6.0",
"version": "3.7.0",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
"directories": {
"test": "test"
Expand Down

3 comments on commit 7da8cdb

@PikachuEXE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, may I know when will download page be updated to have 3.7.0?

@rejas
Copy link
Member Author

@rejas rejas commented on 7da8cdb Feb 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That still depends on @patrickkettner.
In the meantime you can check out the modernzr repo and build a custom version for yourself by editing the lib\config-all.json

@PikachuEXE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I have generated my custom version now

Please sign in to comment.