Releases: acss-io/atomizer
Releases · acss-io/atomizer
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-fit
viaObjf()
syntax - #357 (thanks @snyamathi!)
Atomizer 3.6.1
- Add support for more
justify-content
attributes - #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
--exclude
option for excluding files from processing (#333). Thanks @roderickhsiao! - CLI tool now has a
--quiet
option 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
Atomizer 3.4.9
- Added a
shorthand
property to the rules definition for styles that represent shorthand styles. This is not used currently by Atomizer, but may be at a future date.