- modify
objectFit.orientation
to append instead of replacing the node's className - Adds main key to package.json
- add minified CSS to repository
- Use external
element.closest()
polyfill via npm (#30), small performance win - Use external rAF polyfill via npm (#30)
- Optimize Performance (+28%) (#22)
- Add option
disableCrossDomain: 'true'
to ignore external stylesheets (CORS/CSP) (#7, #15)
- 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
- Remove unnneeded postinstall script in npm (#14).
- 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'
- Fix array-detection of arguments in `objectFill.init (#10) thanks to @xax
- Extended fix for Firefox (#5)
- Fix for Firefox
- Add AMD definition in core JavaScript
- Enabled polyfill to initialize after load when being fetched asynchronously
- Initial Release