Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 922 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 922 Bytes

1.0.1

  • Fix: Modernizr tests not working properly if window is undefined (#25)

1.0.0

  • Don't attach Modernizr to window anymore
  • Allow using a JavaScript file for configuration

Important notice: If you previously relied on a JSON configuration file, make sure to pass your configuration to the json-loader before passing it to the modernizr-loader (we upgraded the example in the README). You don't need to do this with webpack 2, because it can require JSON by itself.

0.0.5

0.0.4

  • Expose Modernizr as a module 5423888