All Versions
13
Latest Version
Avg Release Cycle
180 days
Latest Release
1566 days ago

Changelog History
Page 1

  • v2.0.0-1

    January 09, 2020
  • v2.0.0-0

    January 08, 2020
  • v1.3.0

    November 22, 2016
  • v1.2.4

    April 15, 2016
  • v1.2.2

    February 21, 2016
  • v1.2.1 Changes

    • Feature
      • Exposes the Map class that's used internally to create stylesheet. Usage: import Stylesheet from 'stilr' Stylesheet.Map
    • Bug
      • Fixed stylesheet instanceof check
  • v1.1.0 Changes

    June 15, 2015
    • Internal
      • Added babel-runtime as a dependency.
  • v1.0.0 Changes

    June 03, 2015

    Yeah, 1.0.0! ✅ The Api have been solidified, It's used in production, there's good test coverage, let's :shipit: !

    • Feature
      • It's now possible to use pseudo selectors inside media queries.
  • v0.3.0 Changes

    May 28, 2015
    • Internal
      • Media queries are now inserted after normal CSS
      • Null and empty classes are now removed from rendered CSS
  • v0.2.2 Changes

    May 26, 2015
    • Bug Fix
      • Media queries are now inserted after parent entry. Thanks @MicheleBertoli !
      • New entries in existing media queries don't overwrite existing entries