Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Latest commit

 

History

History
53 lines (37 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

53 lines (37 loc) · 1.68 KB

Changelog

HEAD

0.4.3 (August, 25th, 2015)

  • modify objectFit.orientation to append instead of replacing the node's className
  • Adds main key to package.json
  • add minified CSS to repository

0.4.2 (June, 8th, 2015)

0.4.1 (February, 24th, 2015)

  • Optimize Performance (+28%) (#22)

0.4.0 (February, 23th, 2015)

  • Add option disableCrossDomain: 'true' to ignore external stylesheets (CORS/CSP) (#7, #15)

0.3.7 (January, 26th, 2015)

  • Update README with latest browser developments
  • Don’t test for matchMedia when it isn’t supported (#22)
  • Update usage of indexed style properties regarding latest Firefox implementation

0.3.6 (November, 25th, 2014)

  • Remove unnneeded postinstall script in npm (#14).

0.3.5 (October, 24th, 2014)

  • Fixed a few minor code issues
  • Update polyfill.rAF.js to not include moz prefix anymore
  • Minor update on the getMatchedCSSRule.js
  • Re-indented the files, stick to code style
  • Use utf-8 in test html
  • Added correct path for 'main'

0.3.4 (August, 8th, 2014)

  • Fix array-detection of arguments in `objectFill.init (#10) thanks to @xax

0.3.3 (May, 27th, 2014)

  • Extended fix for Firefox (#5)

0.3.2 (May, 27th, 2014)

  • Fix for Firefox
  • Add AMD definition in core JavaScript

0.3.1 (January 23rd, 2014)

  • Enabled polyfill to initialize after load when being fetched asynchronously

0.3.0 (November 24th, 2013)

  • Initial Release