- Reduce the amount of duplicate fallback CSS.
- Improve
types
declaration inpackage.json
- Updated: Support for Node v14+ (major).
- Changed:
oninvalid
plugin option toonInvalid
to match other plugins with similar options (breaking).
- Fix case insensitive matching.
- Improved
es module
andcommonjs
compatibility
- Fix sourcemaps for
image-set()
function
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See announcement.
- Changed: now uses
postcss-value-parser
for parsing. - Updated: documentation
- Added: support for lists of
image-set
functions. - Fixed:
url
function is now always added around string values inimage-set
functions.
- Updated:
postcss-value-parser
to 6.0.1 (patch)
- Added: Safeguards against postcss-values-parser potentially throwing an error.
- Updated: Support for PostCS 8+ (major).
- Updated: Support for Node 12+ (major).
- Updated: PostCSS Values Parser 2
- Updated: Support for PostCSS 7+
- Updated: Support for Node 6+
- Sort images by DPR and use the lowest as the default
- Initial version