- BREAKING: postcss-colorblind must now be used as an asynchronous plugin.
- BREAKING: Now requires PostCSS 5.
- Add support for rewriting image references where possible to color-shifted inline base 64 data.
- Add support for colors inside gradients.
- Fixes an issue where the whole declaration would be lowercased, destroying
certain case-sensitive tokens. Now, only
<color>
values are lowercased. - Now correctly calculates opacity for 4 & 8 character hex codes.
- Add support for 4 and 8 character hex codes (
#rgba
&#rrggbbaa
respectively).
- Add support for rgb, rgba, hsl, and hsla
- Add jscs config
- Add more unit tests
- Broke out color-transformer
- 🪲 💥 Fix improbable scenario where you had a valid hex inside of another strick
- BREAKING: Adopt a config object instead of a config string
- Add CSS color names
- Add unit tests for color names
- Begin tracking change log
- Change plugin to use PostCSS API for creating plugin
- Initial release
- Only hex colors
- Initial unit tests