Releases: jsdom/cssstyle
Releases · jsdom/cssstyle
v1.4.0
- Add missing valid color refs 'transparent' and 'currentcolor'
v1.2.1
- Test node versions 6, 8, 10, and 11 in CI
- Remove comma dangle which breaks legacy (Node 6) apps
v1.2.0
- Added new script to download CSS properties from W3C standard
- All modern (non-WD and non-FPWD) CSS properties are handled
- Add flex related styles
- Support for hsl and modern colors is added
- A function redeclaration bug is fixed
- All properties not handled by the library now fallback to a simple read/write behavior (to be improved in the future)
- As a follow-up, properties that already had a simple read/write behavior are now handled by the fallback code
- Add travis CI integration with GitHub
- Add lint CI
v1.0.0
This release includes a few minor bug fixes, but more importantly marks the beginning of semantic versioning for this package.
Moving forward, developers can expect semver compatibility. No breaking changes will be introduced as patches, etc.
More information can be found at semver.
v0.3.1
Version 0.3.0 marks the change in ownership of this package. I have already merged a few outstanding pull requests will continue to do so. Pull requests are welcome from the community.