All Versions
13
Latest Version
Avg Release Cycle
180 days
Latest Release
1896 days ago
Changelog History
Page 1
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
- Exposes the Map class that's used internally to create
stylesheet.
Usage:
- Bug
- Fixed stylesheet instanceof check
- Feature
-
v1.1.0 Changes
June 15, 2015- Internal
- Added babel-runtime as a dependency.
- Internal
-
v1.0.0 Changes
June 03, 2015Yeah, 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.
- Feature
-
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
- Internal
-
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
- Bug Fix