Releases: acss-io/atomizer
Releases · acss-io/atomizer
Atomizer 3.7.1
- Added
=as a valid boundary for detecting Atomic classes - #373 (thanks @snyamathi!)
Atomizer 3.7.0
- Handling edge cases for invalid values in classes - #359 (thanks @tom76kimo!)
- Adding support for multiple interpolations of values into rule styles - #361 (thanks @nsaunders!)
Atomizer 3.6.3
Atomizer 3.6.2
- Adding support for
object-fitviaObjf()syntax - #357 (thanks @snyamathi!)
Atomizer 3.6.1
- Add support for more
justify-contentattributes - #354 (thanks @roderickhsiao!)
Atomizer 3.6.0
Atomizer 3.5.3
- CLI: Only write CSS to file if the contents have changed - #342 (thanks @sarbbottam!)
Atomizer 3.5.2
- Bug: Ensure pseudo class sorting is only done within a common class matcher (thanks @roderickhsiao!)
Atomizer 3.5.1
- CLI: Fixed bug with use of equal sign in command line params
Atomizer 3.5.0
New Features:
- CLI tool now has an
--excludeoption for excluding files from processing (#333). Thanks @roderickhsiao! - CLI tool now has a
--quietoption to hush warnings (#331). Thanks @orgoj!
Bug fixes:
- Classes using pseudo-classes are now sorted (#334). Thanks @roderickhsiao, @idmytro, and @chhavi-khandelwal!
Etc:
- Updated various dependencies and dev dependencies
- Updated testing matrix for modern NodeJS