Skip to content

Releases: ausi/cq-prolyfill

0.2.0

02 Oct 18:24
Compare
Choose a tag to compare
  • 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

23 Aug 18:35
Compare
Choose a tag to compare
  • BrowserStack integration
  • Browser support for Opera 12, Windows Phone and Yandex
  • CORS support
  • More tests
  • Minor fixes

0.1.1

09 Aug 16:52
Compare
Choose a tag to compare
  • Better browser support.
  • Travis CI and Sauce Labs integration.
  • First functional test.
  • Callback parameters for public API.

0.1.0 Initial Release

02 Aug 09:50
Compare
Choose a tag to compare

Initial Release