August 3, 2024
- Updated: Support for Node v18+ (major).
- Updated
@csstools/utilities
to2.0.0
(major)
February 19, 2024
- Reuse code with
@csstools/utilities
December 15, 2023
- Fix type definitions
September 18, 2023
- Improve performance
July 3, 2023
- Change license to
MIT-0
(read more about this change in the blog post)
February 8, 2023
- Reduce the amount of duplicate fallback CSS.
January 28, 2023
- Improve
types
declaration inpackage.json
January 24, 2023
- Updated: Support for Node v14+ (major).
- Changed:
oninvalid
plugin option toonInvalid
to match other plugins with similar options (breaking).
July 8, 2022
- Fix case insensitive matching.
February 5, 2022
- Improved
es module
andcommonjs
compatibility
January 31, 2022
- Fix sourcemaps for
image-set()
function
January 2, 2022
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See announcement.
December 13, 2021
- 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.
November 19, 2021
- Updated:
postcss-value-parser
to 6.0.1 (patch)
November 18, 2021
- Added: Safeguards against postcss-values-parser potentially throwing an error.
September 17, 2021
- Updated: Support for PostCS 8+ (major).
- Updated: Support for Node 12+ (major).
September 18, 2018
- Updated: PostCSS Values Parser 2
September 17, 2018
- Updated: Support for PostCSS 7+
- Updated: Support for Node 6+
May 7, 2018
- Sort images by DPR and use the lowest as the default
May 2, 2018
- Initial version