Skip to content

Releases: acss-io/atomizer

Atomizer 3.7.0

31 Mar 22:45
Compare
Choose a tag to compare
  • 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

31 Mar 21:28
Compare
Choose a tag to compare
  • Added support for :placeholder-shown pseudo class - #367 (thanks @nspector!)
  • Fixed issue with processing of invalid Atomic classes - #369

Atomizer 3.6.2

02 Oct 22:49
Compare
Choose a tag to compare
  • Adding support for object-fit via Objf() syntax - #357 (thanks @snyamathi!)

Atomizer 3.6.1

11 Sep 18:04
Compare
Choose a tag to compare

Atomizer 3.6.0

18 Jun 19:57
Compare
Choose a tag to compare
  • CLI: Adds support for -w/--watch option so you can automatically re-atomize as your source files change (thanks @fidian!)
  • Adds support for focus-within pseudo class (:fw) (thanks @nspector!)

Atomizer 3.5.3

13 Feb 20:28
Compare
Choose a tag to compare
  • CLI: Only write CSS to file if the contents have changed - #342 (thanks @sarbbottam!)

Atomizer 3.5.2

14 Dec 18:29
Compare
Choose a tag to compare
  • Bug: Ensure pseudo class sorting is only done within a common class matcher (thanks @roderickhsiao!)

Atomizer 3.5.1

29 Nov 19:39
Compare
Choose a tag to compare
  • CLI: Fixed bug with use of equal sign in command line params

Atomizer 3.5.0

28 Nov 21:58
1856de9
Compare
Choose a tag to compare

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:

Etc:

  • Updated various dependencies and dev dependencies
  • Updated testing matrix for modern NodeJS

Atomizer 3.4.9

07 Nov 19:21
Compare
Choose a tag to compare
  • 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.