Releases: ausi/cq-prolyfill
Releases · ausi/cq-prolyfill
0.2.0
- New syntax: Every CSS property is now supported.
Previously:container(min-width: 100px)
, now:container(width >= 100px)
- Functional tests for the minified version
- Better file size minification and compression via UglifyJS
- Better performance of large stylesheets and many elements
- CSS variable support (aka custom properties)
- Double comparision, e.g.
:container(width > 100px < 200px)
- Color filters, e.g.
:container(color lightness < 20%)
- Code coverage reporting
- Bug fixes
0.1.2
- BrowserStack integration
- Browser support for Opera 12, Windows Phone and Yandex
- CORS support
- More tests
- Minor fixes
0.1.1
0.1.0 Initial Release
Initial Release