Tags:
- [New Feature]
- [Bug Fix]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
Note: Gaps between patch versions are faulty/broken releases.
- 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
- Internal
- Added babel-runtime as a dependency.
Yeah, 1.0.0! The Api have been solidified, It's used in production, there's good test coverage, let's !
- Feature
- It's now possible to use pseudo selectors inside media queries.
- Internal
- Media queries are now inserted after normal CSS
- Null and empty classes are now removed from rendered CSS
- Bug Fix
- Media queries are now inserted after parent entry. Thanks @MicheleBertoli !
- New entries in existing media queries don't overwrite existing entries
- Internal
- Implemented extentedToString, now we have even shorter class names!
- Internal
- createHash was split into 3 helpers.
createHash
,stringifyObject
,createClassName
- Optimized stringifyObject.
- renamed normalizeObj to sortObject.
- Initial Release