Skip to content

Releases: acss-io/atomizer

Atomizer 3.0.3

22 May 21:07

Choose a tag to compare

  • Added support for color keywords PR #202 Issue #198 Thanks @corysimmons!
  • Added exclude support in the config object. PR #203.

Atomizer 3.0.2

20 May 20:11

Choose a tag to compare

  • Breakpoints can now contain numeric values. Thanks @3den! PR #195.

Atomizer 3.0.1

06 May 04:54

Choose a tag to compare

  • Rules that don't require param now need to set noParams to true.
  • Performance optimizations to parseConfig.

Atomizer 3.0.0

01 May 18:52

Choose a tag to compare

  • Opacity now gives IE fallback if --ie option is passed.
  • Version 3.0.0 official release.

Atomizer 3.0.0-alpha.7

28 Apr 22:09

Choose a tag to compare

  • Regression hotfix related to PR #181, fixed in PR #183.

Atomizer 3.0.0-alpha.6

28 Apr 19:08

Choose a tag to compare

  • Bgz should accept custom values: PR #176. Thanks @markk!
  • Refactored grammar code in atomizer.js. This change should be invisible to the user but it greatly improves the quality of the code. Thanks @3den! PR #181.
  • Custom values now accept break points in the config. For more information see Issue #178. PR #182.

Atomizer 3.0.0-alpha.5

21 Apr 17:29

Choose a tag to compare

  • Add missing quotes around value of content property. PR #175.

Atomizer 3.0.0-alpha.4

20 Apr 23:30

Choose a tag to compare

  • New format for rules.js and helpers.js PR #169 + Issue #133, thanks @3den.
  • Added aliases for function values (Rotate, Scale, Blur, etc) PR #172.
  • Added missing helper classes PR #173.
  • Added support for old IE via --ie flag PR #174, Issue #80.
  • Added default value for all props inherit. PR #170.
  • Better format for the CLI output. PR #174.
  • Small bug fix to parseConfig when no option is passed PR #171.

Atomizer 3.0.0-alpha.3

16 Apr 18:45

Choose a tag to compare

  • Making 2nd argument to parseConfig() optional
  • Reverting LineClamp fix

Atomizer 3.0.0-alpha.2

14 Apr 17:53

Choose a tag to compare

  • Being more defensive when no classnames are passed PR #156;
  • Bdsw is now Bdstartw, following class name syntax PR #154;
  • parent-namespaced classes with predefined values should have important PR #159;
  • $ symbol in custom is now correctly generated in CSS PR #158;
  • LineClamp helper fix for Chrome with display: flex PR #161;